Shades of Cactus #5A6B59
Tints of Cactus #5A6B59
RGB
CMYK
RGB Variations
Color information
#5A6B59 (or 0x5A6B59) is known color: Cactus. HEX triplet: 5A, 6B and 59. RGB value is (90,107,89). Sum of RGB (Red+Green+Blue) = 90+107+89=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B59 is #A594A6. Grayscale: #636363. Windows color (decimal): -10851495 or 5860186. OLE color: 5860186.
HSL color Cylindrical-coordinate representation of color #5A6B59: hue angle of 116.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6B59 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 107 | 89 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.58 |
| HSL | 116.67º | 0.09% | 0.38% | - |
| HSV(B) | 116.67º | 0.17% | 0.42% | - |
| XYZ | 11.28 | 13.41 | 11.45 | - |
| YUV | 99.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 89 | 0.16 | 0 | 0.17 | 0.58 | 116.67 | 0.09 | 0.38 |
| Hex | 5A | 6B | 59 | 10 | 0 | 11 | 3A | 75 | 9 | 26 |
| Octal | 132 | 153 | 131 | 20 | 0 | 21 | 72 | 165 | 11 | 46 |
| Binary | 1011010 | 1101011 | 1011001 | 10000 | 0 | 10001 | 111010 | 1110101 | 1001 | 100110 |
Color Harmonies of #5A6B59
Complementary color
Monochromatic Colors of #5A6B59
Black with #5A6B59
Text Example
Text Example
White with #5A6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B59; }
p { color: rgb(90,107,89); }
H1.HeaderClassName
{
color: #5A6B59;
}
.AnyTagClassName
{
color: #5A6B59;
}
</style>
background-color css
<style>
a { background-color: #5A6B59; }
a { background-color: rgb(90,107,89); }
div.DivClassName
{
background-color: #5A6B59;
}
.BgClassName
{
background-color: #5A6B59;
}
</style>
border-color css
<style>
span { border-color: #5A6B59; }
span { border-color: rgb(90,107,89); }
td.TdClassName
{
border-color: #5A6B59;
}
.TagClassName
{
border-color: #5A6B59;
}
</style>