Shades of Chicago #575C51
Tints of Chicago #575C51
RGB
CMYK
RGB Variations
Color information
#575C51 (or 0x575C51) is known color: Chicago. HEX triplet: 57, 5C and 51. RGB value is (87,92,81). Sum of RGB (Red+Green+Blue) = 87+92+81=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 92 - color contains mainly: green. Hex color #575C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C51 is #A8A3AE. Grayscale: #595959. Windows color (decimal): -11051951 or 5332055. OLE color: 5332055.
HSL color Cylindrical-coordinate representation of color #575C51: hue angle of 87.27º 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 #575C51 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 81 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.64 |
| HSL | 87.27º | 0.06% | 0.34% | - |
| HSV(B) | 87.27º | 0.12% | 0.36% | - |
| XYZ | 9.24 | 10.27 | 9.28 | - |
| YUV | 89.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 81 | 0.05 | 0 | 0.12 | 0.64 | 87.27 | 0.06 | 0.34 |
| Hex | 57 | 5C | 51 | 5 | 0 | C | 40 | 57 | 6 | 22 |
| Octal | 127 | 134 | 121 | 5 | 0 | 14 | 100 | 127 | 6 | 42 |
| Binary | 1010111 | 1011100 | 1010001 | 101 | 0 | 1100 | 1000000 | 1010111 | 110 | 100010 |
Color Harmonies of #575C51
Complementary color
Monochromatic Colors of #575C51
Black with #575C51
Text Example
Text Example
White with #575C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C51; }
p { color: rgb(87,92,81); }
H1.HeaderClassName
{
color: #575C51;
}
.AnyTagClassName
{
color: #575C51;
}
</style>
background-color css
<style>
a { background-color: #575C51; }
a { background-color: rgb(87,92,81); }
div.DivClassName
{
background-color: #575C51;
}
.BgClassName
{
background-color: #575C51;
}
</style>
border-color css
<style>
span { border-color: #575C51; }
span { border-color: rgb(87,92,81); }
td.TdClassName
{
border-color: #575C51;
}
.TagClassName
{
border-color: #575C51;
}
</style>