Shades of Chicago #55574E
Tints of Chicago #55574E
RGB
CMYK
RGB Variations
Color information
#55574E (or 0x55574E) is known color: Chicago. HEX triplet: 55, 57 and 4E. RGB value is (85,87,78). Sum of RGB (Red+Green+Blue) = 85+87+78=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #55574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55574E is #AAA8B1. Grayscale: #555555. Windows color (decimal): -11184306 or 5134165. OLE color: 5134165.
HSL color Cylindrical-coordinate representation of color #55574E: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #55574E is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 78 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.66 |
| HSL | 73.33º | 0.05% | 0.32% | - |
| HSV(B) | 73.33º | 0.1% | 0.34% | - |
| XYZ | 8.53 | 9.3 | 8.55 | - |
| YUV | 85.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 78 | 0.02 | 0 | 0.10 | 0.66 | 73.33 | 0.05 | 0.32 |
| Hex | 55 | 57 | 4E | 2 | 0 | A | 42 | 49 | 5 | 20 |
| Octal | 125 | 127 | 116 | 2 | 0 | 12 | 102 | 111 | 5 | 40 |
| Binary | 1010101 | 1010111 | 1001110 | 10 | 0 | 1010 | 1000010 | 1001001 | 101 | 100000 |
Color Harmonies of #55574E
Complementary color
Monochromatic Colors of #55574E
Black with #55574E
Text Example
Text Example
White with #55574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55574E; }
p { color: rgb(85,87,78); }
H1.HeaderClassName
{
color: #55574E;
}
.AnyTagClassName
{
color: #55574E;
}
</style>
background-color css
<style>
a { background-color: #55574E; }
a { background-color: rgb(85,87,78); }
div.DivClassName
{
background-color: #55574E;
}
.BgClassName
{
background-color: #55574E;
}
</style>
border-color css
<style>
span { border-color: #55574E; }
span { border-color: rgb(85,87,78); }
td.TdClassName
{
border-color: #55574E;
}
.TagClassName
{
border-color: #55574E;
}
</style>