Shades of Chicago #5A5B59
Tints of Chicago #5A5B59
RGB
CMYK
RGB Variations
Color information
#5A5B59 (or 0x5A5B59) is known color: Chicago. HEX triplet: 5A, 5B and 59. RGB value is (90,91,89). Sum of RGB (Red+Green+Blue) = 90+91+89=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B59 is #A5A4A6. Grayscale: #5A5A5A. Windows color (decimal): -10855591 or 5856090. OLE color: 5856090.
HSL color Cylindrical-coordinate representation of color #5A5B59: hue angle of 90º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5A5B59 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 89 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.64 |
| HSL | 90º | 0.01% | 0.35% | - |
| HSV(B) | 90º | 0.02% | 0.36% | - |
| XYZ | 9.76 | 10.38 | 10.94 | - |
| YUV | 90.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 89 | 0.01 | 0 | 0.02 | 0.64 | 90 | 0.01 | 0.35 |
| Hex | 5A | 5B | 59 | 1 | 0 | 2 | 40 | 5A | 1 | 23 |
| Octal | 132 | 133 | 131 | 1 | 0 | 2 | 100 | 132 | 1 | 43 |
| Binary | 1011010 | 1011011 | 1011001 | 1 | 0 | 10 | 1000000 | 1011010 | 1 | 100011 |
Color Harmonies of #5A5B59
Complementary color
Monochromatic Colors of #5A5B59
Black with #5A5B59
Text Example
Text Example
White with #5A5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B59; }
p { color: rgb(90,91,89); }
H1.HeaderClassName
{
color: #5A5B59;
}
.AnyTagClassName
{
color: #5A5B59;
}
</style>
background-color css
<style>
a { background-color: #5A5B59; }
a { background-color: rgb(90,91,89); }
div.DivClassName
{
background-color: #5A5B59;
}
.BgClassName
{
background-color: #5A5B59;
}
</style>
border-color css
<style>
span { border-color: #5A5B59; }
span { border-color: rgb(90,91,89); }
td.TdClassName
{
border-color: #5A5B59;
}
.TagClassName
{
border-color: #5A5B59;
}
</style>