Shades of Chicago #5A604C
Tints of Chicago #5A604C
RGB
CMYK
RGB Variations
Color information
#5A604C (or 0x5A604C) is known color: Chicago. HEX triplet: 5A, 60 and 4C. RGB value is (90,96,76). Sum of RGB (Red+Green+Blue) = 90+96+76=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #5A604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A604C is #A59FB3. Grayscale: #5C5C5C. Windows color (decimal): -10854324 or 5005402. OLE color: 5005402.
HSL color Cylindrical-coordinate representation of color #5A604C: hue angle of 78º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A604C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 76 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.62 |
| HSL | 78º | 0.12% | 0.34% | - |
| HSV(B) | 78º | 0.21% | 0.38% | - |
| XYZ | 9.7 | 11.06 | 8.46 | - |
| YUV | 91.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 76 | 0.06 | 0 | 0.21 | 0.62 | 78 | 0.12 | 0.34 |
| Hex | 5A | 60 | 4C | 6 | 0 | 15 | 3E | 4E | C | 22 |
| Octal | 132 | 140 | 114 | 6 | 0 | 25 | 76 | 116 | 14 | 42 |
| Binary | 1011010 | 1100000 | 1001100 | 110 | 0 | 10101 | 111110 | 1001110 | 1100 | 100010 |
Color Harmonies of #5A604C
Complementary color
Monochromatic Colors of #5A604C
Black with #5A604C
Text Example
Text Example
White with #5A604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A604C; }
p { color: rgb(90,96,76); }
H1.HeaderClassName
{
color: #5A604C;
}
.AnyTagClassName
{
color: #5A604C;
}
</style>
background-color css
<style>
a { background-color: #5A604C; }
a { background-color: rgb(90,96,76); }
div.DivClassName
{
background-color: #5A604C;
}
.BgClassName
{
background-color: #5A604C;
}
</style>
border-color css
<style>
span { border-color: #5A604C; }
span { border-color: rgb(90,96,76); }
td.TdClassName
{
border-color: #5A604C;
}
.TagClassName
{
border-color: #5A604C;
}
</style>