Shades of Cactus #5C7052
Tints of Cactus #5C7052
RGB
CMYK
RGB Variations
Color information
#5C7052 (or 0x5C7052) is known color: Cactus. HEX triplet: 5C, 70 and 52. RGB value is (92,112,82). Sum of RGB (Red+Green+Blue) = 92+112+82=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7052 is #A38FAD. Grayscale: #666666. Windows color (decimal): -10719150 or 5402716. OLE color: 5402716.
HSL color Cylindrical-coordinate representation of color #5C7052: hue angle of 100º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C7052 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 82 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.56 |
| HSL | 100º | 0.15% | 0.38% | - |
| HSV(B) | 100º | 0.27% | 0.44% | - |
| XYZ | 11.73 | 14.47 | 10.16 | - |
| YUV | 102.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 82 | 0.18 | 0 | 0.27 | 0.56 | 100 | 0.15 | 0.38 |
| Hex | 5C | 70 | 52 | 12 | 0 | 1B | 38 | 64 | F | 26 |
| Octal | 134 | 160 | 122 | 22 | 0 | 33 | 70 | 144 | 17 | 46 |
| Binary | 1011100 | 1110000 | 1010010 | 10010 | 0 | 11011 | 111000 | 1100100 | 1111 | 100110 |
Color Harmonies of #5C7052
Complementary color
Monochromatic Colors of #5C7052
Black with #5C7052
Text Example
Text Example
White with #5C7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7052; }
p { color: rgb(92,112,82); }
H1.HeaderClassName
{
color: #5C7052;
}
.AnyTagClassName
{
color: #5C7052;
}
</style>
background-color css
<style>
a { background-color: #5C7052; }
a { background-color: rgb(92,112,82); }
div.DivClassName
{
background-color: #5C7052;
}
.BgClassName
{
background-color: #5C7052;
}
</style>
border-color css
<style>
span { border-color: #5C7052; }
span { border-color: rgb(92,112,82); }
td.TdClassName
{
border-color: #5C7052;
}
.TagClassName
{
border-color: #5C7052;
}
</style>