#575F92
A medium, muted blue closely aligning with Steelblue.
About #575F92
The hex code #575F92 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(87, 95, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 40% cyan, 35% magenta, 0% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#575F92
RGB87, 95, 146
HSL231.9°, 25.3%, 45.7%
CMYK40%, 35%, 0%, 43%
HSV231.9°, 40.4%, 57.3%
LAB41.7, 10.4, -29.1
XYZ13.2, 12.3, 28.9
Decimal5726098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.07:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.81:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575F92;
}
.text-color {
color: #575F92;
}
.border-color {
border: 2px solid #575F92;
}