#507575
A dark, muted cyan closely aligning with Dimgray.
About #507575
When working with digital screens, the color #507575 is rendered by mixing light. It is closely associated with the named CSS color Dimgray. In the RGB color space, it consists of 80 red, 117 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. The color uses 32% Cyan, 0% Magenta, 0% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark 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#507575
RGB80, 117, 117
HSL180.0°, 18.8%, 38.6%
CMYK32%, 0%, 0%, 54%
HSV180.0°, 31.6%, 45.9%
LAB46.6, -13.0, -4.2
XYZ12.9, 15.7, 19.2
Decimal5272949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507575;
}
.text-color {
color: #507575;
}
.border-color {
border: 2px solid #507575;
}