Shades of Chicago #575C4C
Tints of Chicago #575C4C
RGB
CMYK
RGB Variations
Color information
#575C4C (or 0x575C4C) is known color: Chicago. HEX triplet: 57, 5C and 4C. RGB value is (87,92,76). Sum of RGB (Red+Green+Blue) = 87+92+76=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #575C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C4C is #A8A3B3. Grayscale: #585858. Windows color (decimal): -11051956 or 5004375. OLE color: 5004375.
HSL color Cylindrical-coordinate representation of color #575C4C: hue angle of 78.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575C4C is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 76 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.64 |
| HSL | 78.75º | 0.1% | 0.33% | - |
| HSV(B) | 78.75º | 0.17% | 0.36% | - |
| XYZ | 9.06 | 10.2 | 8.33 | - |
| YUV | 88.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 76 | 0.05 | 0 | 0.17 | 0.64 | 78.75 | 0.1 | 0.33 |
| Hex | 57 | 5C | 4C | 5 | 0 | 11 | 40 | 4F | A | 21 |
| Octal | 127 | 134 | 114 | 5 | 0 | 21 | 100 | 117 | 12 | 41 |
| Binary | 1010111 | 1011100 | 1001100 | 101 | 0 | 10001 | 1000000 | 1001111 | 1010 | 100001 |
Color Harmonies of #575C4C
Complementary color
Monochromatic Colors of #575C4C
Black with #575C4C
Text Example
Text Example
White with #575C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C4C; }
p { color: rgb(87,92,76); }
H1.HeaderClassName
{
color: #575C4C;
}
.AnyTagClassName
{
color: #575C4C;
}
</style>
background-color css
<style>
a { background-color: #575C4C; }
a { background-color: rgb(87,92,76); }
div.DivClassName
{
background-color: #575C4C;
}
.BgClassName
{
background-color: #575C4C;
}
</style>
border-color css
<style>
span { border-color: #575C4C; }
span { border-color: rgb(87,92,76); }
td.TdClassName
{
border-color: #575C4C;
}
.TagClassName
{
border-color: #575C4C;
}
</style>