Shades of Chicago #5E664D
Tints of Chicago #5E664D
RGB
CMYK
RGB Variations
Color information
#5E664D (or 0x5E664D) is known color: Chicago. HEX triplet: 5E, 66 and 4D. RGB value is (94,102,77). Sum of RGB (Red+Green+Blue) = 94+102+77=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #5E664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E664D is #A199B2. Grayscale: #606060. Windows color (decimal): -10590643 or 5072478. OLE color: 5072478.
HSL color Cylindrical-coordinate representation of color #5E664D: hue angle of 79.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E664D is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 77 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.6 |
| HSL | 79.2º | 0.14% | 0.35% | - |
| HSV(B) | 79.2º | 0.25% | 0.4% | - |
| XYZ | 10.71 | 12.42 | 8.85 | - |
| YUV | 96.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 77 | 0.08 | 0 | 0.25 | 0.6 | 79.2 | 0.14 | 0.35 |
| Hex | 5E | 66 | 4D | 8 | 0 | 19 | 3C | 4F | E | 23 |
| Octal | 136 | 146 | 115 | 10 | 0 | 31 | 74 | 117 | 16 | 43 |
| Binary | 1011110 | 1100110 | 1001101 | 1000 | 0 | 11001 | 111100 | 1001111 | 1110 | 100011 |
Color Harmonies of #5E664D
Complementary color
Monochromatic Colors of #5E664D
Black with #5E664D
Text Example
Text Example
White with #5E664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E664D; }
p { color: rgb(94,102,77); }
H1.HeaderClassName
{
color: #5E664D;
}
.AnyTagClassName
{
color: #5E664D;
}
</style>
background-color css
<style>
a { background-color: #5E664D; }
a { background-color: rgb(94,102,77); }
div.DivClassName
{
background-color: #5E664D;
}
.BgClassName
{
background-color: #5E664D;
}
</style>
border-color css
<style>
span { border-color: #5E664D; }
span { border-color: rgb(94,102,77); }
td.TdClassName
{
border-color: #5E664D;
}
.TagClassName
{
border-color: #5E664D;
}
</style>