#577C83
A medium, muted cyan closely aligning with Slategray.
About #577C83
At its core, #577C83 is a medium and muted hue. Its closest recognized web color is Slategray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 124, and 131.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 34% cyan, 5% magenta, 0% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#577C83
RGB87, 124, 131
HSL189.5°, 20.2%, 42.7%
CMYK34%, 5%, 0%, 49%
HSV189.5°, 33.6%, 51.4%
LAB49.6, -11.1, -8.0
XYZ15.2, 18.1, 24.2
Decimal5733507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #577C83;
}
.text-color {
color: #577C83;
}
.border-color {
border: 2px solid #577C83;
}