Shades of Cactus #5D7554
Tints of Cactus #5D7554
RGB
CMYK
RGB Variations
Color information
#5D7554 (or 0x5D7554) is known color: Cactus. HEX triplet: 5D, 75 and 54. RGB value is (93,117,84). Sum of RGB (Red+Green+Blue) = 93+117+84=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7554 is #A28AAB. Grayscale: #6A6A6A. Windows color (decimal): -10652332 or 5535069. OLE color: 5535069.
HSL color Cylindrical-coordinate representation of color #5D7554: hue angle of 103.64º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D7554 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 84 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.54 |
| HSL | 103.64º | 0.16% | 0.39% | - |
| HSV(B) | 103.64º | 0.28% | 0.46% | - |
| XYZ | 12.48 | 15.69 | 10.76 | - |
| YUV | 106.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 84 | 0.21 | 0 | 0.28 | 0.54 | 103.64 | 0.16 | 0.39 |
| Hex | 5D | 75 | 54 | 15 | 0 | 1C | 36 | 68 | 10 | 27 |
| Octal | 135 | 165 | 124 | 25 | 0 | 34 | 66 | 150 | 20 | 47 |
| Binary | 1011101 | 1110101 | 1010100 | 10101 | 0 | 11100 | 110110 | 1101000 | 10000 | 100111 |
Color Harmonies of #5D7554
Complementary color
Monochromatic Colors of #5D7554
Black with #5D7554
Text Example
Text Example
White with #5D7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7554; }
p { color: rgb(93,117,84); }
H1.HeaderClassName
{
color: #5D7554;
}
.AnyTagClassName
{
color: #5D7554;
}
</style>
background-color css
<style>
a { background-color: #5D7554; }
a { background-color: rgb(93,117,84); }
div.DivClassName
{
background-color: #5D7554;
}
.BgClassName
{
background-color: #5D7554;
}
</style>
border-color css
<style>
span { border-color: #5D7554; }
span { border-color: rgb(93,117,84); }
td.TdClassName
{
border-color: #5D7554;
}
.TagClassName
{
border-color: #5D7554;
}
</style>