Shades of Chicago #555A4C
Tints of Chicago #555A4C
RGB
CMYK
RGB Variations
Color information
#555A4C (or 0x555A4C) is known color: Chicago. HEX triplet: 55, 5A and 4C. RGB value is (85,90,76). Sum of RGB (Red+Green+Blue) = 85+90+76=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #555A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A4C is #AAA5B3. Grayscale: #565656. Windows color (decimal): -11183540 or 5003861. OLE color: 5003861.
HSL color Cylindrical-coordinate representation of color #555A4C: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555A4C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 76 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.65 |
| HSL | 81.43º | 0.08% | 0.33% | - |
| HSV(B) | 81.43º | 0.16% | 0.35% | - |
| XYZ | 8.71 | 9.77 | 8.26 | - |
| YUV | 86.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 76 | 0.06 | 0 | 0.16 | 0.65 | 81.43 | 0.08 | 0.33 |
| Hex | 55 | 5A | 4C | 6 | 0 | 10 | 41 | 51 | 8 | 21 |
| Octal | 125 | 132 | 114 | 6 | 0 | 20 | 101 | 121 | 10 | 41 |
| Binary | 1010101 | 1011010 | 1001100 | 110 | 0 | 10000 | 1000001 | 1010001 | 1000 | 100001 |
Color Harmonies of #555A4C
Complementary color
Monochromatic Colors of #555A4C
Black with #555A4C
Text Example
Text Example
White with #555A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A4C; }
p { color: rgb(85,90,76); }
H1.HeaderClassName
{
color: #555A4C;
}
.AnyTagClassName
{
color: #555A4C;
}
</style>
background-color css
<style>
a { background-color: #555A4C; }
a { background-color: rgb(85,90,76); }
div.DivClassName
{
background-color: #555A4C;
}
.BgClassName
{
background-color: #555A4C;
}
</style>
border-color css
<style>
span { border-color: #555A4C; }
span { border-color: rgb(85,90,76); }
td.TdClassName
{
border-color: #555A4C;
}
.TagClassName
{
border-color: #555A4C;
}
</style>