Shades of Chicago #5E6550
Tints of Chicago #5E6550
RGB
CMYK
RGB Variations
Color information
#5E6550 (or 0x5E6550) is known color: Chicago. HEX triplet: 5E, 65 and 50. RGB value is (94,101,80). Sum of RGB (Red+Green+Blue) = 94+101+80=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6550 is #A19AAF. Grayscale: #606060. Windows color (decimal): -10590896 or 5268830. OLE color: 5268830.
HSL color Cylindrical-coordinate representation of color #5E6550: hue angle of 80º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E6550 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 80 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.60 |
| HSL | 80º | 0.12% | 0.35% | - |
| HSV(B) | 80º | 0.21% | 0.4% | - |
| XYZ | 10.72 | 12.27 | 9.39 | - |
| YUV | 96.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 80 | 0.07 | 0 | 0.21 | 0.60 | 80 | 0.12 | 0.35 |
| Hex | 5E | 65 | 50 | 7 | 0 | 15 | 3C | 50 | C | 23 |
| Octal | 136 | 145 | 120 | 7 | 0 | 25 | 74 | 120 | 14 | 43 |
| Binary | 1011110 | 1100101 | 1010000 | 111 | 0 | 10101 | 111100 | 1010000 | 1100 | 100011 |
Color Harmonies of #5E6550
Complementary color
Monochromatic Colors of #5E6550
Black with #5E6550
Text Example
Text Example
White with #5E6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6550; }
p { color: rgb(94,101,80); }
H1.HeaderClassName
{
color: #5E6550;
}
.AnyTagClassName
{
color: #5E6550;
}
</style>
background-color css
<style>
a { background-color: #5E6550; }
a { background-color: rgb(94,101,80); }
div.DivClassName
{
background-color: #5E6550;
}
.BgClassName
{
background-color: #5E6550;
}
</style>
border-color css
<style>
span { border-color: #5E6550; }
span { border-color: rgb(94,101,80); }
td.TdClassName
{
border-color: #5E6550;
}
.TagClassName
{
border-color: #5E6550;
}
</style>