Shades of Chicago #55594C
Tints of Chicago #55594C
RGB
CMYK
RGB Variations
Color information
#55594C (or 0x55594C) is known color: Chicago. HEX triplet: 55, 59 and 4C. RGB value is (85,89,76). Sum of RGB (Red+Green+Blue) = 85+89+76=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #55594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55594C is #AAA6B3. Grayscale: #565656. Windows color (decimal): -11183796 or 5003605. OLE color: 5003605.
HSL color Cylindrical-coordinate representation of color #55594C: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55594C is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 76 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.65 |
| HSL | 78.46º | 0.08% | 0.32% | - |
| HSV(B) | 78.46º | 0.15% | 0.35% | - |
| XYZ | 8.62 | 9.6 | 8.24 | - |
| YUV | 86.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 76 | 0.04 | 0 | 0.15 | 0.65 | 78.46 | 0.08 | 0.32 |
| Hex | 55 | 59 | 4C | 4 | 0 | F | 41 | 4E | 8 | 20 |
| Octal | 125 | 131 | 114 | 4 | 0 | 17 | 101 | 116 | 10 | 40 |
| Binary | 1010101 | 1011001 | 1001100 | 100 | 0 | 1111 | 1000001 | 1001110 | 1000 | 100000 |
Color Harmonies of #55594C
Complementary color
Monochromatic Colors of #55594C
Black with #55594C
Text Example
Text Example
White with #55594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55594C; }
p { color: rgb(85,89,76); }
H1.HeaderClassName
{
color: #55594C;
}
.AnyTagClassName
{
color: #55594C;
}
</style>
background-color css
<style>
a { background-color: #55594C; }
a { background-color: rgb(85,89,76); }
div.DivClassName
{
background-color: #55594C;
}
.BgClassName
{
background-color: #55594C;
}
</style>
border-color css
<style>
span { border-color: #55594C; }
span { border-color: rgb(85,89,76); }
td.TdClassName
{
border-color: #55594C;
}
.TagClassName
{
border-color: #55594C;
}
</style>