Shades of Cactus #5D6859
Tints of Cactus #5D6859
RGB
CMYK
RGB Variations
Color information
#5D6859 (or 0x5D6859) is known color: Cactus. HEX triplet: 5D, 68 and 59. RGB value is (93,104,89). Sum of RGB (Red+Green+Blue) = 93+104+89=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #5D6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6859 is #A297A6. Grayscale: #636363. Windows color (decimal): -10655655 or 5859421. OLE color: 5859421.
HSL color Cylindrical-coordinate representation of color #5D6859: hue angle of 104º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D6859 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 89 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.59 |
| HSL | 104º | 0.08% | 0.38% | - |
| HSV(B) | 104º | 0.14% | 0.41% | - |
| XYZ | 11.27 | 12.95 | 11.36 | - |
| YUV | 99 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 89 | 0.11 | 0 | 0.14 | 0.59 | 104 | 0.08 | 0.38 |
| Hex | 5D | 68 | 59 | B | 0 | E | 3B | 68 | 8 | 26 |
| Octal | 135 | 150 | 131 | 13 | 0 | 16 | 73 | 150 | 10 | 46 |
| Binary | 1011101 | 1101000 | 1011001 | 1011 | 0 | 1110 | 111011 | 1101000 | 1000 | 100110 |
Color Harmonies of #5D6859
Complementary color
Monochromatic Colors of #5D6859
Black with #5D6859
Text Example
Text Example
White with #5D6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6859; }
p { color: rgb(93,104,89); }
H1.HeaderClassName
{
color: #5D6859;
}
.AnyTagClassName
{
color: #5D6859;
}
</style>
background-color css
<style>
a { background-color: #5D6859; }
a { background-color: rgb(93,104,89); }
div.DivClassName
{
background-color: #5D6859;
}
.BgClassName
{
background-color: #5D6859;
}
</style>
border-color css
<style>
span { border-color: #5D6859; }
span { border-color: rgb(93,104,89); }
td.TdClassName
{
border-color: #5D6859;
}
.TagClassName
{
border-color: #5D6859;
}
</style>