Shades of Chicago #5E6256
Tints of Chicago #5E6256
RGB
CMYK
RGB Variations
Color information
#5E6256 (or 0x5E6256) is known color: Chicago. HEX triplet: 5E, 62 and 56. RGB value is (94,98,86). Sum of RGB (Red+Green+Blue) = 94+98+86=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6256 is #A19DA9. Grayscale: #5F5F5F. Windows color (decimal): -10591658 or 5661278. OLE color: 5661278.
HSL color Cylindrical-coordinate representation of color #5E6256: hue angle of 80º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5E6256 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 86 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.62 |
| HSL | 80º | 0.07% | 0.36% | - |
| HSV(B) | 80º | 0.12% | 0.38% | - |
| XYZ | 10.66 | 11.79 | 10.52 | - |
| YUV | 95.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 86 | 0.04 | 0 | 0.12 | 0.62 | 80 | 0.07 | 0.36 |
| Hex | 5E | 62 | 56 | 4 | 0 | C | 3E | 50 | 7 | 24 |
| Octal | 136 | 142 | 126 | 4 | 0 | 14 | 76 | 120 | 7 | 44 |
| Binary | 1011110 | 1100010 | 1010110 | 100 | 0 | 1100 | 111110 | 1010000 | 111 | 100100 |
Color Harmonies of #5E6256
Complementary color
Monochromatic Colors of #5E6256
Black with #5E6256
Text Example
Text Example
White with #5E6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6256; }
p { color: rgb(94,98,86); }
H1.HeaderClassName
{
color: #5E6256;
}
.AnyTagClassName
{
color: #5E6256;
}
</style>
background-color css
<style>
a { background-color: #5E6256; }
a { background-color: rgb(94,98,86); }
div.DivClassName
{
background-color: #5E6256;
}
.BgClassName
{
background-color: #5E6256;
}
</style>
border-color css
<style>
span { border-color: #5E6256; }
span { border-color: rgb(94,98,86); }
td.TdClassName
{
border-color: #5E6256;
}
.TagClassName
{
border-color: #5E6256;
}
</style>