Shades of Chicago #55584E
Tints of Chicago #55584E
RGB
CMYK
RGB Variations
Color information
#55584E (or 0x55584E) is known color: Chicago. HEX triplet: 55, 58 and 4E. RGB value is (85,88,78). Sum of RGB (Red+Green+Blue) = 85+88+78=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #55584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55584E is #AAA7B1. Grayscale: #555555. Windows color (decimal): -11184050 or 5134421. OLE color: 5134421.
HSL color Cylindrical-coordinate representation of color #55584E: hue angle of 78º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55584E is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 78 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.65 |
| HSL | 78º | 0.06% | 0.33% | - |
| HSV(B) | 78º | 0.11% | 0.35% | - |
| XYZ | 8.61 | 9.46 | 8.58 | - |
| YUV | 85.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 78 | 0.03 | 0 | 0.11 | 0.65 | 78 | 0.06 | 0.33 |
| Hex | 55 | 58 | 4E | 3 | 0 | B | 41 | 4E | 6 | 21 |
| Octal | 125 | 130 | 116 | 3 | 0 | 13 | 101 | 116 | 6 | 41 |
| Binary | 1010101 | 1011000 | 1001110 | 11 | 0 | 1011 | 1000001 | 1001110 | 110 | 100001 |
Color Harmonies of #55584E
Complementary color
Monochromatic Colors of #55584E
Black with #55584E
Text Example
Text Example
White with #55584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55584E; }
p { color: rgb(85,88,78); }
H1.HeaderClassName
{
color: #55584E;
}
.AnyTagClassName
{
color: #55584E;
}
</style>
background-color css
<style>
a { background-color: #55584E; }
a { background-color: rgb(85,88,78); }
div.DivClassName
{
background-color: #55584E;
}
.BgClassName
{
background-color: #55584E;
}
</style>
border-color css
<style>
span { border-color: #55584E; }
span { border-color: rgb(85,88,78); }
td.TdClassName
{
border-color: #55584E;
}
.TagClassName
{
border-color: #55584E;
}
</style>