Shades of Chicago #555850
Tints of Chicago #555850
RGB
CMYK
RGB Variations
Color information
#555850 (or 0x555850) is known color: Chicago. HEX triplet: 55, 58 and 50. RGB value is (85,88,80). Sum of RGB (Red+Green+Blue) = 85+88+80=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #555850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555850 is #AAA7AF. Grayscale: #565656. Windows color (decimal): -11184048 or 5265493. OLE color: 5265493.
HSL color Cylindrical-coordinate representation of color #555850: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555850 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 80 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.65 |
| HSL | 82.5º | 0.05% | 0.33% | - |
| HSV(B) | 82.5º | 0.09% | 0.35% | - |
| XYZ | 8.68 | 9.49 | 8.96 | - |
| YUV | 86.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 80 | 0.03 | 0 | 0.09 | 0.65 | 82.5 | 0.05 | 0.33 |
| Hex | 55 | 58 | 50 | 3 | 0 | 9 | 41 | 52 | 5 | 21 |
| Octal | 125 | 130 | 120 | 3 | 0 | 11 | 101 | 122 | 5 | 41 |
| Binary | 1010101 | 1011000 | 1010000 | 11 | 0 | 1001 | 1000001 | 1010010 | 101 | 100001 |
Color Harmonies of #555850
Complementary color
Monochromatic Colors of #555850
Black with #555850
Text Example
Text Example
White with #555850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555850; }
p { color: rgb(85,88,80); }
H1.HeaderClassName
{
color: #555850;
}
.AnyTagClassName
{
color: #555850;
}
</style>
background-color css
<style>
a { background-color: #555850; }
a { background-color: rgb(85,88,80); }
div.DivClassName
{
background-color: #555850;
}
.BgClassName
{
background-color: #555850;
}
</style>
border-color css
<style>
span { border-color: #555850; }
span { border-color: rgb(85,88,80); }
td.TdClassName
{
border-color: #555850;
}
.TagClassName
{
border-color: #555850;
}
</style>