Shades of Chicago #5A6253
Tints of Chicago #5A6253
RGB
CMYK
RGB Variations
Color information
#5A6253 (or 0x5A6253) is known color: Chicago. HEX triplet: 5A, 62 and 53. RGB value is (90,98,83). Sum of RGB (Red+Green+Blue) = 90+98+83=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6253 is #A59DAC. Grayscale: #5D5D5D. Windows color (decimal): -10853805 or 5464666. OLE color: 5464666.
HSL color Cylindrical-coordinate representation of color #5A6253: hue angle of 92º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6253 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 83 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.62 |
| HSL | 92º | 0.08% | 0.35% | - |
| HSV(B) | 92º | 0.15% | 0.38% | - |
| XYZ | 10.15 | 11.53 | 9.88 | - |
| YUV | 93.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 83 | 0.08 | 0 | 0.15 | 0.62 | 92 | 0.08 | 0.35 |
| Hex | 5A | 62 | 53 | 8 | 0 | F | 3E | 5C | 8 | 23 |
| Octal | 132 | 142 | 123 | 10 | 0 | 17 | 76 | 134 | 10 | 43 |
| Binary | 1011010 | 1100010 | 1010011 | 1000 | 0 | 1111 | 111110 | 1011100 | 1000 | 100011 |
Color Harmonies of #5A6253
Complementary color
Monochromatic Colors of #5A6253
Black with #5A6253
Text Example
Text Example
White with #5A6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6253; }
p { color: rgb(90,98,83); }
H1.HeaderClassName
{
color: #5A6253;
}
.AnyTagClassName
{
color: #5A6253;
}
</style>
background-color css
<style>
a { background-color: #5A6253; }
a { background-color: rgb(90,98,83); }
div.DivClassName
{
background-color: #5A6253;
}
.BgClassName
{
background-color: #5A6253;
}
</style>
border-color css
<style>
span { border-color: #5A6253; }
span { border-color: rgb(90,98,83); }
td.TdClassName
{
border-color: #5A6253;
}
.TagClassName
{
border-color: #5A6253;
}
</style>