Shades of Chicago #595F4F
Tints of Chicago #595F4F
RGB
CMYK
RGB Variations
Color information
#595F4F (or 0x595F4F) is known color: Chicago. HEX triplet: 59, 5F and 4F. RGB value is (89,95,79). Sum of RGB (Red+Green+Blue) = 89+95+79=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 95 - color contains mainly: green. Hex color #595F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F4F is #A6A0B0. Grayscale: #5B5B5B. Windows color (decimal): -10920113 or 5201753. OLE color: 5201753.
HSL color Cylindrical-coordinate representation of color #595F4F: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595F4F is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 79 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.63 |
| HSL | 82.5º | 0.09% | 0.34% | - |
| HSV(B) | 82.5º | 0.17% | 0.37% | - |
| XYZ | 9.62 | 10.87 | 8.99 | - |
| YUV | 91.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 79 | 0.06 | 0 | 0.17 | 0.63 | 82.5 | 0.09 | 0.34 |
| Hex | 59 | 5F | 4F | 6 | 0 | 11 | 3F | 52 | 9 | 22 |
| Octal | 131 | 137 | 117 | 6 | 0 | 21 | 77 | 122 | 11 | 42 |
| Binary | 1011001 | 1011111 | 1001111 | 110 | 0 | 10001 | 111111 | 1010010 | 1001 | 100010 |
Color Harmonies of #595F4F
Complementary color
Monochromatic Colors of #595F4F
Black with #595F4F
Text Example
Text Example
White with #595F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F4F; }
p { color: rgb(89,95,79); }
H1.HeaderClassName
{
color: #595F4F;
}
.AnyTagClassName
{
color: #595F4F;
}
</style>
background-color css
<style>
a { background-color: #595F4F; }
a { background-color: rgb(89,95,79); }
div.DivClassName
{
background-color: #595F4F;
}
.BgClassName
{
background-color: #595F4F;
}
</style>
border-color css
<style>
span { border-color: #595F4F; }
span { border-color: rgb(89,95,79); }
td.TdClassName
{
border-color: #595F4F;
}
.TagClassName
{
border-color: #595F4F;
}
</style>