Shades of Cactus #5A6952
Tints of Cactus #5A6952
RGB
CMYK
RGB Variations
Color information
#5A6952 (or 0x5A6952) is known color: Cactus. HEX triplet: 5A, 69 and 52. RGB value is (90,105,82). Sum of RGB (Red+Green+Blue) = 90+105+82=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6952 is #A596AD. Grayscale: #616161. Windows color (decimal): -10852014 or 5400922. OLE color: 5400922.
HSL color Cylindrical-coordinate representation of color #5A6952: hue angle of 99.13º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6952 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 82 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.59 |
| HSL | 99.13º | 0.12% | 0.37% | - |
| HSV(B) | 99.13º | 0.22% | 0.41% | - |
| XYZ | 10.79 | 12.89 | 9.9 | - |
| YUV | 97.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 82 | 0.14 | 0 | 0.22 | 0.59 | 99.13 | 0.12 | 0.37 |
| Hex | 5A | 69 | 52 | E | 0 | 16 | 3B | 63 | C | 25 |
| Octal | 132 | 151 | 122 | 16 | 0 | 26 | 73 | 143 | 14 | 45 |
| Binary | 1011010 | 1101001 | 1010010 | 1110 | 0 | 10110 | 111011 | 1100011 | 1100 | 100101 |
Color Harmonies of #5A6952
Complementary color
Monochromatic Colors of #5A6952
Black with #5A6952
Text Example
Text Example
White with #5A6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6952; }
p { color: rgb(90,105,82); }
H1.HeaderClassName
{
color: #5A6952;
}
.AnyTagClassName
{
color: #5A6952;
}
</style>
background-color css
<style>
a { background-color: #5A6952; }
a { background-color: rgb(90,105,82); }
div.DivClassName
{
background-color: #5A6952;
}
.BgClassName
{
background-color: #5A6952;
}
</style>
border-color css
<style>
span { border-color: #5A6952; }
span { border-color: rgb(90,105,82); }
td.TdClassName
{
border-color: #5A6952;
}
.TagClassName
{
border-color: #5A6952;
}
</style>