Shades of Cactus #5A6E56
Tints of Cactus #5A6E56
RGB
CMYK
RGB Variations
Color information
#5A6E56 (or 0x5A6E56) is known color: Cactus. HEX triplet: 5A, 6E and 56. RGB value is (90,110,86). Sum of RGB (Red+Green+Blue) = 90+110+86=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E56 is #A591A9. Grayscale: #656565. Windows color (decimal): -10850730 or 5664346. OLE color: 5664346.
HSL color Cylindrical-coordinate representation of color #5A6E56: hue angle of 110º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6E56 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 86 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.57 |
| HSL | 110º | 0.12% | 0.38% | - |
| HSV(B) | 110º | 0.22% | 0.43% | - |
| XYZ | 11.47 | 14 | 10.9 | - |
| YUV | 101.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 86 | 0.18 | 0 | 0.22 | 0.57 | 110 | 0.12 | 0.38 |
| Hex | 5A | 6E | 56 | 12 | 0 | 16 | 39 | 6E | C | 26 |
| Octal | 132 | 156 | 126 | 22 | 0 | 26 | 71 | 156 | 14 | 46 |
| Binary | 1011010 | 1101110 | 1010110 | 10010 | 0 | 10110 | 111001 | 1101110 | 1100 | 100110 |
Color Harmonies of #5A6E56
Complementary color
Monochromatic Colors of #5A6E56
Black with #5A6E56
Text Example
Text Example
White with #5A6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E56; }
p { color: rgb(90,110,86); }
H1.HeaderClassName
{
color: #5A6E56;
}
.AnyTagClassName
{
color: #5A6E56;
}
</style>
background-color css
<style>
a { background-color: #5A6E56; }
a { background-color: rgb(90,110,86); }
div.DivClassName
{
background-color: #5A6E56;
}
.BgClassName
{
background-color: #5A6E56;
}
</style>
border-color css
<style>
span { border-color: #5A6E56; }
span { border-color: rgb(90,110,86); }
td.TdClassName
{
border-color: #5A6E56;
}
.TagClassName
{
border-color: #5A6E56;
}
</style>