Shades of Cactus #5A6D51
Tints of Cactus #5A6D51
RGB
CMYK
RGB Variations
Color information
#5A6D51 (or 0x5A6D51) is known color: Cactus. HEX triplet: 5A, 6D and 51. RGB value is (90,109,81). Sum of RGB (Red+Green+Blue) = 90+109+81=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D51 is #A592AE. Grayscale: #646464. Windows color (decimal): -10850991 or 5336410. OLE color: 5336410.
HSL color Cylindrical-coordinate representation of color #5A6D51: hue angle of 100.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6D51 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 81 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.57 |
| HSL | 100.71º | 0.15% | 0.37% | - |
| HSV(B) | 100.71º | 0.26% | 0.43% | - |
| XYZ | 11.17 | 13.71 | 9.84 | - |
| YUV | 100.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 81 | 0.17 | 0 | 0.26 | 0.57 | 100.71 | 0.15 | 0.37 |
| Hex | 5A | 6D | 51 | 11 | 0 | 1A | 39 | 65 | F | 25 |
| Octal | 132 | 155 | 121 | 21 | 0 | 32 | 71 | 145 | 17 | 45 |
| Binary | 1011010 | 1101101 | 1010001 | 10001 | 0 | 11010 | 111001 | 1100101 | 1111 | 100101 |
Color Harmonies of #5A6D51
Complementary color
Monochromatic Colors of #5A6D51
Black with #5A6D51
Text Example
Text Example
White with #5A6D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D51; }
p { color: rgb(90,109,81); }
H1.HeaderClassName
{
color: #5A6D51;
}
.AnyTagClassName
{
color: #5A6D51;
}
</style>
background-color css
<style>
a { background-color: #5A6D51; }
a { background-color: rgb(90,109,81); }
div.DivClassName
{
background-color: #5A6D51;
}
.BgClassName
{
background-color: #5A6D51;
}
</style>
border-color css
<style>
span { border-color: #5A6D51; }
span { border-color: rgb(90,109,81); }
td.TdClassName
{
border-color: #5A6D51;
}
.TagClassName
{
border-color: #5A6D51;
}
</style>