Shades of Chicago #5A624C
Tints of Chicago #5A624C
RGB
CMYK
RGB Variations
Color information
#5A624C (or 0x5A624C) is known color: Chicago. HEX triplet: 5A, 62 and 4C. RGB value is (90,98,76). Sum of RGB (Red+Green+Blue) = 90+98+76=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #5A624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A624C is #A59DB3. Grayscale: #5D5D5D. Windows color (decimal): -10853812 or 5005914. OLE color: 5005914.
HSL color Cylindrical-coordinate representation of color #5A624C: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A624C is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 76 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.62 |
| HSL | 81.82º | 0.13% | 0.34% | - |
| HSV(B) | 81.82º | 0.22% | 0.38% | - |
| XYZ | 9.89 | 11.43 | 8.52 | - |
| YUV | 93.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 76 | 0.08 | 0 | 0.22 | 0.62 | 81.82 | 0.13 | 0.34 |
| Hex | 5A | 62 | 4C | 8 | 0 | 16 | 3E | 52 | D | 22 |
| Octal | 132 | 142 | 114 | 10 | 0 | 26 | 76 | 122 | 15 | 42 |
| Binary | 1011010 | 1100010 | 1001100 | 1000 | 0 | 10110 | 111110 | 1010010 | 1101 | 100010 |
Color Harmonies of #5A624C
Complementary color
Monochromatic Colors of #5A624C
Black with #5A624C
Text Example
Text Example
White with #5A624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A624C; }
p { color: rgb(90,98,76); }
H1.HeaderClassName
{
color: #5A624C;
}
.AnyTagClassName
{
color: #5A624C;
}
</style>
background-color css
<style>
a { background-color: #5A624C; }
a { background-color: rgb(90,98,76); }
div.DivClassName
{
background-color: #5A624C;
}
.BgClassName
{
background-color: #5A624C;
}
</style>
border-color css
<style>
span { border-color: #5A624C; }
span { border-color: rgb(90,98,76); }
td.TdClassName
{
border-color: #5A624C;
}
.TagClassName
{
border-color: #5A624C;
}
</style>