Shades of Chicago #555A4E
Tints of Chicago #555A4E
RGB
CMYK
RGB Variations
Color information
#555A4E (or 0x555A4E) is known color: Chicago. HEX triplet: 55, 5A and 4E. RGB value is (85,90,78). Sum of RGB (Red+Green+Blue) = 85+90+78=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 90 - color contains mainly: green. Hex color #555A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A4E is #AAA5B1. Grayscale: #575757. Windows color (decimal): -11183538 or 5134933. OLE color: 5134933.
HSL color Cylindrical-coordinate representation of color #555A4E: hue angle of 85º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #555A4E is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 78 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.65 |
| HSL | 85º | 0.07% | 0.33% | - |
| HSV(B) | 85º | 0.13% | 0.35% | - |
| XYZ | 8.78 | 9.79 | 8.64 | - |
| YUV | 87.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 78 | 0.06 | 0 | 0.13 | 0.65 | 85 | 0.07 | 0.33 |
| Hex | 55 | 5A | 4E | 6 | 0 | D | 41 | 55 | 7 | 21 |
| Octal | 125 | 132 | 116 | 6 | 0 | 15 | 101 | 125 | 7 | 41 |
| Binary | 1010101 | 1011010 | 1001110 | 110 | 0 | 1101 | 1000001 | 1010101 | 111 | 100001 |
Color Harmonies of #555A4E
Complementary color
Monochromatic Colors of #555A4E
Black with #555A4E
Text Example
Text Example
White with #555A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A4E; }
p { color: rgb(85,90,78); }
H1.HeaderClassName
{
color: #555A4E;
}
.AnyTagClassName
{
color: #555A4E;
}
</style>
background-color css
<style>
a { background-color: #555A4E; }
a { background-color: rgb(85,90,78); }
div.DivClassName
{
background-color: #555A4E;
}
.BgClassName
{
background-color: #555A4E;
}
</style>
border-color css
<style>
span { border-color: #555A4E; }
span { border-color: rgb(85,90,78); }
td.TdClassName
{
border-color: #555A4E;
}
.TagClassName
{
border-color: #555A4E;
}
</style>