Shades of Chicago #595F51
Tints of Chicago #595F51
RGB
CMYK
RGB Variations
Color information
#595F51 (or 0x595F51) is known color: Chicago. HEX triplet: 59, 5F and 51. RGB value is (89,95,81). Sum of RGB (Red+Green+Blue) = 89+95+81=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 95 - color contains mainly: green. Hex color #595F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F51 is #A6A0AE. Grayscale: #5B5B5B. Windows color (decimal): -10920111 or 5332825. OLE color: 5332825.
HSL color Cylindrical-coordinate representation of color #595F51: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #595F51 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 81 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.63 |
| HSL | 85.71º | 0.08% | 0.35% | - |
| HSV(B) | 85.71º | 0.15% | 0.37% | - |
| XYZ | 9.7 | 10.9 | 9.38 | - |
| YUV | 91.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 81 | 0.06 | 0 | 0.15 | 0.63 | 85.71 | 0.08 | 0.35 |
| Hex | 59 | 5F | 51 | 6 | 0 | F | 3F | 56 | 8 | 23 |
| Octal | 131 | 137 | 121 | 6 | 0 | 17 | 77 | 126 | 10 | 43 |
| Binary | 1011001 | 1011111 | 1010001 | 110 | 0 | 1111 | 111111 | 1010110 | 1000 | 100011 |
Color Harmonies of #595F51
Complementary color
Monochromatic Colors of #595F51
Black with #595F51
Text Example
Text Example
White with #595F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F51; }
p { color: rgb(89,95,81); }
H1.HeaderClassName
{
color: #595F51;
}
.AnyTagClassName
{
color: #595F51;
}
</style>
background-color css
<style>
a { background-color: #595F51; }
a { background-color: rgb(89,95,81); }
div.DivClassName
{
background-color: #595F51;
}
.BgClassName
{
background-color: #595F51;
}
</style>
border-color css
<style>
span { border-color: #595F51; }
span { border-color: rgb(89,95,81); }
td.TdClassName
{
border-color: #595F51;
}
.TagClassName
{
border-color: #595F51;
}
</style>