Shades of Cactus #5A6456
Tints of Cactus #5A6456
RGB
CMYK
RGB Variations
Color information
#5A6456 (or 0x5A6456) is known color: Cactus. HEX triplet: 5A, 64 and 56. RGB value is (90,100,86). Sum of RGB (Red+Green+Blue) = 90+100+86=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6456 is #A59BA9. Grayscale: #5F5F5F. Windows color (decimal): -10853290 or 5661786. OLE color: 5661786.
HSL color Cylindrical-coordinate representation of color #5A6456: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6456 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 100 | 86 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.61 |
| HSL | 102.86º | 0.08% | 0.36% | - |
| HSV(B) | 102.86º | 0.14% | 0.39% | - |
| XYZ | 10.45 | 11.96 | 10.56 | - |
| YUV | 95.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 86 | 0.10 | 0 | 0.14 | 0.61 | 102.86 | 0.08 | 0.36 |
| Hex | 5A | 64 | 56 | A | 0 | E | 3D | 67 | 8 | 24 |
| Octal | 132 | 144 | 126 | 12 | 0 | 16 | 75 | 147 | 10 | 44 |
| Binary | 1011010 | 1100100 | 1010110 | 1010 | 0 | 1110 | 111101 | 1100111 | 1000 | 100100 |
Color Harmonies of #5A6456
Complementary color
Monochromatic Colors of #5A6456
Black with #5A6456
Text Example
Text Example
White with #5A6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6456; }
p { color: rgb(90,100,86); }
H1.HeaderClassName
{
color: #5A6456;
}
.AnyTagClassName
{
color: #5A6456;
}
</style>
background-color css
<style>
a { background-color: #5A6456; }
a { background-color: rgb(90,100,86); }
div.DivClassName
{
background-color: #5A6456;
}
.BgClassName
{
background-color: #5A6456;
}
</style>
border-color css
<style>
span { border-color: #5A6456; }
span { border-color: rgb(90,100,86); }
td.TdClassName
{
border-color: #5A6456;
}
.TagClassName
{
border-color: #5A6456;
}
</style>