Shades of Chicago #5E6350
Tints of Chicago #5E6350
RGB
CMYK
RGB Variations
Color information
#5E6350 (or 0x5E6350) is known color: Chicago. HEX triplet: 5E, 63 and 50. RGB value is (94,99,80). Sum of RGB (Red+Green+Blue) = 94+99+80=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6350 is #A19CAF. Grayscale: #5F5F5F. Windows color (decimal): -10591408 or 5268318. OLE color: 5268318.
HSL color Cylindrical-coordinate representation of color #5E6350: hue angle of 75.79º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E6350 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 80 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.61 |
| HSL | 75.79º | 0.11% | 0.35% | - |
| HSV(B) | 75.79º | 0.19% | 0.39% | - |
| XYZ | 10.53 | 11.88 | 9.33 | - |
| YUV | 95.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 80 | 0.05 | 0 | 0.19 | 0.61 | 75.79 | 0.11 | 0.35 |
| Hex | 5E | 63 | 50 | 5 | 0 | 13 | 3D | 4C | B | 23 |
| Octal | 136 | 143 | 120 | 5 | 0 | 23 | 75 | 114 | 13 | 43 |
| Binary | 1011110 | 1100011 | 1010000 | 101 | 0 | 10011 | 111101 | 1001100 | 1011 | 100011 |
Color Harmonies of #5E6350
Complementary color
Monochromatic Colors of #5E6350
Black with #5E6350
Text Example
Text Example
White with #5E6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6350; }
p { color: rgb(94,99,80); }
H1.HeaderClassName
{
color: #5E6350;
}
.AnyTagClassName
{
color: #5E6350;
}
</style>
background-color css
<style>
a { background-color: #5E6350; }
a { background-color: rgb(94,99,80); }
div.DivClassName
{
background-color: #5E6350;
}
.BgClassName
{
background-color: #5E6350;
}
</style>
border-color css
<style>
span { border-color: #5E6350; }
span { border-color: rgb(94,99,80); }
td.TdClassName
{
border-color: #5E6350;
}
.TagClassName
{
border-color: #5E6350;
}
</style>