Shades of Cactus #5C6853
Tints of Cactus #5C6853
RGB
CMYK
RGB Variations
Color information
#5C6853 (or 0x5C6853) is known color: Cactus. HEX triplet: 5C, 68 and 53. RGB value is (92,104,83). Sum of RGB (Red+Green+Blue) = 92+104+83=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #5C6853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6853 is #A397AC. Grayscale: #626262. Windows color (decimal): -10721197 or 5466204. OLE color: 5466204.
HSL color Cylindrical-coordinate representation of color #5C6853: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C6853 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 104 | 83 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.59 |
| HSL | 94.29º | 0.11% | 0.37% | - |
| HSV(B) | 94.29º | 0.2% | 0.41% | - |
| XYZ | 10.93 | 12.8 | 10.08 | - |
| YUV | 98.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 83 | 0.12 | 0 | 0.20 | 0.59 | 94.29 | 0.11 | 0.37 |
| Hex | 5C | 68 | 53 | C | 0 | 14 | 3B | 5E | B | 25 |
| Octal | 134 | 150 | 123 | 14 | 0 | 24 | 73 | 136 | 13 | 45 |
| Binary | 1011100 | 1101000 | 1010011 | 1100 | 0 | 10100 | 111011 | 1011110 | 1011 | 100101 |
Color Harmonies of #5C6853
Complementary color
Monochromatic Colors of #5C6853
Black with #5C6853
Text Example
Text Example
White with #5C6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6853; }
p { color: rgb(92,104,83); }
H1.HeaderClassName
{
color: #5C6853;
}
.AnyTagClassName
{
color: #5C6853;
}
</style>
background-color css
<style>
a { background-color: #5C6853; }
a { background-color: rgb(92,104,83); }
div.DivClassName
{
background-color: #5C6853;
}
.BgClassName
{
background-color: #5C6853;
}
</style>
border-color css
<style>
span { border-color: #5C6853; }
span { border-color: rgb(92,104,83); }
td.TdClassName
{
border-color: #5C6853;
}
.TagClassName
{
border-color: #5C6853;
}
</style>