Shades of Cactus #5E6C59
Tints of Cactus #5E6C59
RGB
CMYK
RGB Variations
Color information
#5E6C59 (or 0x5E6C59) is known color: Cactus. HEX triplet: 5E, 6C and 59. RGB value is (94,108,89). Sum of RGB (Red+Green+Blue) = 94+108+89=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C59 is #A193A6. Grayscale: #656565. Windows color (decimal): -10589095 or 5860446. OLE color: 5860446.
HSL color Cylindrical-coordinate representation of color #5E6C59: hue angle of 104.21º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6C59 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 108 | 89 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.58 |
| HSL | 104.21º | 0.1% | 0.39% | - |
| HSV(B) | 104.21º | 0.18% | 0.42% | - |
| XYZ | 11.78 | 13.83 | 11.5 | - |
| YUV | 101.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 89 | 0.13 | 0 | 0.18 | 0.58 | 104.21 | 0.1 | 0.39 |
| Hex | 5E | 6C | 59 | D | 0 | 12 | 3A | 68 | A | 27 |
| Octal | 136 | 154 | 131 | 15 | 0 | 22 | 72 | 150 | 12 | 47 |
| Binary | 1011110 | 1101100 | 1011001 | 1101 | 0 | 10010 | 111010 | 1101000 | 1010 | 100111 |
Color Harmonies of #5E6C59
Complementary color
Monochromatic Colors of #5E6C59
Black with #5E6C59
Text Example
Text Example
White with #5E6C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6C59; }
p { color: rgb(94,108,89); }
H1.HeaderClassName
{
color: #5E6C59;
}
.AnyTagClassName
{
color: #5E6C59;
}
</style>
background-color css
<style>
a { background-color: #5E6C59; }
a { background-color: rgb(94,108,89); }
div.DivClassName
{
background-color: #5E6C59;
}
.BgClassName
{
background-color: #5E6C59;
}
</style>
border-color css
<style>
span { border-color: #5E6C59; }
span { border-color: rgb(94,108,89); }
td.TdClassName
{
border-color: #5E6C59;
}
.TagClassName
{
border-color: #5E6C59;
}
</style>