Shades of Chicago #5A5B55
Tints of Chicago #5A5B55
RGB
CMYK
RGB Variations
Color information
#5A5B55 (or 0x5A5B55) is known color: Chicago. HEX triplet: 5A, 5B and 55. RGB value is (90,91,85). Sum of RGB (Red+Green+Blue) = 90+91+85=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B55 is #A5A4AA. Grayscale: #5A5A5A. Windows color (decimal): -10855595 or 5593946. OLE color: 5593946.
HSL color Cylindrical-coordinate representation of color #5A5B55: hue angle of 70º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5B55 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 85 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.64 |
| HSL | 70º | 0.03% | 0.35% | - |
| HSV(B) | 70º | 0.07% | 0.36% | - |
| XYZ | 9.6 | 10.31 | 10.08 | - |
| YUV | 90.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 85 | 0.01 | 0 | 0.07 | 0.64 | 70 | 0.03 | 0.35 |
| Hex | 5A | 5B | 55 | 1 | 0 | 7 | 40 | 46 | 3 | 23 |
| Octal | 132 | 133 | 125 | 1 | 0 | 7 | 100 | 106 | 3 | 43 |
| Binary | 1011010 | 1011011 | 1010101 | 1 | 0 | 111 | 1000000 | 1000110 | 11 | 100011 |
Color Harmonies of #5A5B55
Complementary color
Monochromatic Colors of #5A5B55
Black with #5A5B55
Text Example
Text Example
White with #5A5B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B55; }
p { color: rgb(90,91,85); }
H1.HeaderClassName
{
color: #5A5B55;
}
.AnyTagClassName
{
color: #5A5B55;
}
</style>
background-color css
<style>
a { background-color: #5A5B55; }
a { background-color: rgb(90,91,85); }
div.DivClassName
{
background-color: #5A5B55;
}
.BgClassName
{
background-color: #5A5B55;
}
</style>
border-color css
<style>
span { border-color: #5A5B55; }
span { border-color: rgb(90,91,85); }
td.TdClassName
{
border-color: #5A5B55;
}
.TagClassName
{
border-color: #5A5B55;
}
</style>