Shades of Cactus #5D6959
Tints of Cactus #5D6959
RGB
CMYK
RGB Variations
Color information
#5D6959 (or 0x5D6959) is known color: Cactus. HEX triplet: 5D, 69 and 59. RGB value is (93,105,89). Sum of RGB (Red+Green+Blue) = 93+105+89=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #5D6959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6959 is #A296A6. Grayscale: #636363. Windows color (decimal): -10655399 or 5859677. OLE color: 5859677.
HSL color Cylindrical-coordinate representation of color #5D6959: hue angle of 105º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D6959 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 105 | 89 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.59 |
| HSL | 105º | 0.08% | 0.38% | - |
| HSV(B) | 105º | 0.15% | 0.41% | - |
| XYZ | 11.37 | 13.15 | 11.39 | - |
| YUV | 99.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 105 | 89 | 0.11 | 0 | 0.15 | 0.59 | 105 | 0.08 | 0.38 |
| Hex | 5D | 69 | 59 | B | 0 | F | 3B | 69 | 8 | 26 |
| Octal | 135 | 151 | 131 | 13 | 0 | 17 | 73 | 151 | 10 | 46 |
| Binary | 1011101 | 1101001 | 1011001 | 1011 | 0 | 1111 | 111011 | 1101001 | 1000 | 100110 |
Color Harmonies of #5D6959
Complementary color
Monochromatic Colors of #5D6959
Black with #5D6959
Text Example
Text Example
White with #5D6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6959; }
p { color: rgb(93,105,89); }
H1.HeaderClassName
{
color: #5D6959;
}
.AnyTagClassName
{
color: #5D6959;
}
</style>
background-color css
<style>
a { background-color: #5D6959; }
a { background-color: rgb(93,105,89); }
div.DivClassName
{
background-color: #5D6959;
}
.BgClassName
{
background-color: #5D6959;
}
</style>
border-color css
<style>
span { border-color: #5D6959; }
span { border-color: rgb(93,105,89); }
td.TdClassName
{
border-color: #5D6959;
}
.TagClassName
{
border-color: #5D6959;
}
</style>