Shades of Chicago #5A6051
Tints of Chicago #5A6051
RGB
CMYK
RGB Variations
Color information
#5A6051 (or 0x5A6051) is known color: Chicago. HEX triplet: 5A, 60 and 51. RGB value is (90,96,81). Sum of RGB (Red+Green+Blue) = 90+96+81=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6051 is #A59FAE. Grayscale: #5C5C5C. Windows color (decimal): -10854319 or 5333082. OLE color: 5333082.
HSL color Cylindrical-coordinate representation of color #5A6051: hue angle of 84º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6051 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 81 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.62 |
| HSL | 84º | 0.08% | 0.35% | - |
| HSV(B) | 84º | 0.16% | 0.38% | - |
| XYZ | 9.88 | 11.13 | 9.41 | - |
| YUV | 92.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 81 | 0.06 | 0 | 0.16 | 0.62 | 84 | 0.08 | 0.35 |
| Hex | 5A | 60 | 51 | 6 | 0 | 10 | 3E | 54 | 8 | 23 |
| Octal | 132 | 140 | 121 | 6 | 0 | 20 | 76 | 124 | 10 | 43 |
| Binary | 1011010 | 1100000 | 1010001 | 110 | 0 | 10000 | 111110 | 1010100 | 1000 | 100011 |
Color Harmonies of #5A6051
Complementary color
Monochromatic Colors of #5A6051
Black with #5A6051
Text Example
Text Example
White with #5A6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6051; }
p { color: rgb(90,96,81); }
H1.HeaderClassName
{
color: #5A6051;
}
.AnyTagClassName
{
color: #5A6051;
}
</style>
background-color css
<style>
a { background-color: #5A6051; }
a { background-color: rgb(90,96,81); }
div.DivClassName
{
background-color: #5A6051;
}
.BgClassName
{
background-color: #5A6051;
}
</style>
border-color css
<style>
span { border-color: #5A6051; }
span { border-color: rgb(90,96,81); }
td.TdClassName
{
border-color: #5A6051;
}
.TagClassName
{
border-color: #5A6051;
}
</style>