Shades of Chicago #595B50
Tints of Chicago #595B50
RGB
CMYK
RGB Variations
Color information
#595B50 (or 0x595B50) is known color: Chicago. HEX triplet: 59, 5B and 50. RGB value is (89,91,80). Sum of RGB (Red+Green+Blue) = 89+91+80=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 91 - color contains mainly: green. Hex color #595B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B50 is #A6A4AF. Grayscale: #595959. Windows color (decimal): -10921136 or 5266265. OLE color: 5266265.
HSL color Cylindrical-coordinate representation of color #595B50: hue angle of 70.91º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #595B50 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 80 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.64 |
| HSL | 70.91º | 0.06% | 0.34% | - |
| HSV(B) | 70.91º | 0.12% | 0.36% | - |
| XYZ | 9.31 | 10.19 | 9.06 | - |
| YUV | 89.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 80 | 0.02 | 0 | 0.12 | 0.64 | 70.91 | 0.06 | 0.34 |
| Hex | 59 | 5B | 50 | 2 | 0 | C | 40 | 47 | 6 | 22 |
| Octal | 131 | 133 | 120 | 2 | 0 | 14 | 100 | 107 | 6 | 42 |
| Binary | 1011001 | 1011011 | 1010000 | 10 | 0 | 1100 | 1000000 | 1000111 | 110 | 100010 |
Color Harmonies of #595B50
Complementary color
Monochromatic Colors of #595B50
Black with #595B50
Text Example
Text Example
White with #595B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B50; }
p { color: rgb(89,91,80); }
H1.HeaderClassName
{
color: #595B50;
}
.AnyTagClassName
{
color: #595B50;
}
</style>
background-color css
<style>
a { background-color: #595B50; }
a { background-color: rgb(89,91,80); }
div.DivClassName
{
background-color: #595B50;
}
.BgClassName
{
background-color: #595B50;
}
</style>
border-color css
<style>
span { border-color: #595B50; }
span { border-color: rgb(89,91,80); }
td.TdClassName
{
border-color: #595B50;
}
.TagClassName
{
border-color: #595B50;
}
</style>