Shades of Chicago #5E6154
Tints of Chicago #5E6154
RGB
CMYK
RGB Variations
Color information
#5E6154 (or 0x5E6154) is known color: Chicago. HEX triplet: 5E, 61 and 54. RGB value is (94,97,84). Sum of RGB (Red+Green+Blue) = 94+97+84=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6154 is #A19EAB. Grayscale: #5E5E5E. Windows color (decimal): -10591916 or 5529950. OLE color: 5529950.
HSL color Cylindrical-coordinate representation of color #5E6154: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E6154 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 84 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.62 |
| HSL | 73.85º | 0.07% | 0.35% | - |
| HSV(B) | 73.85º | 0.13% | 0.38% | - |
| XYZ | 10.49 | 11.57 | 10.07 | - |
| YUV | 94.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 84 | 0.03 | 0 | 0.13 | 0.62 | 73.85 | 0.07 | 0.35 |
| Hex | 5E | 61 | 54 | 3 | 0 | D | 3E | 4A | 7 | 23 |
| Octal | 136 | 141 | 124 | 3 | 0 | 15 | 76 | 112 | 7 | 43 |
| Binary | 1011110 | 1100001 | 1010100 | 11 | 0 | 1101 | 111110 | 1001010 | 111 | 100011 |
Color Harmonies of #5E6154
Complementary color
Monochromatic Colors of #5E6154
Black with #5E6154
Text Example
Text Example
White with #5E6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6154; }
p { color: rgb(94,97,84); }
H1.HeaderClassName
{
color: #5E6154;
}
.AnyTagClassName
{
color: #5E6154;
}
</style>
background-color css
<style>
a { background-color: #5E6154; }
a { background-color: rgb(94,97,84); }
div.DivClassName
{
background-color: #5E6154;
}
.BgClassName
{
background-color: #5E6154;
}
</style>
border-color css
<style>
span { border-color: #5E6154; }
span { border-color: rgb(94,97,84); }
td.TdClassName
{
border-color: #5E6154;
}
.TagClassName
{
border-color: #5E6154;
}
</style>