Shades of Chicago #5E6056
Tints of Chicago #5E6056
RGB
CMYK
RGB Variations
Color information
#5E6056 (or 0x5E6056) is known color: Chicago. HEX triplet: 5E, 60 and 56. RGB value is (94,96,86). Sum of RGB (Red+Green+Blue) = 94+96+86=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6056 is #A19FA9. Grayscale: #5E5E5E. Windows color (decimal): -10592170 or 5660766. OLE color: 5660766.
HSL color Cylindrical-coordinate representation of color #5E6056: hue angle of 72º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6056 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 96 | 86 | - |
CMYK | 0.02 | 0 | 0.10 | 0.62 |
HSL | 72º | 0.05% | 0.36% | - |
HSV(B) | 72º | 0.1% | 0.38% | - |
XYZ | 10.48 | 11.42 | 10.46 | - |
YUV | 94.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 96 | 86 | 0.02 | 0 | 0.10 | 0.62 | 72 | 0.05 | 0.36 |
Hex | 5E | 60 | 56 | 2 | 0 | A | 3E | 48 | 5 | 24 |
Octal | 136 | 140 | 126 | 2 | 0 | 12 | 76 | 110 | 5 | 44 |
Binary | 1011110 | 1100000 | 1010110 | 10 | 0 | 1010 | 111110 | 1001000 | 101 | 100100 |
Color Harmonies of #5E6056
Complementary color
Monochromatic Colors of #5E6056
Black with #5E6056
Text Example
Text Example
White with #5E6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6056; }
p { color: rgb(94,96,86); }
H1.HeaderClassName
{
color: #5E6056;
}
.AnyTagClassName
{
color: #5E6056;
}
</style>
background-color css
<style>
a { background-color: #5E6056; }
a { background-color: rgb(94,96,86); }
div.DivClassName
{
background-color: #5E6056;
}
.BgClassName
{
background-color: #5E6056;
}
</style>
border-color css
<style>
span { border-color: #5E6056; }
span { border-color: rgb(94,96,86); }
td.TdClassName
{
border-color: #5E6056;
}
.TagClassName
{
border-color: #5E6056;
}
</style>