Shades of Chicago #55574C
Tints of Chicago #55574C
RGB
CMYK
RGB Variations
Color information
#55574C (or 0x55574C) is known color: Chicago. HEX triplet: 55, 57 and 4C. RGB value is (85,87,76). Sum of RGB (Red+Green+Blue) = 85+87+76=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 87 - color contains mainly: green. Hex color #55574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55574C is #AAA8B3. Grayscale: #555555. Windows color (decimal): -11184308 or 5003093. OLE color: 5003093.
HSL color Cylindrical-coordinate representation of color #55574C: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55574C is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 76 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.66 |
| HSL | 70.91º | 0.07% | 0.32% | - |
| HSV(B) | 70.91º | 0.13% | 0.34% | - |
| XYZ | 8.46 | 9.27 | 8.18 | - |
| YUV | 85.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 76 | 0.02 | 0 | 0.13 | 0.66 | 70.91 | 0.07 | 0.32 |
| Hex | 55 | 57 | 4C | 2 | 0 | D | 42 | 47 | 7 | 20 |
| Octal | 125 | 127 | 114 | 2 | 0 | 15 | 102 | 107 | 7 | 40 |
| Binary | 1010101 | 1010111 | 1001100 | 10 | 0 | 1101 | 1000010 | 1000111 | 111 | 100000 |
Color Harmonies of #55574C
Complementary color
Monochromatic Colors of #55574C
Black with #55574C
Text Example
Text Example
White with #55574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55574C; }
p { color: rgb(85,87,76); }
H1.HeaderClassName
{
color: #55574C;
}
.AnyTagClassName
{
color: #55574C;
}
</style>
background-color css
<style>
a { background-color: #55574C; }
a { background-color: rgb(85,87,76); }
div.DivClassName
{
background-color: #55574C;
}
.BgClassName
{
background-color: #55574C;
}
</style>
border-color css
<style>
span { border-color: #55574C; }
span { border-color: rgb(85,87,76); }
td.TdClassName
{
border-color: #55574C;
}
.TagClassName
{
border-color: #55574C;
}
</style>