Shades of Chicago #5E6356
Tints of Chicago #5E6356
RGB
CMYK
RGB Variations
Color information
#5E6356 (or 0x5E6356) is known color: Chicago. HEX triplet: 5E, 63 and 56. RGB value is (94,99,86). Sum of RGB (Red+Green+Blue) = 94+99+86=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6356 is #A19CA9. Grayscale: #606060. Windows color (decimal): -10591402 or 5661534. OLE color: 5661534.
HSL color Cylindrical-coordinate representation of color #5E6356: hue angle of 83.08º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E6356 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 86 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.61 |
| HSL | 83.08º | 0.07% | 0.36% | - |
| HSV(B) | 83.08º | 0.13% | 0.39% | - |
| XYZ | 10.76 | 11.98 | 10.55 | - |
| YUV | 96.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 86 | 0.05 | 0 | 0.13 | 0.61 | 83.08 | 0.07 | 0.36 |
| Hex | 5E | 63 | 56 | 5 | 0 | D | 3D | 53 | 7 | 24 |
| Octal | 136 | 143 | 126 | 5 | 0 | 15 | 75 | 123 | 7 | 44 |
| Binary | 1011110 | 1100011 | 1010110 | 101 | 0 | 1101 | 111101 | 1010011 | 111 | 100100 |
Color Harmonies of #5E6356
Complementary color
Monochromatic Colors of #5E6356
Black with #5E6356
Text Example
Text Example
White with #5E6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6356; }
p { color: rgb(94,99,86); }
H1.HeaderClassName
{
color: #5E6356;
}
.AnyTagClassName
{
color: #5E6356;
}
</style>
background-color css
<style>
a { background-color: #5E6356; }
a { background-color: rgb(94,99,86); }
div.DivClassName
{
background-color: #5E6356;
}
.BgClassName
{
background-color: #5E6356;
}
</style>
border-color css
<style>
span { border-color: #5E6356; }
span { border-color: rgb(94,99,86); }
td.TdClassName
{
border-color: #5E6356;
}
.TagClassName
{
border-color: #5E6356;
}
</style>