Shades of Chicago #55594E
Tints of Chicago #55594E
RGB
CMYK
RGB Variations
Color information
#55594E (or 0x55594E) is known color: Chicago. HEX triplet: 55, 59 and 4E. RGB value is (85,89,78). Sum of RGB (Red+Green+Blue) = 85+89+78=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #55594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55594E is #AAA6B1. Grayscale: #565656. Windows color (decimal): -11183794 or 5134677. OLE color: 5134677.
HSL color Cylindrical-coordinate representation of color #55594E: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55594E is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 78 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.65 |
| HSL | 81.82º | 0.07% | 0.33% | - |
| HSV(B) | 81.82º | 0.12% | 0.35% | - |
| XYZ | 8.69 | 9.63 | 8.61 | - |
| YUV | 86.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 78 | 0.04 | 0 | 0.12 | 0.65 | 81.82 | 0.07 | 0.33 |
| Hex | 55 | 59 | 4E | 4 | 0 | C | 41 | 52 | 7 | 21 |
| Octal | 125 | 131 | 116 | 4 | 0 | 14 | 101 | 122 | 7 | 41 |
| Binary | 1010101 | 1011001 | 1001110 | 100 | 0 | 1100 | 1000001 | 1010010 | 111 | 100001 |
Color Harmonies of #55594E
Complementary color
Monochromatic Colors of #55594E
Black with #55594E
Text Example
Text Example
White with #55594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55594E; }
p { color: rgb(85,89,78); }
H1.HeaderClassName
{
color: #55594E;
}
.AnyTagClassName
{
color: #55594E;
}
</style>
background-color css
<style>
a { background-color: #55594E; }
a { background-color: rgb(85,89,78); }
div.DivClassName
{
background-color: #55594E;
}
.BgClassName
{
background-color: #55594E;
}
</style>
border-color css
<style>
span { border-color: #55594E; }
span { border-color: rgb(85,89,78); }
td.TdClassName
{
border-color: #55594E;
}
.TagClassName
{
border-color: #55594E;
}
</style>