Shades of Chicago #5A6250
Tints of Chicago #5A6250
RGB
CMYK
RGB Variations
Color information
#5A6250 (or 0x5A6250) is known color: Chicago. HEX triplet: 5A, 62 and 50. RGB value is (90,98,80). Sum of RGB (Red+Green+Blue) = 90+98+80=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6250 is #A59DAF. Grayscale: #5D5D5D. Windows color (decimal): -10853808 or 5268058. OLE color: 5268058.
HSL color Cylindrical-coordinate representation of color #5A6250: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6250 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 80 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.62 |
| HSL | 86.67º | 0.1% | 0.35% | - |
| HSV(B) | 86.67º | 0.18% | 0.38% | - |
| XYZ | 10.03 | 11.49 | 9.28 | - |
| YUV | 93.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 80 | 0.08 | 0 | 0.18 | 0.62 | 86.67 | 0.1 | 0.35 |
| Hex | 5A | 62 | 50 | 8 | 0 | 12 | 3E | 57 | A | 23 |
| Octal | 132 | 142 | 120 | 10 | 0 | 22 | 76 | 127 | 12 | 43 |
| Binary | 1011010 | 1100010 | 1010000 | 1000 | 0 | 10010 | 111110 | 1010111 | 1010 | 100011 |
Color Harmonies of #5A6250
Complementary color
Monochromatic Colors of #5A6250
Black with #5A6250
Text Example
Text Example
White with #5A6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6250; }
p { color: rgb(90,98,80); }
H1.HeaderClassName
{
color: #5A6250;
}
.AnyTagClassName
{
color: #5A6250;
}
</style>
background-color css
<style>
a { background-color: #5A6250; }
a { background-color: rgb(90,98,80); }
div.DivClassName
{
background-color: #5A6250;
}
.BgClassName
{
background-color: #5A6250;
}
</style>
border-color css
<style>
span { border-color: #5A6250; }
span { border-color: rgb(90,98,80); }
td.TdClassName
{
border-color: #5A6250;
}
.TagClassName
{
border-color: #5A6250;
}
</style>