Shades of Chicago #5E6650
Tints of Chicago #5E6650
RGB
CMYK
RGB Variations
Color information
#5E6650 (or 0x5E6650) is known color: Chicago. HEX triplet: 5E, 66 and 50. RGB value is (94,102,80). Sum of RGB (Red+Green+Blue) = 94+102+80=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6650 is #A199AF. Grayscale: #616161. Windows color (decimal): -10590640 or 5269086. OLE color: 5269086.
HSL color Cylindrical-coordinate representation of color #5E6650: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E6650 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 80 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.6 |
| HSL | 81.82º | 0.12% | 0.36% | - |
| HSV(B) | 81.82º | 0.22% | 0.4% | - |
| XYZ | 10.82 | 12.46 | 9.42 | - |
| YUV | 97.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 80 | 0.08 | 0 | 0.22 | 0.6 | 81.82 | 0.12 | 0.36 |
| Hex | 5E | 66 | 50 | 8 | 0 | 16 | 3C | 52 | C | 24 |
| Octal | 136 | 146 | 120 | 10 | 0 | 26 | 74 | 122 | 14 | 44 |
| Binary | 1011110 | 1100110 | 1010000 | 1000 | 0 | 10110 | 111100 | 1010010 | 1100 | 100100 |
Color Harmonies of #5E6650
Complementary color
Monochromatic Colors of #5E6650
Black with #5E6650
Text Example
Text Example
White with #5E6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6650; }
p { color: rgb(94,102,80); }
H1.HeaderClassName
{
color: #5E6650;
}
.AnyTagClassName
{
color: #5E6650;
}
</style>
background-color css
<style>
a { background-color: #5E6650; }
a { background-color: rgb(94,102,80); }
div.DivClassName
{
background-color: #5E6650;
}
.BgClassName
{
background-color: #5E6650;
}
</style>
border-color css
<style>
span { border-color: #5E6650; }
span { border-color: rgb(94,102,80); }
td.TdClassName
{
border-color: #5E6650;
}
.TagClassName
{
border-color: #5E6650;
}
</style>