Shades of Chicago #55594D
Tints of Chicago #55594D
RGB
CMYK
RGB Variations
Color information
#55594D (or 0x55594D) is known color: Chicago. HEX triplet: 55, 59 and 4D. RGB value is (85,89,77). Sum of RGB (Red+Green+Blue) = 85+89+77=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #55594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55594D is #AAA6B2. Grayscale: #565656. Windows color (decimal): -11183795 or 5069141. OLE color: 5069141.
HSL color Cylindrical-coordinate representation of color #55594D: hue angle of 80º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55594D is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 77 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.65 |
| HSL | 80º | 0.07% | 0.33% | - |
| HSV(B) | 80º | 0.13% | 0.35% | - |
| XYZ | 8.66 | 9.61 | 8.42 | - |
| YUV | 86.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 77 | 0.04 | 0 | 0.13 | 0.65 | 80 | 0.07 | 0.33 |
| Hex | 55 | 59 | 4D | 4 | 0 | D | 41 | 50 | 7 | 21 |
| Octal | 125 | 131 | 115 | 4 | 0 | 15 | 101 | 120 | 7 | 41 |
| Binary | 1010101 | 1011001 | 1001101 | 100 | 0 | 1101 | 1000001 | 1010000 | 111 | 100001 |
Color Harmonies of #55594D
Complementary color
Monochromatic Colors of #55594D
Black with #55594D
Text Example
Text Example
White with #55594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55594D; }
p { color: rgb(85,89,77); }
H1.HeaderClassName
{
color: #55594D;
}
.AnyTagClassName
{
color: #55594D;
}
</style>
background-color css
<style>
a { background-color: #55594D; }
a { background-color: rgb(85,89,77); }
div.DivClassName
{
background-color: #55594D;
}
.BgClassName
{
background-color: #55594D;
}
</style>
border-color css
<style>
span { border-color: #55594D; }
span { border-color: rgb(85,89,77); }
td.TdClassName
{
border-color: #55594D;
}
.TagClassName
{
border-color: #55594D;
}
</style>