Shades of Chicago #595C4F
Tints of Chicago #595C4F
RGB
CMYK
RGB Variations
Color information
#595C4F (or 0x595C4F) is known color: Chicago. HEX triplet: 59, 5C and 4F. RGB value is (89,92,79). Sum of RGB (Red+Green+Blue) = 89+92+79=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 92 - color contains mainly: green. Hex color #595C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C4F is #A6A3B0. Grayscale: #595959. Windows color (decimal): -10920881 or 5200985. OLE color: 5200985.
HSL color Cylindrical-coordinate representation of color #595C4F: hue angle of 73.85º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595C4F is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 79 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.64 |
| HSL | 73.85º | 0.08% | 0.34% | - |
| HSV(B) | 73.85º | 0.14% | 0.36% | - |
| XYZ | 9.36 | 10.34 | 8.9 | - |
| YUV | 89.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 79 | 0.03 | 0 | 0.14 | 0.64 | 73.85 | 0.08 | 0.34 |
| Hex | 59 | 5C | 4F | 3 | 0 | E | 40 | 4A | 8 | 22 |
| Octal | 131 | 134 | 117 | 3 | 0 | 16 | 100 | 112 | 10 | 42 |
| Binary | 1011001 | 1011100 | 1001111 | 11 | 0 | 1110 | 1000000 | 1001010 | 1000 | 100010 |
Color Harmonies of #595C4F
Complementary color
Monochromatic Colors of #595C4F
Black with #595C4F
Text Example
Text Example
White with #595C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C4F; }
p { color: rgb(89,92,79); }
H1.HeaderClassName
{
color: #595C4F;
}
.AnyTagClassName
{
color: #595C4F;
}
</style>
background-color css
<style>
a { background-color: #595C4F; }
a { background-color: rgb(89,92,79); }
div.DivClassName
{
background-color: #595C4F;
}
.BgClassName
{
background-color: #595C4F;
}
</style>
border-color css
<style>
span { border-color: #595C4F; }
span { border-color: rgb(89,92,79); }
td.TdClassName
{
border-color: #595C4F;
}
.TagClassName
{
border-color: #595C4F;
}
</style>