Shades of Chicago #595B51
Tints of Chicago #595B51
RGB
CMYK
RGB Variations
Color information
#595B51 (or 0x595B51) is known color: Chicago. HEX triplet: 59, 5B and 51. RGB value is (89,91,81). Sum of RGB (Red+Green+Blue) = 89+91+81=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #595B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B51 is #A6A4AE. Grayscale: #595959. Windows color (decimal): -10921135 or 5331801. OLE color: 5331801.
HSL color Cylindrical-coordinate representation of color #595B51: hue angle of 72º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #595B51 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 81 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.64 |
| HSL | 72º | 0.06% | 0.34% | - |
| HSV(B) | 72º | 0.11% | 0.36% | - |
| XYZ | 9.35 | 10.2 | 9.26 | - |
| YUV | 89.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 81 | 0.02 | 0 | 0.11 | 0.64 | 72 | 0.06 | 0.34 |
| Hex | 59 | 5B | 51 | 2 | 0 | B | 40 | 48 | 6 | 22 |
| Octal | 131 | 133 | 121 | 2 | 0 | 13 | 100 | 110 | 6 | 42 |
| Binary | 1011001 | 1011011 | 1010001 | 10 | 0 | 1011 | 1000000 | 1001000 | 110 | 100010 |
Color Harmonies of #595B51
Complementary color
Monochromatic Colors of #595B51
Black with #595B51
Text Example
Text Example
White with #595B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B51; }
p { color: rgb(89,91,81); }
H1.HeaderClassName
{
color: #595B51;
}
.AnyTagClassName
{
color: #595B51;
}
</style>
background-color css
<style>
a { background-color: #595B51; }
a { background-color: rgb(89,91,81); }
div.DivClassName
{
background-color: #595B51;
}
.BgClassName
{
background-color: #595B51;
}
</style>
border-color css
<style>
span { border-color: #595B51; }
span { border-color: rgb(89,91,81); }
td.TdClassName
{
border-color: #595B51;
}
.TagClassName
{
border-color: #595B51;
}
</style>