Shades of Chicago #595C52
Tints of Chicago #595C52
RGB
CMYK
RGB Variations
Color information
#595C52 (or 0x595C52) is known color: Chicago. HEX triplet: 59, 5C and 52. RGB value is (89,92,82). Sum of RGB (Red+Green+Blue) = 89+92+82=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #595C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C52 is #A6A3AD. Grayscale: #595959. Windows color (decimal): -10920878 or 5397593. OLE color: 5397593.
HSL color Cylindrical-coordinate representation of color #595C52: hue angle of 78º 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 #595C52 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 82 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.64 |
| HSL | 78º | 0.06% | 0.34% | - |
| HSV(B) | 78º | 0.11% | 0.36% | - |
| XYZ | 9.47 | 10.39 | 9.49 | - |
| YUV | 89.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 82 | 0.03 | 0 | 0.11 | 0.64 | 78 | 0.06 | 0.34 |
| Hex | 59 | 5C | 52 | 3 | 0 | B | 40 | 4E | 6 | 22 |
| Octal | 131 | 134 | 122 | 3 | 0 | 13 | 100 | 116 | 6 | 42 |
| Binary | 1011001 | 1011100 | 1010010 | 11 | 0 | 1011 | 1000000 | 1001110 | 110 | 100010 |
Color Harmonies of #595C52
Complementary color
Monochromatic Colors of #595C52
Black with #595C52
Text Example
Text Example
White with #595C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C52; }
p { color: rgb(89,92,82); }
H1.HeaderClassName
{
color: #595C52;
}
.AnyTagClassName
{
color: #595C52;
}
</style>
background-color css
<style>
a { background-color: #595C52; }
a { background-color: rgb(89,92,82); }
div.DivClassName
{
background-color: #595C52;
}
.BgClassName
{
background-color: #595C52;
}
</style>
border-color css
<style>
span { border-color: #595C52; }
span { border-color: rgb(89,92,82); }
td.TdClassName
{
border-color: #595C52;
}
.TagClassName
{
border-color: #595C52;
}
</style>