Shades of Cactus #5D6558
Tints of Cactus #5D6558
RGB
CMYK
RGB Variations
Color information
#5D6558 (or 0x5D6558) is known color: Cactus. HEX triplet: 5D, 65 and 58. RGB value is (93,101,88). Sum of RGB (Red+Green+Blue) = 93+101+88=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6558 is #A29AA7. Grayscale: #616161. Windows color (decimal): -10656424 or 5793117. OLE color: 5793117.
HSL color Cylindrical-coordinate representation of color #5D6558: hue angle of 96.92º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D6558 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 88 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.60 |
| HSL | 96.92º | 0.07% | 0.37% | - |
| HSV(B) | 96.92º | 0.13% | 0.4% | - |
| XYZ | 10.93 | 12.34 | 11.04 | - |
| YUV | 97.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 88 | 0.08 | 0 | 0.13 | 0.60 | 96.92 | 0.07 | 0.37 |
| Hex | 5D | 65 | 58 | 8 | 0 | D | 3C | 61 | 7 | 25 |
| Octal | 135 | 145 | 130 | 10 | 0 | 15 | 74 | 141 | 7 | 45 |
| Binary | 1011101 | 1100101 | 1011000 | 1000 | 0 | 1101 | 111100 | 1100001 | 111 | 100101 |
Color Harmonies of #5D6558
Complementary color
Monochromatic Colors of #5D6558
Black with #5D6558
Text Example
Text Example
White with #5D6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6558; }
p { color: rgb(93,101,88); }
H1.HeaderClassName
{
color: #5D6558;
}
.AnyTagClassName
{
color: #5D6558;
}
</style>
background-color css
<style>
a { background-color: #5D6558; }
a { background-color: rgb(93,101,88); }
div.DivClassName
{
background-color: #5D6558;
}
.BgClassName
{
background-color: #5D6558;
}
</style>
border-color css
<style>
span { border-color: #5D6558; }
span { border-color: rgb(93,101,88); }
td.TdClassName
{
border-color: #5D6558;
}
.TagClassName
{
border-color: #5D6558;
}
</style>