Shades of Cactus #5A6855
Tints of Cactus #5A6855
RGB
CMYK
RGB Variations
Color information
#5A6855 (or 0x5A6855) is known color: Cactus. HEX triplet: 5A, 68 and 55. RGB value is (90,104,85). Sum of RGB (Red+Green+Blue) = 90+104+85=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6855 is #A597AA. Grayscale: #616161. Windows color (decimal): -10852267 or 5597274. OLE color: 5597274.
HSL color Cylindrical-coordinate representation of color #5A6855: hue angle of 104.21º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6855 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 85 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.59 |
| HSL | 104.21º | 0.1% | 0.37% | - |
| HSV(B) | 104.21º | 0.18% | 0.41% | - |
| XYZ | 10.81 | 12.73 | 10.48 | - |
| YUV | 97.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 85 | 0.13 | 0 | 0.18 | 0.59 | 104.21 | 0.1 | 0.37 |
| Hex | 5A | 68 | 55 | D | 0 | 12 | 3B | 68 | A | 25 |
| Octal | 132 | 150 | 125 | 15 | 0 | 22 | 73 | 150 | 12 | 45 |
| Binary | 1011010 | 1101000 | 1010101 | 1101 | 0 | 10010 | 111011 | 1101000 | 1010 | 100101 |
Color Harmonies of #5A6855
Complementary color
Monochromatic Colors of #5A6855
Black with #5A6855
Text Example
Text Example
White with #5A6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6855; }
p { color: rgb(90,104,85); }
H1.HeaderClassName
{
color: #5A6855;
}
.AnyTagClassName
{
color: #5A6855;
}
</style>
background-color css
<style>
a { background-color: #5A6855; }
a { background-color: rgb(90,104,85); }
div.DivClassName
{
background-color: #5A6855;
}
.BgClassName
{
background-color: #5A6855;
}
</style>
border-color css
<style>
span { border-color: #5A6855; }
span { border-color: rgb(90,104,85); }
td.TdClassName
{
border-color: #5A6855;
}
.TagClassName
{
border-color: #5A6855;
}
</style>