Shades of Chicago #5E6456
Tints of Chicago #5E6456
RGB
CMYK
RGB Variations
Color information
#5E6456 (or 0x5E6456) is known color: Chicago. HEX triplet: 5E, 64 and 56. RGB value is (94,100,86). Sum of RGB (Red+Green+Blue) = 94+100+86=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6456 is #A19BA9. Grayscale: #606060. Windows color (decimal): -10591146 or 5661790. OLE color: 5661790.
HSL color Cylindrical-coordinate representation of color #5E6456: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E6456 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 86 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.61 |
| HSL | 85.71º | 0.08% | 0.36% | - |
| HSV(B) | 85.71º | 0.14% | 0.39% | - |
| XYZ | 10.85 | 12.17 | 10.58 | - |
| YUV | 96.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 86 | 0.06 | 0 | 0.14 | 0.61 | 85.71 | 0.08 | 0.36 |
| Hex | 5E | 64 | 56 | 6 | 0 | E | 3D | 56 | 8 | 24 |
| Octal | 136 | 144 | 126 | 6 | 0 | 16 | 75 | 126 | 10 | 44 |
| Binary | 1011110 | 1100100 | 1010110 | 110 | 0 | 1110 | 111101 | 1010110 | 1000 | 100100 |
Color Harmonies of #5E6456
Complementary color
Monochromatic Colors of #5E6456
Black with #5E6456
Text Example
Text Example
White with #5E6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6456; }
p { color: rgb(94,100,86); }
H1.HeaderClassName
{
color: #5E6456;
}
.AnyTagClassName
{
color: #5E6456;
}
</style>
background-color css
<style>
a { background-color: #5E6456; }
a { background-color: rgb(94,100,86); }
div.DivClassName
{
background-color: #5E6456;
}
.BgClassName
{
background-color: #5E6456;
}
</style>
border-color css
<style>
span { border-color: #5E6456; }
span { border-color: rgb(94,100,86); }
td.TdClassName
{
border-color: #5E6456;
}
.TagClassName
{
border-color: #5E6456;
}
</style>