Shades of Chicago #595C4C
Tints of Chicago #595C4C
RGB
CMYK
RGB Variations
Color information
#595C4C (or 0x595C4C) is known color: Chicago. HEX triplet: 59, 5C and 4C. RGB value is (89,92,76). Sum of RGB (Red+Green+Blue) = 89+92+76=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 92 - color contains mainly: green. Hex color #595C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C4C is #A6A3B3. Grayscale: #595959. Windows color (decimal): -10920884 or 5004377. OLE color: 5004377.
HSL color Cylindrical-coordinate representation of color #595C4C: hue angle of 71.25º 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 #595C4C is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 76 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.64 |
| HSL | 71.25º | 0.1% | 0.33% | - |
| HSV(B) | 71.25º | 0.17% | 0.36% | - |
| XYZ | 9.25 | 10.3 | 8.34 | - |
| YUV | 89.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 76 | 0.03 | 0 | 0.17 | 0.64 | 71.25 | 0.1 | 0.33 |
| Hex | 59 | 5C | 4C | 3 | 0 | 11 | 40 | 47 | A | 21 |
| Octal | 131 | 134 | 114 | 3 | 0 | 21 | 100 | 107 | 12 | 41 |
| Binary | 1011001 | 1011100 | 1001100 | 11 | 0 | 10001 | 1000000 | 1000111 | 1010 | 100001 |
Color Harmonies of #595C4C
Complementary color
Monochromatic Colors of #595C4C
Black with #595C4C
Text Example
Text Example
White with #595C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C4C; }
p { color: rgb(89,92,76); }
H1.HeaderClassName
{
color: #595C4C;
}
.AnyTagClassName
{
color: #595C4C;
}
</style>
background-color css
<style>
a { background-color: #595C4C; }
a { background-color: rgb(89,92,76); }
div.DivClassName
{
background-color: #595C4C;
}
.BgClassName
{
background-color: #595C4C;
}
</style>
border-color css
<style>
span { border-color: #595C4C; }
span { border-color: rgb(89,92,76); }
td.TdClassName
{
border-color: #595C4C;
}
.TagClassName
{
border-color: #595C4C;
}
</style>