Shades of Cactus #5A7853
Tints of Cactus #5A7853
RGB
CMYK
RGB Variations
Color information
#5A7853 (or 0x5A7853) is known color: Cactus. HEX triplet: 5A, 78 and 53. RGB value is (90,120,83). Sum of RGB (Red+Green+Blue) = 90+120+83=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7853 is #A587AC. Grayscale: #6A6A6A. Windows color (decimal): -10848173 or 5470298. OLE color: 5470298.
HSL color Cylindrical-coordinate representation of color #5A7853: hue angle of 108.65º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A7853 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 83 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.53 |
| HSL | 108.65º | 0.18% | 0.4% | - |
| HSV(B) | 108.65º | 0.31% | 0.47% | - |
| XYZ | 12.49 | 16.23 | 10.66 | - |
| YUV | 106.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 83 | 0.25 | 0 | 0.31 | 0.53 | 108.65 | 0.18 | 0.4 |
| Hex | 5A | 78 | 53 | 19 | 0 | 1F | 35 | 6D | 12 | 28 |
| Octal | 132 | 170 | 123 | 31 | 0 | 37 | 65 | 155 | 22 | 50 |
| Binary | 1011010 | 1111000 | 1010011 | 11001 | 0 | 11111 | 110101 | 1101101 | 10010 | 101000 |
Color Harmonies of #5A7853
Complementary color
Monochromatic Colors of #5A7853
Black with #5A7853
Text Example
Text Example
White with #5A7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7853; }
p { color: rgb(90,120,83); }
H1.HeaderClassName
{
color: #5A7853;
}
.AnyTagClassName
{
color: #5A7853;
}
</style>
background-color css
<style>
a { background-color: #5A7853; }
a { background-color: rgb(90,120,83); }
div.DivClassName
{
background-color: #5A7853;
}
.BgClassName
{
background-color: #5A7853;
}
</style>
border-color css
<style>
span { border-color: #5A7853; }
span { border-color: rgb(90,120,83); }
td.TdClassName
{
border-color: #5A7853;
}
.TagClassName
{
border-color: #5A7853;
}
</style>