Shades of Cactus #5A7054
Tints of Cactus #5A7054
RGB
CMYK
RGB Variations
Color information
#5A7054 (or 0x5A7054) is known color: Cactus. HEX triplet: 5A, 70 and 54. RGB value is (90,112,84). Sum of RGB (Red+Green+Blue) = 90+112+84=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7054 is #A58FAB. Grayscale: #666666. Windows color (decimal): -10850220 or 5533786. OLE color: 5533786.
HSL color Cylindrical-coordinate representation of color #5A7054: hue angle of 107.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A7054 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 84 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.56 |
| HSL | 107.14º | 0.14% | 0.38% | - |
| HSV(B) | 107.14º | 0.25% | 0.44% | - |
| XYZ | 11.61 | 14.4 | 10.56 | - |
| YUV | 102.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 84 | 0.20 | 0 | 0.25 | 0.56 | 107.14 | 0.14 | 0.38 |
| Hex | 5A | 70 | 54 | 14 | 0 | 19 | 38 | 6B | E | 26 |
| Octal | 132 | 160 | 124 | 24 | 0 | 31 | 70 | 153 | 16 | 46 |
| Binary | 1011010 | 1110000 | 1010100 | 10100 | 0 | 11001 | 111000 | 1101011 | 1110 | 100110 |
Color Harmonies of #5A7054
Complementary color
Monochromatic Colors of #5A7054
Black with #5A7054
Text Example
Text Example
White with #5A7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7054; }
p { color: rgb(90,112,84); }
H1.HeaderClassName
{
color: #5A7054;
}
.AnyTagClassName
{
color: #5A7054;
}
</style>
background-color css
<style>
a { background-color: #5A7054; }
a { background-color: rgb(90,112,84); }
div.DivClassName
{
background-color: #5A7054;
}
.BgClassName
{
background-color: #5A7054;
}
</style>
border-color css
<style>
span { border-color: #5A7054; }
span { border-color: rgb(90,112,84); }
td.TdClassName
{
border-color: #5A7054;
}
.TagClassName
{
border-color: #5A7054;
}
</style>