Shades of Chicago #5A6055
Tints of Chicago #5A6055
RGB
CMYK
RGB Variations
Color information
#5A6055 (or 0x5A6055) is known color: Chicago. HEX triplet: 5A, 60 and 55. RGB value is (90,96,85). Sum of RGB (Red+Green+Blue) = 90+96+85=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6055 is #A59FAA. Grayscale: #5C5C5C. Windows color (decimal): -10854315 or 5595226. OLE color: 5595226.
HSL color Cylindrical-coordinate representation of color #5A6055: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A6055 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 85 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.62 |
| HSL | 92.73º | 0.06% | 0.35% | - |
| HSV(B) | 92.73º | 0.11% | 0.38% | - |
| XYZ | 10.04 | 11.2 | 10.23 | - |
| YUV | 92.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 85 | 0.06 | 0 | 0.11 | 0.62 | 92.73 | 0.06 | 0.35 |
| Hex | 5A | 60 | 55 | 6 | 0 | B | 3E | 5D | 6 | 23 |
| Octal | 132 | 140 | 125 | 6 | 0 | 13 | 76 | 135 | 6 | 43 |
| Binary | 1011010 | 1100000 | 1010101 | 110 | 0 | 1011 | 111110 | 1011101 | 110 | 100011 |
Color Harmonies of #5A6055
Complementary color
Monochromatic Colors of #5A6055
Black with #5A6055
Text Example
Text Example
White with #5A6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6055; }
p { color: rgb(90,96,85); }
H1.HeaderClassName
{
color: #5A6055;
}
.AnyTagClassName
{
color: #5A6055;
}
</style>
background-color css
<style>
a { background-color: #5A6055; }
a { background-color: rgb(90,96,85); }
div.DivClassName
{
background-color: #5A6055;
}
.BgClassName
{
background-color: #5A6055;
}
</style>
border-color css
<style>
span { border-color: #5A6055; }
span { border-color: rgb(90,96,85); }
td.TdClassName
{
border-color: #5A6055;
}
.TagClassName
{
border-color: #5A6055;
}
</style>