Shades of Cactus #5D6559
Tints of Cactus #5D6559
RGB
CMYK
RGB Variations
Color information
#5D6559 (or 0x5D6559) is known color: Cactus. HEX triplet: 5D, 65 and 59. RGB value is (93,101,89). Sum of RGB (Red+Green+Blue) = 93+101+89=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6559 is #A29AA6. Grayscale: #616161. Windows color (decimal): -10656423 or 5858653. OLE color: 5858653.
HSL color Cylindrical-coordinate representation of color #5D6559: hue angle of 100º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D6559 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 89 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.60 |
| HSL | 100º | 0.06% | 0.37% | - |
| HSV(B) | 100º | 0.12% | 0.4% | - |
| XYZ | 10.97 | 12.36 | 11.26 | - |
| YUV | 97.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 89 | 0.08 | 0 | 0.12 | 0.60 | 100 | 0.06 | 0.37 |
| Hex | 5D | 65 | 59 | 8 | 0 | C | 3C | 64 | 6 | 25 |
| Octal | 135 | 145 | 131 | 10 | 0 | 14 | 74 | 144 | 6 | 45 |
| Binary | 1011101 | 1100101 | 1011001 | 1000 | 0 | 1100 | 111100 | 1100100 | 110 | 100101 |
Color Harmonies of #5D6559
Complementary color
Monochromatic Colors of #5D6559
Black with #5D6559
Text Example
Text Example
White with #5D6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6559; }
p { color: rgb(93,101,89); }
H1.HeaderClassName
{
color: #5D6559;
}
.AnyTagClassName
{
color: #5D6559;
}
</style>
background-color css
<style>
a { background-color: #5D6559; }
a { background-color: rgb(93,101,89); }
div.DivClassName
{
background-color: #5D6559;
}
.BgClassName
{
background-color: #5D6559;
}
</style>
border-color css
<style>
span { border-color: #5D6559; }
span { border-color: rgb(93,101,89); }
td.TdClassName
{
border-color: #5D6559;
}
.TagClassName
{
border-color: #5D6559;
}
</style>