Shades of Chicago #5E6157
Tints of Chicago #5E6157
RGB
CMYK
RGB Variations
Color information
#5E6157 (or 0x5E6157) is known color: Chicago. HEX triplet: 5E, 61 and 57. RGB value is (94,97,87). Sum of RGB (Red+Green+Blue) = 94+97+87=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6157 is #A19EA8. Grayscale: #5F5F5F. Windows color (decimal): -10591913 or 5726558. OLE color: 5726558.
HSL color Cylindrical-coordinate representation of color #5E6157: hue angle of 78º 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 #5E6157 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 87 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.62 |
| HSL | 78º | 0.05% | 0.36% | - |
| HSV(B) | 78º | 0.1% | 0.38% | - |
| XYZ | 10.61 | 11.62 | 10.7 | - |
| YUV | 94.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 87 | 0.03 | 0 | 0.10 | 0.62 | 78 | 0.05 | 0.36 |
| Hex | 5E | 61 | 57 | 3 | 0 | A | 3E | 4E | 5 | 24 |
| Octal | 136 | 141 | 127 | 3 | 0 | 12 | 76 | 116 | 5 | 44 |
| Binary | 1011110 | 1100001 | 1010111 | 11 | 0 | 1010 | 111110 | 1001110 | 101 | 100100 |
Color Harmonies of #5E6157
Complementary color
Monochromatic Colors of #5E6157
Black with #5E6157
Text Example
Text Example
White with #5E6157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6157; }
p { color: rgb(94,97,87); }
H1.HeaderClassName
{
color: #5E6157;
}
.AnyTagClassName
{
color: #5E6157;
}
</style>
background-color css
<style>
a { background-color: #5E6157; }
a { background-color: rgb(94,97,87); }
div.DivClassName
{
background-color: #5E6157;
}
.BgClassName
{
background-color: #5E6157;
}
</style>
border-color css
<style>
span { border-color: #5E6157; }
span { border-color: rgb(94,97,87); }
td.TdClassName
{
border-color: #5E6157;
}
.TagClassName
{
border-color: #5E6157;
}
</style>