Shades of Cactus #5D6759
Tints of Cactus #5D6759
RGB
CMYK
RGB Variations
Color information
#5D6759 (or 0x5D6759) is known color: Cactus. HEX triplet: 5D, 67 and 59. RGB value is (93,103,89). Sum of RGB (Red+Green+Blue) = 93+103+89=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6759 is #A298A6. Grayscale: #626262. Windows color (decimal): -10655911 or 5859165. OLE color: 5859165.
HSL color Cylindrical-coordinate representation of color #5D6759: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D6759 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 103 | 89 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.60 |
| HSL | 102.86º | 0.07% | 0.38% | - |
| HSV(B) | 102.86º | 0.14% | 0.4% | - |
| XYZ | 11.17 | 12.75 | 11.32 | - |
| YUV | 98.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 89 | 0.10 | 0 | 0.14 | 0.60 | 102.86 | 0.07 | 0.38 |
| Hex | 5D | 67 | 59 | A | 0 | E | 3C | 67 | 7 | 26 |
| Octal | 135 | 147 | 131 | 12 | 0 | 16 | 74 | 147 | 7 | 46 |
| Binary | 1011101 | 1100111 | 1011001 | 1010 | 0 | 1110 | 111100 | 1100111 | 111 | 100110 |
Color Harmonies of #5D6759
Complementary color
Monochromatic Colors of #5D6759
Black with #5D6759
Text Example
Text Example
White with #5D6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6759; }
p { color: rgb(93,103,89); }
H1.HeaderClassName
{
color: #5D6759;
}
.AnyTagClassName
{
color: #5D6759;
}
</style>
background-color css
<style>
a { background-color: #5D6759; }
a { background-color: rgb(93,103,89); }
div.DivClassName
{
background-color: #5D6759;
}
.BgClassName
{
background-color: #5D6759;
}
</style>
border-color css
<style>
span { border-color: #5D6759; }
span { border-color: rgb(93,103,89); }
td.TdClassName
{
border-color: #5D6759;
}
.TagClassName
{
border-color: #5D6759;
}
</style>