#576D75
A medium, muted blue closely aligning with Dimgray.
About #576D75
The hex code #576D75 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(87, 109, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 26% C, 7% M, 0% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#576D75
RGB87, 109, 117
HSL196.0°, 14.7%, 40.0%
CMYK26%, 7%, 0%, 54%
HSV196.0°, 25.6%, 45.9%
LAB44.6, -6.1, -7.1
XYZ12.6, 14.2, 18.9
Decimal5729653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.46:1
Text on #FFFFFF
AA
3.85:1
Text on #000000
AA Large
5.21:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #576D75;
}
.text-color {
color: #576D75;
}
.border-color {
border: 2px solid #576D75;
}