Shades of Chicago #5A604E
Tints of Chicago #5A604E
RGB
CMYK
RGB Variations
Color information
#5A604E (or 0x5A604E) is known color: Chicago. HEX triplet: 5A, 60 and 4E. RGB value is (90,96,78). Sum of RGB (Red+Green+Blue) = 90+96+78=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #5A604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A604E is #A59FB1. Grayscale: #5C5C5C. Windows color (decimal): -10854322 or 5136474. OLE color: 5136474.
HSL color Cylindrical-coordinate representation of color #5A604E: hue angle of 80º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A604E is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 78 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.62 |
| HSL | 80º | 0.1% | 0.34% | - |
| HSV(B) | 80º | 0.19% | 0.38% | - |
| XYZ | 9.77 | 11.09 | 8.83 | - |
| YUV | 92.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 78 | 0.06 | 0 | 0.19 | 0.62 | 80 | 0.1 | 0.34 |
| Hex | 5A | 60 | 4E | 6 | 0 | 13 | 3E | 50 | A | 22 |
| Octal | 132 | 140 | 116 | 6 | 0 | 23 | 76 | 120 | 12 | 42 |
| Binary | 1011010 | 1100000 | 1001110 | 110 | 0 | 10011 | 111110 | 1010000 | 1010 | 100010 |
Color Harmonies of #5A604E
Complementary color
Monochromatic Colors of #5A604E
Black with #5A604E
Text Example
Text Example
White with #5A604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A604E; }
p { color: rgb(90,96,78); }
H1.HeaderClassName
{
color: #5A604E;
}
.AnyTagClassName
{
color: #5A604E;
}
</style>
background-color css
<style>
a { background-color: #5A604E; }
a { background-color: rgb(90,96,78); }
div.DivClassName
{
background-color: #5A604E;
}
.BgClassName
{
background-color: #5A604E;
}
</style>
border-color css
<style>
span { border-color: #5A604E; }
span { border-color: rgb(90,96,78); }
td.TdClassName
{
border-color: #5A604E;
}
.TagClassName
{
border-color: #5A604E;
}
</style>