Shades of Chicago #5A614F
Tints of Chicago #5A614F
RGB
CMYK
RGB Variations
Color information
#5A614F (or 0x5A614F) is known color: Chicago. HEX triplet: 5A, 61 and 4F. RGB value is (90,97,79). Sum of RGB (Red+Green+Blue) = 90+97+79=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #5A614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A614F is #A59EB0. Grayscale: #5C5C5C. Windows color (decimal): -10854065 or 5202266. OLE color: 5202266.
HSL color Cylindrical-coordinate representation of color #5A614F: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A614F is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 79 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.62 |
| HSL | 83.33º | 0.1% | 0.35% | - |
| HSV(B) | 83.33º | 0.19% | 0.38% | - |
| XYZ | 9.9 | 11.29 | 9.05 | - |
| YUV | 92.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 79 | 0.07 | 0 | 0.19 | 0.62 | 83.33 | 0.1 | 0.35 |
| Hex | 5A | 61 | 4F | 7 | 0 | 13 | 3E | 53 | A | 23 |
| Octal | 132 | 141 | 117 | 7 | 0 | 23 | 76 | 123 | 12 | 43 |
| Binary | 1011010 | 1100001 | 1001111 | 111 | 0 | 10011 | 111110 | 1010011 | 1010 | 100011 |
Color Harmonies of #5A614F
Complementary color
Monochromatic Colors of #5A614F
Black with #5A614F
Text Example
Text Example
White with #5A614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A614F; }
p { color: rgb(90,97,79); }
H1.HeaderClassName
{
color: #5A614F;
}
.AnyTagClassName
{
color: #5A614F;
}
</style>
background-color css
<style>
a { background-color: #5A614F; }
a { background-color: rgb(90,97,79); }
div.DivClassName
{
background-color: #5A614F;
}
.BgClassName
{
background-color: #5A614F;
}
</style>
border-color css
<style>
span { border-color: #5A614F; }
span { border-color: rgb(90,97,79); }
td.TdClassName
{
border-color: #5A614F;
}
.TagClassName
{
border-color: #5A614F;
}
</style>