Shades of Chicago #555A4D
Tints of Chicago #555A4D
RGB
CMYK
RGB Variations
Color information
#555A4D (or 0x555A4D) is known color: Chicago. HEX triplet: 55, 5A and 4D. RGB value is (85,90,77). Sum of RGB (Red+Green+Blue) = 85+90+77=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #555A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A4D is #AAA5B2. Grayscale: #575757. Windows color (decimal): -11183539 or 5069397. OLE color: 5069397.
HSL color Cylindrical-coordinate representation of color #555A4D: hue angle of 83.08º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555A4D is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 77 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.65 |
| HSL | 83.08º | 0.08% | 0.33% | - |
| HSV(B) | 83.08º | 0.14% | 0.35% | - |
| XYZ | 8.74 | 9.78 | 8.45 | - |
| YUV | 87.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 77 | 0.06 | 0 | 0.14 | 0.65 | 83.08 | 0.08 | 0.33 |
| Hex | 55 | 5A | 4D | 6 | 0 | E | 41 | 53 | 8 | 21 |
| Octal | 125 | 132 | 115 | 6 | 0 | 16 | 101 | 123 | 10 | 41 |
| Binary | 1010101 | 1011010 | 1001101 | 110 | 0 | 1110 | 1000001 | 1010011 | 1000 | 100001 |
Color Harmonies of #555A4D
Complementary color
Monochromatic Colors of #555A4D
Black with #555A4D
Text Example
Text Example
White with #555A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A4D; }
p { color: rgb(85,90,77); }
H1.HeaderClassName
{
color: #555A4D;
}
.AnyTagClassName
{
color: #555A4D;
}
</style>
background-color css
<style>
a { background-color: #555A4D; }
a { background-color: rgb(85,90,77); }
div.DivClassName
{
background-color: #555A4D;
}
.BgClassName
{
background-color: #555A4D;
}
</style>
border-color css
<style>
span { border-color: #555A4D; }
span { border-color: rgb(85,90,77); }
td.TdClassName
{
border-color: #555A4D;
}
.TagClassName
{
border-color: #555A4D;
}
</style>