#507C92
A medium, muted blue closely aligning with Slategray.
About #507C92
Visually, #507C92 is defined as a muted blue. It is closely associated with the named CSS color Slategray. This translates to an RGB value of rgb(80, 124, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 45% Cyan, 15% Magenta, 0% Yellow, and 43% Black. With a hue angle of 200.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#507C92
RGB80, 124, 146
HSL200.0°, 29.2%, 44.3%
CMYK45%, 15%, 0%, 43%
HSV200.0°, 45.2%, 57.3%
LAB49.7, -9.0, -16.6
XYZ15.7, 18.2, 29.9
Decimal5274770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507C92;
}
.text-color {
color: #507C92;
}
.border-color {
border: 2px solid #507C92;
}