Shades of Chicago #575B50
Tints of Chicago #575B50
RGB
CMYK
RGB Variations
Color information
#575B50 (or 0x575B50) is known color: Chicago. HEX triplet: 57, 5B and 50. RGB value is (87,91,80). Sum of RGB (Red+Green+Blue) = 87+91+80=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 91 - color contains mainly: green. Hex color #575B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B50 is #A8A4AF. Grayscale: #585858. Windows color (decimal): -11052208 or 5266263. OLE color: 5266263.
HSL color Cylindrical-coordinate representation of color #575B50: hue angle of 81.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575B50 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 80 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.64 |
| HSL | 81.82º | 0.06% | 0.34% | - |
| HSV(B) | 81.82º | 0.12% | 0.36% | - |
| XYZ | 9.12 | 10.09 | 9.06 | - |
| YUV | 88.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 80 | 0.04 | 0 | 0.12 | 0.64 | 81.82 | 0.06 | 0.34 |
| Hex | 57 | 5B | 50 | 4 | 0 | C | 40 | 52 | 6 | 22 |
| Octal | 127 | 133 | 120 | 4 | 0 | 14 | 100 | 122 | 6 | 42 |
| Binary | 1010111 | 1011011 | 1010000 | 100 | 0 | 1100 | 1000000 | 1010010 | 110 | 100010 |
Color Harmonies of #575B50
Complementary color
Monochromatic Colors of #575B50
Black with #575B50
Text Example
Text Example
White with #575B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B50; }
p { color: rgb(87,91,80); }
H1.HeaderClassName
{
color: #575B50;
}
.AnyTagClassName
{
color: #575B50;
}
</style>
background-color css
<style>
a { background-color: #575B50; }
a { background-color: rgb(87,91,80); }
div.DivClassName
{
background-color: #575B50;
}
.BgClassName
{
background-color: #575B50;
}
</style>
border-color css
<style>
span { border-color: #575B50; }
span { border-color: rgb(87,91,80); }
td.TdClassName
{
border-color: #575B50;
}
.TagClassName
{
border-color: #575B50;
}
</style>