Shades of Chicago #59604D
Tints of Chicago #59604D
RGB
CMYK
RGB Variations
Color information
#59604D (or 0x59604D) is known color: Chicago. HEX triplet: 59, 60 and 4D. RGB value is (89,96,77). Sum of RGB (Red+Green+Blue) = 89+96+77=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #59604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59604D is #A69FB2. Grayscale: #5B5B5B. Windows color (decimal): -10919859 or 5070937. OLE color: 5070937.
HSL color Cylindrical-coordinate representation of color #59604D: hue angle of 82.11º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59604D is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 77 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.62 |
| HSL | 82.11º | 0.11% | 0.34% | - |
| HSV(B) | 82.11º | 0.2% | 0.38% | - |
| XYZ | 9.64 | 11.03 | 8.64 | - |
| YUV | 91.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 77 | 0.07 | 0 | 0.20 | 0.62 | 82.11 | 0.11 | 0.34 |
| Hex | 59 | 60 | 4D | 7 | 0 | 14 | 3E | 52 | B | 22 |
| Octal | 131 | 140 | 115 | 7 | 0 | 24 | 76 | 122 | 13 | 42 |
| Binary | 1011001 | 1100000 | 1001101 | 111 | 0 | 10100 | 111110 | 1010010 | 1011 | 100010 |
Color Harmonies of #59604D
Complementary color
Monochromatic Colors of #59604D
Black with #59604D
Text Example
Text Example
White with #59604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59604D; }
p { color: rgb(89,96,77); }
H1.HeaderClassName
{
color: #59604D;
}
.AnyTagClassName
{
color: #59604D;
}
</style>
background-color css
<style>
a { background-color: #59604D; }
a { background-color: rgb(89,96,77); }
div.DivClassName
{
background-color: #59604D;
}
.BgClassName
{
background-color: #59604D;
}
</style>
border-color css
<style>
span { border-color: #59604D; }
span { border-color: rgb(89,96,77); }
td.TdClassName
{
border-color: #59604D;
}
.TagClassName
{
border-color: #59604D;
}
</style>