Shades of Chicago #595C51
Tints of Chicago #595C51
RGB
CMYK
RGB Variations
Color information
#595C51 (or 0x595C51) is known color: Chicago. HEX triplet: 59, 5C and 51. RGB value is (89,92,81). Sum of RGB (Red+Green+Blue) = 89+92+81=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #595C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C51 is #A6A3AE. Grayscale: #595959. Windows color (decimal): -10920879 or 5332057. OLE color: 5332057.
HSL color Cylindrical-coordinate representation of color #595C51: hue angle of 76.36º 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 #595C51 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 81 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.64 |
| HSL | 76.36º | 0.06% | 0.34% | - |
| HSV(B) | 76.36º | 0.12% | 0.36% | - |
| XYZ | 9.43 | 10.37 | 9.29 | - |
| YUV | 89.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 81 | 0.03 | 0 | 0.12 | 0.64 | 76.36 | 0.06 | 0.34 |
| Hex | 59 | 5C | 51 | 3 | 0 | C | 40 | 4C | 6 | 22 |
| Octal | 131 | 134 | 121 | 3 | 0 | 14 | 100 | 114 | 6 | 42 |
| Binary | 1011001 | 1011100 | 1010001 | 11 | 0 | 1100 | 1000000 | 1001100 | 110 | 100010 |
Color Harmonies of #595C51
Complementary color
Monochromatic Colors of #595C51
Black with #595C51
Text Example
Text Example
White with #595C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C51; }
p { color: rgb(89,92,81); }
H1.HeaderClassName
{
color: #595C51;
}
.AnyTagClassName
{
color: #595C51;
}
</style>
background-color css
<style>
a { background-color: #595C51; }
a { background-color: rgb(89,92,81); }
div.DivClassName
{
background-color: #595C51;
}
.BgClassName
{
background-color: #595C51;
}
</style>
border-color css
<style>
span { border-color: #595C51; }
span { border-color: rgb(89,92,81); }
td.TdClassName
{
border-color: #595C51;
}
.TagClassName
{
border-color: #595C51;
}
</style>