Shades of Cactus #5A7052
Tints of Cactus #5A7052
RGB
CMYK
RGB Variations
Color information
#5A7052 (or 0x5A7052) is known color: Cactus. HEX triplet: 5A, 70 and 52. RGB value is (90,112,82). Sum of RGB (Red+Green+Blue) = 90+112+82=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7052 is #A58FAD. Grayscale: #666666. Windows color (decimal): -10850222 or 5402714. OLE color: 5402714.
HSL color Cylindrical-coordinate representation of color #5A7052: hue angle of 104º 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 #5A7052 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 82 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.56 |
| HSL | 104º | 0.15% | 0.38% | - |
| HSV(B) | 104º | 0.27% | 0.44% | - |
| XYZ | 11.53 | 14.37 | 10.15 | - |
| YUV | 102 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 82 | 0.20 | 0 | 0.27 | 0.56 | 104 | 0.15 | 0.38 |
| Hex | 5A | 70 | 52 | 14 | 0 | 1B | 38 | 68 | F | 26 |
| Octal | 132 | 160 | 122 | 24 | 0 | 33 | 70 | 150 | 17 | 46 |
| Binary | 1011010 | 1110000 | 1010010 | 10100 | 0 | 11011 | 111000 | 1101000 | 1111 | 100110 |
Color Harmonies of #5A7052
Complementary color
Monochromatic Colors of #5A7052
Black with #5A7052
Text Example
Text Example
White with #5A7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7052; }
p { color: rgb(90,112,82); }
H1.HeaderClassName
{
color: #5A7052;
}
.AnyTagClassName
{
color: #5A7052;
}
</style>
background-color css
<style>
a { background-color: #5A7052; }
a { background-color: rgb(90,112,82); }
div.DivClassName
{
background-color: #5A7052;
}
.BgClassName
{
background-color: #5A7052;
}
</style>
border-color css
<style>
span { border-color: #5A7052; }
span { border-color: rgb(90,112,82); }
td.TdClassName
{
border-color: #5A7052;
}
.TagClassName
{
border-color: #5A7052;
}
</style>