Shades of Chicago #5E6251
Tints of Chicago #5E6251
RGB
CMYK
RGB Variations
Color information
#5E6251 (or 0x5E6251) is known color: Chicago. HEX triplet: 5E, 62 and 51. RGB value is (94,98,81). Sum of RGB (Red+Green+Blue) = 94+98+81=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6251 is #A19DAE. Grayscale: #5E5E5E. Windows color (decimal): -10591663 or 5333598. OLE color: 5333598.
HSL color Cylindrical-coordinate representation of color #5E6251: hue angle of 74.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6251 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 81 | - |
CMYK | 0.04 | 0 | 0.17 | 0.62 |
HSL | 74.12º | 0.09% | 0.35% | - |
HSV(B) | 74.12º | 0.17% | 0.38% | - |
XYZ | 10.47 | 11.71 | 9.49 | - |
YUV | 94.87 | 120.17 | 127.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 81 | 0.04 | 0 | 0.17 | 0.62 | 74.12 | 0.09 | 0.35 |
Hex | 5E | 62 | 51 | 4 | 0 | 11 | 3E | 4A | 9 | 23 |
Octal | 136 | 142 | 121 | 4 | 0 | 21 | 76 | 112 | 11 | 43 |
Binary | 1011110 | 1100010 | 1010001 | 100 | 0 | 10001 | 111110 | 1001010 | 1001 | 100011 |
Color Harmonies of #5E6251
Complementary color
Monochromatic Colors of #5E6251
Black with #5E6251
Text Example
Text Example
White with #5E6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6251; }
p { color: rgb(94,98,81); }
H1.HeaderClassName
{
color: #5E6251;
}
.AnyTagClassName
{
color: #5E6251;
}
</style>
background-color css
<style>
a { background-color: #5E6251; }
a { background-color: rgb(94,98,81); }
div.DivClassName
{
background-color: #5E6251;
}
.BgClassName
{
background-color: #5E6251;
}
</style>
border-color css
<style>
span { border-color: #5E6251; }
span { border-color: rgb(94,98,81); }
td.TdClassName
{
border-color: #5E6251;
}
.TagClassName
{
border-color: #5E6251;
}
</style>