Shades of Cactus #5D7455
Tints of Cactus #5D7455
RGB
CMYK
RGB Variations
Color information
#5D7455 (or 0x5D7455) is known color: Cactus. HEX triplet: 5D, 74 and 55. RGB value is (93,116,85). Sum of RGB (Red+Green+Blue) = 93+116+85=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7455 is #A28BAA. Grayscale: #696969. Windows color (decimal): -10652587 or 5600349. OLE color: 5600349.
HSL color Cylindrical-coordinate representation of color #5D7455: hue angle of 104.52º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D7455 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 85 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.55 |
| HSL | 104.52º | 0.15% | 0.39% | - |
| HSV(B) | 104.52º | 0.27% | 0.45% | - |
| XYZ | 12.4 | 15.47 | 10.93 | - |
| YUV | 105.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 85 | 0.20 | 0 | 0.27 | 0.55 | 104.52 | 0.15 | 0.39 |
| Hex | 5D | 74 | 55 | 14 | 0 | 1B | 37 | 69 | F | 27 |
| Octal | 135 | 164 | 125 | 24 | 0 | 33 | 67 | 151 | 17 | 47 |
| Binary | 1011101 | 1110100 | 1010101 | 10100 | 0 | 11011 | 110111 | 1101001 | 1111 | 100111 |
Color Harmonies of #5D7455
Complementary color
Monochromatic Colors of #5D7455
Black with #5D7455
Text Example
Text Example
White with #5D7455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7455; }
p { color: rgb(93,116,85); }
H1.HeaderClassName
{
color: #5D7455;
}
.AnyTagClassName
{
color: #5D7455;
}
</style>
background-color css
<style>
a { background-color: #5D7455; }
a { background-color: rgb(93,116,85); }
div.DivClassName
{
background-color: #5D7455;
}
.BgClassName
{
background-color: #5D7455;
}
</style>
border-color css
<style>
span { border-color: #5D7455; }
span { border-color: rgb(93,116,85); }
td.TdClassName
{
border-color: #5D7455;
}
.TagClassName
{
border-color: #5D7455;
}
</style>