Shades of Cactus #5E6E55
Tints of Cactus #5E6E55
RGB
CMYK
RGB Variations
Color information
#5E6E55 (or 0x5E6E55) is known color: Cactus. HEX triplet: 5E, 6E and 55. RGB value is (94,110,85). Sum of RGB (Red+Green+Blue) = 94+110+85=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6E55 is #A191AA. Grayscale: #666666. Windows color (decimal): -10588587 or 5598814. OLE color: 5598814.
HSL color Cylindrical-coordinate representation of color #5E6E55: hue angle of 98.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E6E55 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 85 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.57 |
| HSL | 98.4º | 0.13% | 0.38% | - |
| HSV(B) | 98.4º | 0.23% | 0.43% | - |
| XYZ | 11.83 | 14.19 | 10.71 | - |
| YUV | 102.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 85 | 0.15 | 0 | 0.23 | 0.57 | 98.4 | 0.13 | 0.38 |
| Hex | 5E | 6E | 55 | F | 0 | 17 | 39 | 62 | D | 26 |
| Octal | 136 | 156 | 125 | 17 | 0 | 27 | 71 | 142 | 15 | 46 |
| Binary | 1011110 | 1101110 | 1010101 | 1111 | 0 | 10111 | 111001 | 1100010 | 1101 | 100110 |
Color Harmonies of #5E6E55
Complementary color
Monochromatic Colors of #5E6E55
Black with #5E6E55
Text Example
Text Example
White with #5E6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E55; }
p { color: rgb(94,110,85); }
H1.HeaderClassName
{
color: #5E6E55;
}
.AnyTagClassName
{
color: #5E6E55;
}
</style>
background-color css
<style>
a { background-color: #5E6E55; }
a { background-color: rgb(94,110,85); }
div.DivClassName
{
background-color: #5E6E55;
}
.BgClassName
{
background-color: #5E6E55;
}
</style>
border-color css
<style>
span { border-color: #5E6E55; }
span { border-color: rgb(94,110,85); }
td.TdClassName
{
border-color: #5E6E55;
}
.TagClassName
{
border-color: #5E6E55;
}
</style>