Shades of Cactus #5D635C
Tints of Cactus #5D635C
RGB
CMYK
RGB Variations
Color information
#5D635C (or 0x5D635C) is known color: Cactus. HEX triplet: 5D, 63 and 5C. RGB value is (93,99,92). Sum of RGB (Red+Green+Blue) = 93+99+92=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5D635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D635C is #A29CA3. Grayscale: #606060. Windows color (decimal): -10656932 or 6054749. OLE color: 6054749.
HSL color Cylindrical-coordinate representation of color #5D635C: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5D635C is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 92 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.61 |
| HSL | 111.43º | 0.04% | 0.37% | - |
| HSV(B) | 111.43º | 0.07% | 0.39% | - |
| XYZ | 10.91 | 12.02 | 11.87 | - |
| YUV | 96.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 92 | 0.06 | 0 | 0.07 | 0.61 | 111.43 | 0.04 | 0.37 |
| Hex | 5D | 63 | 5C | 6 | 0 | 7 | 3D | 6F | 4 | 25 |
| Octal | 135 | 143 | 134 | 6 | 0 | 7 | 75 | 157 | 4 | 45 |
| Binary | 1011101 | 1100011 | 1011100 | 110 | 0 | 111 | 111101 | 1101111 | 100 | 100101 |
Color Harmonies of #5D635C
Complementary color
Monochromatic Colors of #5D635C
Black with #5D635C
Text Example
Text Example
White with #5D635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D635C; }
p { color: rgb(93,99,92); }
H1.HeaderClassName
{
color: #5D635C;
}
.AnyTagClassName
{
color: #5D635C;
}
</style>
background-color css
<style>
a { background-color: #5D635C; }
a { background-color: rgb(93,99,92); }
div.DivClassName
{
background-color: #5D635C;
}
.BgClassName
{
background-color: #5D635C;
}
</style>
border-color css
<style>
span { border-color: #5D635C; }
span { border-color: rgb(93,99,92); }
td.TdClassName
{
border-color: #5D635C;
}
.TagClassName
{
border-color: #5D635C;
}
</style>