Shades of Chicago #595E4F
Tints of Chicago #595E4F
RGB
CMYK
RGB Variations
Color information
#595E4F (or 0x595E4F) is known color: Chicago. HEX triplet: 59, 5E and 4F. RGB value is (89,94,79). Sum of RGB (Red+Green+Blue) = 89+94+79=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 94 - color contains mainly: green. Hex color #595E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E4F is #A6A1B0. Grayscale: #5A5A5A. Windows color (decimal): -10920369 or 5201497. OLE color: 5201497.
HSL color Cylindrical-coordinate representation of color #595E4F: hue angle of 80º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595E4F is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 79 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.63 |
| HSL | 80º | 0.09% | 0.34% | - |
| HSV(B) | 80º | 0.16% | 0.37% | - |
| XYZ | 9.53 | 10.69 | 8.96 | - |
| YUV | 90.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 79 | 0.05 | 0 | 0.16 | 0.63 | 80 | 0.09 | 0.34 |
| Hex | 59 | 5E | 4F | 5 | 0 | 10 | 3F | 50 | 9 | 22 |
| Octal | 131 | 136 | 117 | 5 | 0 | 20 | 77 | 120 | 11 | 42 |
| Binary | 1011001 | 1011110 | 1001111 | 101 | 0 | 10000 | 111111 | 1010000 | 1001 | 100010 |
Color Harmonies of #595E4F
Complementary color
Monochromatic Colors of #595E4F
Black with #595E4F
Text Example
Text Example
White with #595E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E4F; }
p { color: rgb(89,94,79); }
H1.HeaderClassName
{
color: #595E4F;
}
.AnyTagClassName
{
color: #595E4F;
}
</style>
background-color css
<style>
a { background-color: #595E4F; }
a { background-color: rgb(89,94,79); }
div.DivClassName
{
background-color: #595E4F;
}
.BgClassName
{
background-color: #595E4F;
}
</style>
border-color css
<style>
span { border-color: #595E4F; }
span { border-color: rgb(89,94,79); }
td.TdClassName
{
border-color: #595E4F;
}
.TagClassName
{
border-color: #595E4F;
}
</style>