Shades of Chicago #575C4E
Tints of Chicago #575C4E
RGB
CMYK
RGB Variations
Color information
#575C4E (or 0x575C4E) is known color: Chicago. HEX triplet: 57, 5C and 4E. RGB value is (87,92,78). Sum of RGB (Red+Green+Blue) = 87+92+78=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 92 - color contains mainly: green. Hex color #575C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C4E is #A8A3B1. Grayscale: #585858. Windows color (decimal): -11051954 or 5135447. OLE color: 5135447.
HSL color Cylindrical-coordinate representation of color #575C4E: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575C4E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 78 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.64 |
| HSL | 81.43º | 0.08% | 0.33% | - |
| HSV(B) | 81.43º | 0.15% | 0.36% | - |
| XYZ | 9.13 | 10.23 | 8.7 | - |
| YUV | 88.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 78 | 0.05 | 0 | 0.15 | 0.64 | 81.43 | 0.08 | 0.33 |
| Hex | 57 | 5C | 4E | 5 | 0 | F | 40 | 51 | 8 | 21 |
| Octal | 127 | 134 | 116 | 5 | 0 | 17 | 100 | 121 | 10 | 41 |
| Binary | 1010111 | 1011100 | 1001110 | 101 | 0 | 1111 | 1000000 | 1010001 | 1000 | 100001 |
Color Harmonies of #575C4E
Complementary color
Monochromatic Colors of #575C4E
Black with #575C4E
Text Example
Text Example
White with #575C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C4E; }
p { color: rgb(87,92,78); }
H1.HeaderClassName
{
color: #575C4E;
}
.AnyTagClassName
{
color: #575C4E;
}
</style>
background-color css
<style>
a { background-color: #575C4E; }
a { background-color: rgb(87,92,78); }
div.DivClassName
{
background-color: #575C4E;
}
.BgClassName
{
background-color: #575C4E;
}
</style>
border-color css
<style>
span { border-color: #575C4E; }
span { border-color: rgb(87,92,78); }
td.TdClassName
{
border-color: #575C4E;
}
.TagClassName
{
border-color: #575C4E;
}
</style>