Shades of Chicago #5E6159
Tints of Chicago #5E6159
RGB
CMYK
RGB Variations
Color information
#5E6159 (or 0x5E6159) is known color: Chicago. HEX triplet: 5E, 61 and 59. RGB value is (94,97,89). Sum of RGB (Red+Green+Blue) = 94+97+89=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6159 is #A19EA6. Grayscale: #5F5F5F. Windows color (decimal): -10591911 or 5857630. OLE color: 5857630.
HSL color Cylindrical-coordinate representation of color #5E6159: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5E6159 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 89 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.62 |
| HSL | 82.5º | 0.04% | 0.36% | - |
| HSV(B) | 82.5º | 0.08% | 0.38% | - |
| XYZ | 10.69 | 11.65 | 11.14 | - |
| YUV | 95.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 89 | 0.03 | 0 | 0.08 | 0.62 | 82.5 | 0.04 | 0.36 |
| Hex | 5E | 61 | 59 | 3 | 0 | 8 | 3E | 52 | 4 | 24 |
| Octal | 136 | 141 | 131 | 3 | 0 | 10 | 76 | 122 | 4 | 44 |
| Binary | 1011110 | 1100001 | 1011001 | 11 | 0 | 1000 | 111110 | 1010010 | 100 | 100100 |
Color Harmonies of #5E6159
Complementary color
Monochromatic Colors of #5E6159
Black with #5E6159
Text Example
Text Example
White with #5E6159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6159; }
p { color: rgb(94,97,89); }
H1.HeaderClassName
{
color: #5E6159;
}
.AnyTagClassName
{
color: #5E6159;
}
</style>
background-color css
<style>
a { background-color: #5E6159; }
a { background-color: rgb(94,97,89); }
div.DivClassName
{
background-color: #5E6159;
}
.BgClassName
{
background-color: #5E6159;
}
</style>
border-color css
<style>
span { border-color: #5E6159; }
span { border-color: rgb(94,97,89); }
td.TdClassName
{
border-color: #5E6159;
}
.TagClassName
{
border-color: #5E6159;
}
</style>