Shades of Cactus #5D6D57
Tints of Cactus #5D6D57
RGB
CMYK
RGB Variations
Color information
#5D6D57 (or 0x5D6D57) is known color: Cactus. HEX triplet: 5D, 6D and 57. RGB value is (93,109,87). Sum of RGB (Red+Green+Blue) = 93+109+87=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6D57 is #A292A8. Grayscale: #656565. Windows color (decimal): -10654377 or 5729629. OLE color: 5729629.
HSL color Cylindrical-coordinate representation of color #5D6D57: hue angle of 103.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D6D57 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 109 | 87 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.57 |
| HSL | 103.64º | 0.11% | 0.38% | - |
| HSV(B) | 103.64º | 0.2% | 0.43% | - |
| XYZ | 11.7 | 13.95 | 11.09 | - |
| YUV | 101.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 87 | 0.15 | 0 | 0.20 | 0.57 | 103.64 | 0.11 | 0.38 |
| Hex | 5D | 6D | 57 | F | 0 | 14 | 39 | 68 | B | 26 |
| Octal | 135 | 155 | 127 | 17 | 0 | 24 | 71 | 150 | 13 | 46 |
| Binary | 1011101 | 1101101 | 1010111 | 1111 | 0 | 10100 | 111001 | 1101000 | 1011 | 100110 |
Color Harmonies of #5D6D57
Complementary color
Monochromatic Colors of #5D6D57
Black with #5D6D57
Text Example
Text Example
White with #5D6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6D57; }
p { color: rgb(93,109,87); }
H1.HeaderClassName
{
color: #5D6D57;
}
.AnyTagClassName
{
color: #5D6D57;
}
</style>
background-color css
<style>
a { background-color: #5D6D57; }
a { background-color: rgb(93,109,87); }
div.DivClassName
{
background-color: #5D6D57;
}
.BgClassName
{
background-color: #5D6D57;
}
</style>
border-color css
<style>
span { border-color: #5D6D57; }
span { border-color: rgb(93,109,87); }
td.TdClassName
{
border-color: #5D6D57;
}
.TagClassName
{
border-color: #5D6D57;
}
</style>