Shades of Chicago #5E6655
Tints of Chicago #5E6655
RGB
CMYK
RGB Variations
Color information
#5E6655 (or 0x5E6655) is known color: Chicago. HEX triplet: 5E, 66 and 55. RGB value is (94,102,85). Sum of RGB (Red+Green+Blue) = 94+102+85=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6655 is #A199AA. Grayscale: #616161. Windows color (decimal): -10590635 or 5596766. OLE color: 5596766.
HSL color Cylindrical-coordinate representation of color #5E6655: hue angle of 88.24º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6655 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 85 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.6 |
| HSL | 88.24º | 0.09% | 0.37% | - |
| HSV(B) | 88.24º | 0.17% | 0.4% | - |
| XYZ | 11.01 | 12.54 | 10.43 | - |
| YUV | 97.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 85 | 0.08 | 0 | 0.17 | 0.6 | 88.24 | 0.09 | 0.37 |
| Hex | 5E | 66 | 55 | 8 | 0 | 11 | 3C | 58 | 9 | 25 |
| Octal | 136 | 146 | 125 | 10 | 0 | 21 | 74 | 130 | 11 | 45 |
| Binary | 1011110 | 1100110 | 1010101 | 1000 | 0 | 10001 | 111100 | 1011000 | 1001 | 100101 |
Color Harmonies of #5E6655
Complementary color
Monochromatic Colors of #5E6655
Black with #5E6655
Text Example
Text Example
White with #5E6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6655; }
p { color: rgb(94,102,85); }
H1.HeaderClassName
{
color: #5E6655;
}
.AnyTagClassName
{
color: #5E6655;
}
</style>
background-color css
<style>
a { background-color: #5E6655; }
a { background-color: rgb(94,102,85); }
div.DivClassName
{
background-color: #5E6655;
}
.BgClassName
{
background-color: #5E6655;
}
</style>
border-color css
<style>
span { border-color: #5E6655; }
span { border-color: rgb(94,102,85); }
td.TdClassName
{
border-color: #5E6655;
}
.TagClassName
{
border-color: #5E6655;
}
</style>