Shades of Chicago #55574F
Tints of Chicago #55574F
RGB
CMYK
RGB Variations
Color information
#55574F (or 0x55574F) is known color: Chicago. HEX triplet: 55, 57 and 4F. RGB value is (85,87,79). Sum of RGB (Red+Green+Blue) = 85+87+79=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #55574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55574F is #AAA8B0. Grayscale: #555555. Windows color (decimal): -11184305 or 5199701. OLE color: 5199701.
HSL color Cylindrical-coordinate representation of color #55574F: hue angle of 75º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55574F is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 79 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.66 |
| HSL | 75º | 0.05% | 0.33% | - |
| HSV(B) | 75º | 0.09% | 0.34% | - |
| XYZ | 8.57 | 9.31 | 8.74 | - |
| YUV | 85.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 79 | 0.02 | 0 | 0.09 | 0.66 | 75 | 0.05 | 0.33 |
| Hex | 55 | 57 | 4F | 2 | 0 | 9 | 42 | 4B | 5 | 21 |
| Octal | 125 | 127 | 117 | 2 | 0 | 11 | 102 | 113 | 5 | 41 |
| Binary | 1010101 | 1010111 | 1001111 | 10 | 0 | 1001 | 1000010 | 1001011 | 101 | 100001 |
Color Harmonies of #55574F
Complementary color
Monochromatic Colors of #55574F
Black with #55574F
Text Example
Text Example
White with #55574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55574F; }
p { color: rgb(85,87,79); }
H1.HeaderClassName
{
color: #55574F;
}
.AnyTagClassName
{
color: #55574F;
}
</style>
background-color css
<style>
a { background-color: #55574F; }
a { background-color: rgb(85,87,79); }
div.DivClassName
{
background-color: #55574F;
}
.BgClassName
{
background-color: #55574F;
}
</style>
border-color css
<style>
span { border-color: #55574F; }
span { border-color: rgb(85,87,79); }
td.TdClassName
{
border-color: #55574F;
}
.TagClassName
{
border-color: #55574F;
}
</style>