Shades of Cactus #5A6958
Tints of Cactus #5A6958
RGB
CMYK
RGB Variations
Color information
#5A6958 (or 0x5A6958) is known color: Cactus. HEX triplet: 5A, 69 and 58. RGB value is (90,105,88). Sum of RGB (Red+Green+Blue) = 90+105+88=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6958 is #A596A7. Grayscale: #626262. Windows color (decimal): -10852008 or 5794138. OLE color: 5794138.
HSL color Cylindrical-coordinate representation of color #5A6958: hue angle of 112.94º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6958 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 88 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.59 |
| HSL | 112.94º | 0.09% | 0.38% | - |
| HSV(B) | 112.94º | 0.16% | 0.41% | - |
| XYZ | 11.03 | 12.98 | 11.16 | - |
| YUV | 98.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 88 | 0.14 | 0 | 0.16 | 0.59 | 112.94 | 0.09 | 0.38 |
| Hex | 5A | 69 | 58 | E | 0 | 10 | 3B | 71 | 9 | 26 |
| Octal | 132 | 151 | 130 | 16 | 0 | 20 | 73 | 161 | 11 | 46 |
| Binary | 1011010 | 1101001 | 1011000 | 1110 | 0 | 10000 | 111011 | 1110001 | 1001 | 100110 |
Color Harmonies of #5A6958
Complementary color
Monochromatic Colors of #5A6958
Black with #5A6958
Text Example
Text Example
White with #5A6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6958; }
p { color: rgb(90,105,88); }
H1.HeaderClassName
{
color: #5A6958;
}
.AnyTagClassName
{
color: #5A6958;
}
</style>
background-color css
<style>
a { background-color: #5A6958; }
a { background-color: rgb(90,105,88); }
div.DivClassName
{
background-color: #5A6958;
}
.BgClassName
{
background-color: #5A6958;
}
</style>
border-color css
<style>
span { border-color: #5A6958; }
span { border-color: rgb(90,105,88); }
td.TdClassName
{
border-color: #5A6958;
}
.TagClassName
{
border-color: #5A6958;
}
</style>