Shades of Cactus #5A6955
Tints of Cactus #5A6955
RGB
CMYK
RGB Variations
Color information
#5A6955 (or 0x5A6955) is known color: Cactus. HEX triplet: 5A, 69 and 55. RGB value is (90,105,85). Sum of RGB (Red+Green+Blue) = 90+105+85=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6955 is #A596AA. Grayscale: #626262. Windows color (decimal): -10852011 or 5597530. OLE color: 5597530.
HSL color Cylindrical-coordinate representation of color #5A6955: hue angle of 105º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6955 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 85 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.59 |
| HSL | 105º | 0.11% | 0.37% | - |
| HSV(B) | 105º | 0.19% | 0.41% | - |
| XYZ | 10.91 | 12.93 | 10.52 | - |
| YUV | 98.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 85 | 0.14 | 0 | 0.19 | 0.59 | 105 | 0.11 | 0.37 |
| Hex | 5A | 69 | 55 | E | 0 | 13 | 3B | 69 | B | 25 |
| Octal | 132 | 151 | 125 | 16 | 0 | 23 | 73 | 151 | 13 | 45 |
| Binary | 1011010 | 1101001 | 1010101 | 1110 | 0 | 10011 | 111011 | 1101001 | 1011 | 100101 |
Color Harmonies of #5A6955
Complementary color
Monochromatic Colors of #5A6955
Black with #5A6955
Text Example
Text Example
White with #5A6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6955; }
p { color: rgb(90,105,85); }
H1.HeaderClassName
{
color: #5A6955;
}
.AnyTagClassName
{
color: #5A6955;
}
</style>
background-color css
<style>
a { background-color: #5A6955; }
a { background-color: rgb(90,105,85); }
div.DivClassName
{
background-color: #5A6955;
}
.BgClassName
{
background-color: #5A6955;
}
</style>
border-color css
<style>
span { border-color: #5A6955; }
span { border-color: rgb(90,105,85); }
td.TdClassName
{
border-color: #5A6955;
}
.TagClassName
{
border-color: #5A6955;
}
</style>