#577575
A medium, muted cyan closely aligning with Dimgray.
About #577575
The hex code #577575 represents a beautifully specific shade of cyan. Its closest recognized web color is Dimgray. In the RGB color space, it consists of 87 red, 117 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 26% cyan, 0% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#577575
RGB87, 117, 117
HSL180.0°, 14.7%, 40.0%
CMYK26%, 0%, 0%, 54%
HSV180.0°, 25.6%, 45.9%
LAB47.0, -10.7, -3.5
XYZ13.5, 16.0, 19.2
Decimal5731701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #577575;
}
.text-color {
color: #577575;
}
.border-color {
border: 2px solid #577575;
}