Shades of Cactus #5E6D5B
Tints of Cactus #5E6D5B
RGB
CMYK
RGB Variations
Color information
#5E6D5B (or 0x5E6D5B) is known color: Cactus. HEX triplet: 5E, 6D and 5B. RGB value is (94,109,91). Sum of RGB (Red+Green+Blue) = 94+109+91=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D5B is #A192A4. Grayscale: #666666. Windows color (decimal): -10588837 or 5991774. OLE color: 5991774.
HSL color Cylindrical-coordinate representation of color #5E6D5B: hue angle of 110º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6D5B is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 109 | 91 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.57 |
| HSL | 110º | 0.09% | 0.39% | - |
| HSV(B) | 110º | 0.17% | 0.43% | - |
| XYZ | 11.97 | 14.07 | 11.98 | - |
| YUV | 102.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 91 | 0.14 | 0 | 0.17 | 0.57 | 110 | 0.09 | 0.39 |
| Hex | 5E | 6D | 5B | E | 0 | 11 | 39 | 6E | 9 | 27 |
| Octal | 136 | 155 | 133 | 16 | 0 | 21 | 71 | 156 | 11 | 47 |
| Binary | 1011110 | 1101101 | 1011011 | 1110 | 0 | 10001 | 111001 | 1101110 | 1001 | 100111 |
Color Harmonies of #5E6D5B
Complementary color
Monochromatic Colors of #5E6D5B
Black with #5E6D5B
Text Example
Text Example
White with #5E6D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6D5B; }
p { color: rgb(94,109,91); }
H1.HeaderClassName
{
color: #5E6D5B;
}
.AnyTagClassName
{
color: #5E6D5B;
}
</style>
background-color css
<style>
a { background-color: #5E6D5B; }
a { background-color: rgb(94,109,91); }
div.DivClassName
{
background-color: #5E6D5B;
}
.BgClassName
{
background-color: #5E6D5B;
}
</style>
border-color css
<style>
span { border-color: #5E6D5B; }
span { border-color: rgb(94,109,91); }
td.TdClassName
{
border-color: #5E6D5B;
}
.TagClassName
{
border-color: #5E6D5B;
}
</style>