Shades of Chicago #5E6151
Tints of Chicago #5E6151
RGB
CMYK
RGB Variations
Color information
#5E6151 (or 0x5E6151) is known color: Chicago. HEX triplet: 5E, 61 and 51. RGB value is (94,97,81). Sum of RGB (Red+Green+Blue) = 94+97+81=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6151 is #A19EAE. Grayscale: #5E5E5E. Windows color (decimal): -10591919 or 5333342. OLE color: 5333342.
HSL color Cylindrical-coordinate representation of color #5E6151: hue angle of 71.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E6151 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 81 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.62 |
| HSL | 71.25º | 0.09% | 0.35% | - |
| HSV(B) | 71.25º | 0.16% | 0.38% | - |
| XYZ | 10.38 | 11.52 | 9.46 | - |
| YUV | 94.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 81 | 0.03 | 0 | 0.16 | 0.62 | 71.25 | 0.09 | 0.35 |
| Hex | 5E | 61 | 51 | 3 | 0 | 10 | 3E | 47 | 9 | 23 |
| Octal | 136 | 141 | 121 | 3 | 0 | 20 | 76 | 107 | 11 | 43 |
| Binary | 1011110 | 1100001 | 1010001 | 11 | 0 | 10000 | 111110 | 1000111 | 1001 | 100011 |
Color Harmonies of #5E6151
Complementary color
Monochromatic Colors of #5E6151
Black with #5E6151
Text Example
Text Example
White with #5E6151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6151; }
p { color: rgb(94,97,81); }
H1.HeaderClassName
{
color: #5E6151;
}
.AnyTagClassName
{
color: #5E6151;
}
</style>
background-color css
<style>
a { background-color: #5E6151; }
a { background-color: rgb(94,97,81); }
div.DivClassName
{
background-color: #5E6151;
}
.BgClassName
{
background-color: #5E6151;
}
</style>
border-color css
<style>
span { border-color: #5E6151; }
span { border-color: rgb(94,97,81); }
td.TdClassName
{
border-color: #5E6151;
}
.TagClassName
{
border-color: #5E6151;
}
</style>