Shades of Chicago #5A604D
Tints of Chicago #5A604D
RGB
CMYK
RGB Variations
Color information
#5A604D (or 0x5A604D) is known color: Chicago. HEX triplet: 5A, 60 and 4D. RGB value is (90,96,77). Sum of RGB (Red+Green+Blue) = 90+96+77=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #5A604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A604D is #A59FB2. Grayscale: #5C5C5C. Windows color (decimal): -10854323 or 5070938. OLE color: 5070938.
HSL color Cylindrical-coordinate representation of color #5A604D: hue angle of 78.95º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A604D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 77 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.62 |
| HSL | 78.95º | 0.11% | 0.34% | - |
| HSV(B) | 78.95º | 0.2% | 0.38% | - |
| XYZ | 9.74 | 11.08 | 8.65 | - |
| YUV | 92.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 77 | 0.06 | 0 | 0.20 | 0.62 | 78.95 | 0.11 | 0.34 |
| Hex | 5A | 60 | 4D | 6 | 0 | 14 | 3E | 4F | B | 22 |
| Octal | 132 | 140 | 115 | 6 | 0 | 24 | 76 | 117 | 13 | 42 |
| Binary | 1011010 | 1100000 | 1001101 | 110 | 0 | 10100 | 111110 | 1001111 | 1011 | 100010 |
Color Harmonies of #5A604D
Complementary color
Monochromatic Colors of #5A604D
Black with #5A604D
Text Example
Text Example
White with #5A604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A604D; }
p { color: rgb(90,96,77); }
H1.HeaderClassName
{
color: #5A604D;
}
.AnyTagClassName
{
color: #5A604D;
}
</style>
background-color css
<style>
a { background-color: #5A604D; }
a { background-color: rgb(90,96,77); }
div.DivClassName
{
background-color: #5A604D;
}
.BgClassName
{
background-color: #5A604D;
}
</style>
border-color css
<style>
span { border-color: #5A604D; }
span { border-color: rgb(90,96,77); }
td.TdClassName
{
border-color: #5A604D;
}
.TagClassName
{
border-color: #5A604D;
}
</style>