Shades of Chicago #555851
Tints of Chicago #555851
RGB
CMYK
RGB Variations
Color information
#555851 (or 0x555851) is known color: Chicago. HEX triplet: 55, 58 and 51. RGB value is (85,88,81). Sum of RGB (Red+Green+Blue) = 85+88+81=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #555851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555851 is #AAA7AE. Grayscale: #565656. Windows color (decimal): -11184047 or 5331029. OLE color: 5331029.
HSL color Cylindrical-coordinate representation of color #555851: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #555851 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 81 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.65 |
| HSL | 85.71º | 0.04% | 0.33% | - |
| HSV(B) | 85.71º | 0.08% | 0.35% | - |
| XYZ | 8.72 | 9.5 | 9.16 | - |
| YUV | 86.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 81 | 0.03 | 0 | 0.08 | 0.65 | 85.71 | 0.04 | 0.33 |
| Hex | 55 | 58 | 51 | 3 | 0 | 8 | 41 | 56 | 4 | 21 |
| Octal | 125 | 130 | 121 | 3 | 0 | 10 | 101 | 126 | 4 | 41 |
| Binary | 1010101 | 1011000 | 1010001 | 11 | 0 | 1000 | 1000001 | 1010110 | 100 | 100001 |
Color Harmonies of #555851
Complementary color
Monochromatic Colors of #555851
Black with #555851
Text Example
Text Example
White with #555851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555851; }
p { color: rgb(85,88,81); }
H1.HeaderClassName
{
color: #555851;
}
.AnyTagClassName
{
color: #555851;
}
</style>
background-color css
<style>
a { background-color: #555851; }
a { background-color: rgb(85,88,81); }
div.DivClassName
{
background-color: #555851;
}
.BgClassName
{
background-color: #555851;
}
</style>
border-color css
<style>
span { border-color: #555851; }
span { border-color: rgb(85,88,81); }
td.TdClassName
{
border-color: #555851;
}
.TagClassName
{
border-color: #555851;
}
</style>