Shades of Chicago #55574B
Tints of Chicago #55574B
RGB
CMYK
RGB Variations
Color information
#55574B (or 0x55574B) is known color: Chicago. HEX triplet: 55, 57 and 4B. RGB value is (85,87,75). Sum of RGB (Red+Green+Blue) = 85+87+75=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #55574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55574B is #AAA8B4. Grayscale: #555555. Windows color (decimal): -11184309 or 4937557. OLE color: 4937557.
HSL color Cylindrical-coordinate representation of color #55574B: hue angle of 70º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55574B is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 75 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.66 |
| HSL | 70º | 0.07% | 0.32% | - |
| HSV(B) | 70º | 0.14% | 0.34% | - |
| XYZ | 8.42 | 9.26 | 8 | - |
| YUV | 85.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 75 | 0.02 | 0 | 0.14 | 0.66 | 70 | 0.07 | 0.32 |
| Hex | 55 | 57 | 4B | 2 | 0 | E | 42 | 46 | 7 | 20 |
| Octal | 125 | 127 | 113 | 2 | 0 | 16 | 102 | 106 | 7 | 40 |
| Binary | 1010101 | 1010111 | 1001011 | 10 | 0 | 1110 | 1000010 | 1000110 | 111 | 100000 |
Color Harmonies of #55574B
Complementary color
Monochromatic Colors of #55574B
Black with #55574B
Text Example
Text Example
White with #55574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55574B; }
p { color: rgb(85,87,75); }
H1.HeaderClassName
{
color: #55574B;
}
.AnyTagClassName
{
color: #55574B;
}
</style>
background-color css
<style>
a { background-color: #55574B; }
a { background-color: rgb(85,87,75); }
div.DivClassName
{
background-color: #55574B;
}
.BgClassName
{
background-color: #55574B;
}
</style>
border-color css
<style>
span { border-color: #55574B; }
span { border-color: rgb(85,87,75); }
td.TdClassName
{
border-color: #55574B;
}
.TagClassName
{
border-color: #55574B;
}
</style>