Shades of Chicago #595B55
Tints of Chicago #595B55
RGB
CMYK
RGB Variations
Color information
#595B55 (or 0x595B55) is known color: Chicago. HEX triplet: 59, 5B and 55. RGB value is (89,91,85). Sum of RGB (Red+Green+Blue) = 89+91+85=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 91 - color contains mainly: green. Hex color #595B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B55 is #A6A4AA. Grayscale: #595959. Windows color (decimal): -10921131 or 5593945. OLE color: 5593945.
HSL color Cylindrical-coordinate representation of color #595B55: hue angle of 80º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595B55 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 85 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.64 |
| HSL | 80º | 0.03% | 0.35% | - |
| HSV(B) | 80º | 0.07% | 0.36% | - |
| XYZ | 9.5 | 10.26 | 10.07 | - |
| YUV | 89.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 85 | 0.02 | 0 | 0.07 | 0.64 | 80 | 0.03 | 0.35 |
| Hex | 59 | 5B | 55 | 2 | 0 | 7 | 40 | 50 | 3 | 23 |
| Octal | 131 | 133 | 125 | 2 | 0 | 7 | 100 | 120 | 3 | 43 |
| Binary | 1011001 | 1011011 | 1010101 | 10 | 0 | 111 | 1000000 | 1010000 | 11 | 100011 |
Color Harmonies of #595B55
Complementary color
Monochromatic Colors of #595B55
Black with #595B55
Text Example
Text Example
White with #595B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B55; }
p { color: rgb(89,91,85); }
H1.HeaderClassName
{
color: #595B55;
}
.AnyTagClassName
{
color: #595B55;
}
</style>
background-color css
<style>
a { background-color: #595B55; }
a { background-color: rgb(89,91,85); }
div.DivClassName
{
background-color: #595B55;
}
.BgClassName
{
background-color: #595B55;
}
</style>
border-color css
<style>
span { border-color: #595B55; }
span { border-color: rgb(89,91,85); }
td.TdClassName
{
border-color: #595B55;
}
.TagClassName
{
border-color: #595B55;
}
</style>