Shades of Cactus #5A6255
Tints of Cactus #5A6255
RGB
CMYK
RGB Variations
Color information
#5A6255 (or 0x5A6255) is known color: Cactus. HEX triplet: 5A, 62 and 55. RGB value is (90,98,85). Sum of RGB (Red+Green+Blue) = 90+98+85=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6255 is #A59DAA. Grayscale: #5E5E5E. Windows color (decimal): -10853803 or 5595738. OLE color: 5595738.
HSL color Cylindrical-coordinate representation of color #5A6255: hue angle of 96.92º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6255 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 85 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.62 |
| HSL | 96.92º | 0.07% | 0.36% | - |
| HSV(B) | 96.92º | 0.13% | 0.38% | - |
| XYZ | 10.22 | 11.56 | 10.29 | - |
| YUV | 94.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 85 | 0.08 | 0 | 0.13 | 0.62 | 96.92 | 0.07 | 0.36 |
| Hex | 5A | 62 | 55 | 8 | 0 | D | 3E | 61 | 7 | 24 |
| Octal | 132 | 142 | 125 | 10 | 0 | 15 | 76 | 141 | 7 | 44 |
| Binary | 1011010 | 1100010 | 1010101 | 1000 | 0 | 1101 | 111110 | 1100001 | 111 | 100100 |
Color Harmonies of #5A6255
Complementary color
Monochromatic Colors of #5A6255
Black with #5A6255
Text Example
Text Example
White with #5A6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6255; }
p { color: rgb(90,98,85); }
H1.HeaderClassName
{
color: #5A6255;
}
.AnyTagClassName
{
color: #5A6255;
}
</style>
background-color css
<style>
a { background-color: #5A6255; }
a { background-color: rgb(90,98,85); }
div.DivClassName
{
background-color: #5A6255;
}
.BgClassName
{
background-color: #5A6255;
}
</style>
border-color css
<style>
span { border-color: #5A6255; }
span { border-color: rgb(90,98,85); }
td.TdClassName
{
border-color: #5A6255;
}
.TagClassName
{
border-color: #5A6255;
}
</style>