Shades of Cactus #5D635A
Tints of Cactus #5D635A
RGB
CMYK
RGB Variations
Color information
#5D635A (or 0x5D635A) is known color: Cactus. HEX triplet: 5D, 63 and 5A. RGB value is (93,99,90). Sum of RGB (Red+Green+Blue) = 93+99+90=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 99 - color contains mainly: green. Hex color #5D635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D635A is #A29CA5. Grayscale: #606060. Windows color (decimal): -10656934 or 5923677. OLE color: 5923677.
HSL color Cylindrical-coordinate representation of color #5D635A: hue angle of 100º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D635A is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 90 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.61 |
| HSL | 100º | 0.05% | 0.37% | - |
| HSV(B) | 100º | 0.09% | 0.39% | - |
| XYZ | 10.82 | 11.99 | 11.42 | - |
| YUV | 96.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 90 | 0.06 | 0 | 0.09 | 0.61 | 100 | 0.05 | 0.37 |
| Hex | 5D | 63 | 5A | 6 | 0 | 9 | 3D | 64 | 5 | 25 |
| Octal | 135 | 143 | 132 | 6 | 0 | 11 | 75 | 144 | 5 | 45 |
| Binary | 1011101 | 1100011 | 1011010 | 110 | 0 | 1001 | 111101 | 1100100 | 101 | 100101 |
Color Harmonies of #5D635A
Complementary color
Monochromatic Colors of #5D635A
Black with #5D635A
Text Example
Text Example
White with #5D635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D635A; }
p { color: rgb(93,99,90); }
H1.HeaderClassName
{
color: #5D635A;
}
.AnyTagClassName
{
color: #5D635A;
}
</style>
background-color css
<style>
a { background-color: #5D635A; }
a { background-color: rgb(93,99,90); }
div.DivClassName
{
background-color: #5D635A;
}
.BgClassName
{
background-color: #5D635A;
}
</style>
border-color css
<style>
span { border-color: #5D635A; }
span { border-color: rgb(93,99,90); }
td.TdClassName
{
border-color: #5D635A;
}
.TagClassName
{
border-color: #5D635A;
}
</style>