Shades of Chicago #55584C
Tints of Chicago #55584C
RGB
CMYK
RGB Variations
Color information
#55584C (or 0x55584C) is known color: Chicago. HEX triplet: 55, 58 and 4C. RGB value is (85,88,76). Sum of RGB (Red+Green+Blue) = 85+88+76=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #55584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55584C is #AAA7B3. Grayscale: #555555. Windows color (decimal): -11184052 or 5003349. OLE color: 5003349.
HSL color Cylindrical-coordinate representation of color #55584C: hue angle of 75º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55584C is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 76 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.65 |
| HSL | 75º | 0.07% | 0.32% | - |
| HSV(B) | 75º | 0.14% | 0.35% | - |
| XYZ | 8.54 | 9.43 | 8.21 | - |
| YUV | 85.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 76 | 0.03 | 0 | 0.14 | 0.65 | 75 | 0.07 | 0.32 |
| Hex | 55 | 58 | 4C | 3 | 0 | E | 41 | 4B | 7 | 20 |
| Octal | 125 | 130 | 114 | 3 | 0 | 16 | 101 | 113 | 7 | 40 |
| Binary | 1010101 | 1011000 | 1001100 | 11 | 0 | 1110 | 1000001 | 1001011 | 111 | 100000 |
Color Harmonies of #55584C
Complementary color
Monochromatic Colors of #55584C
Black with #55584C
Text Example
Text Example
White with #55584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55584C; }
p { color: rgb(85,88,76); }
H1.HeaderClassName
{
color: #55584C;
}
.AnyTagClassName
{
color: #55584C;
}
</style>
background-color css
<style>
a { background-color: #55584C; }
a { background-color: rgb(85,88,76); }
div.DivClassName
{
background-color: #55584C;
}
.BgClassName
{
background-color: #55584C;
}
</style>
border-color css
<style>
span { border-color: #55584C; }
span { border-color: rgb(85,88,76); }
td.TdClassName
{
border-color: #55584C;
}
.TagClassName
{
border-color: #55584C;
}
</style>