Shades of Cactus #5E6C56
Tints of Cactus #5E6C56
RGB
CMYK
RGB Variations
Color information
#5E6C56 (or 0x5E6C56) is known color: Cactus. HEX triplet: 5E, 6C and 56. RGB value is (94,108,86). Sum of RGB (Red+Green+Blue) = 94+108+86=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C56 is #A193A9. Grayscale: #656565. Windows color (decimal): -10589098 or 5663838. OLE color: 5663838.
HSL color Cylindrical-coordinate representation of color #5E6C56: hue angle of 98.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E6C56 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 108 | 86 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.58 |
| HSL | 98.18º | 0.11% | 0.38% | - |
| HSV(B) | 98.18º | 0.2% | 0.42% | - |
| XYZ | 11.66 | 13.78 | 10.85 | - |
| YUV | 101.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 86 | 0.13 | 0 | 0.20 | 0.58 | 98.18 | 0.11 | 0.38 |
| Hex | 5E | 6C | 56 | D | 0 | 14 | 3A | 62 | B | 26 |
| Octal | 136 | 154 | 126 | 15 | 0 | 24 | 72 | 142 | 13 | 46 |
| Binary | 1011110 | 1101100 | 1010110 | 1101 | 0 | 10100 | 111010 | 1100010 | 1011 | 100110 |
Color Harmonies of #5E6C56
Complementary color
Monochromatic Colors of #5E6C56
Black with #5E6C56
Text Example
Text Example
White with #5E6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6C56; }
p { color: rgb(94,108,86); }
H1.HeaderClassName
{
color: #5E6C56;
}
.AnyTagClassName
{
color: #5E6C56;
}
</style>
background-color css
<style>
a { background-color: #5E6C56; }
a { background-color: rgb(94,108,86); }
div.DivClassName
{
background-color: #5E6C56;
}
.BgClassName
{
background-color: #5E6C56;
}
</style>
border-color css
<style>
span { border-color: #5E6C56; }
span { border-color: rgb(94,108,86); }
td.TdClassName
{
border-color: #5E6C56;
}
.TagClassName
{
border-color: #5E6C56;
}
</style>