Shades of Cactus #5D685A
Tints of Cactus #5D685A
RGB
CMYK
RGB Variations
Color information
#5D685A (or 0x5D685A) is known color: Cactus. HEX triplet: 5D, 68 and 5A. RGB value is (93,104,90). Sum of RGB (Red+Green+Blue) = 93+104+90=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #5D685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D685A is #A297A5. Grayscale: #636363. Windows color (decimal): -10655654 or 5924957. OLE color: 5924957.
HSL color Cylindrical-coordinate representation of color #5D685A: hue angle of 107.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D685A is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 90 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.59 |
| HSL | 107.14º | 0.07% | 0.38% | - |
| HSV(B) | 107.14º | 0.13% | 0.41% | - |
| XYZ | 11.31 | 12.97 | 11.58 | - |
| YUV | 99.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 90 | 0.11 | 0 | 0.13 | 0.59 | 107.14 | 0.07 | 0.38 |
| Hex | 5D | 68 | 5A | B | 0 | D | 3B | 6B | 7 | 26 |
| Octal | 135 | 150 | 132 | 13 | 0 | 15 | 73 | 153 | 7 | 46 |
| Binary | 1011101 | 1101000 | 1011010 | 1011 | 0 | 1101 | 111011 | 1101011 | 111 | 100110 |
Color Harmonies of #5D685A
Complementary color
Monochromatic Colors of #5D685A
Black with #5D685A
Text Example
Text Example
White with #5D685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D685A; }
p { color: rgb(93,104,90); }
H1.HeaderClassName
{
color: #5D685A;
}
.AnyTagClassName
{
color: #5D685A;
}
</style>
background-color css
<style>
a { background-color: #5D685A; }
a { background-color: rgb(93,104,90); }
div.DivClassName
{
background-color: #5D685A;
}
.BgClassName
{
background-color: #5D685A;
}
</style>
border-color css
<style>
span { border-color: #5D685A; }
span { border-color: rgb(93,104,90); }
td.TdClassName
{
border-color: #5D685A;
}
.TagClassName
{
border-color: #5D685A;
}
</style>