Shades of Cactus #5A6759
Tints of Cactus #5A6759
RGB
CMYK
RGB Variations
Color information
#5A6759 (or 0x5A6759) is known color: Cactus. HEX triplet: 5A, 67 and 59. RGB value is (90,103,89). Sum of RGB (Red+Green+Blue) = 90+103+89=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6759 is #A598A6. Grayscale: #616161. Windows color (decimal): -10852519 or 5859162. OLE color: 5859162.
HSL color Cylindrical-coordinate representation of color #5A6759: hue angle of 115.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6759 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 89 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.60 |
| HSL | 115.71º | 0.07% | 0.38% | - |
| HSV(B) | 115.71º | 0.14% | 0.4% | - |
| XYZ | 10.87 | 12.6 | 11.31 | - |
| YUV | 97.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 89 | 0.13 | 0 | 0.14 | 0.60 | 115.71 | 0.07 | 0.38 |
| Hex | 5A | 67 | 59 | D | 0 | E | 3C | 74 | 7 | 26 |
| Octal | 132 | 147 | 131 | 15 | 0 | 16 | 74 | 164 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1011001 | 1101 | 0 | 1110 | 111100 | 1110100 | 111 | 100110 |
Color Harmonies of #5A6759
Complementary color
Monochromatic Colors of #5A6759
Black with #5A6759
Text Example
Text Example
White with #5A6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6759; }
p { color: rgb(90,103,89); }
H1.HeaderClassName
{
color: #5A6759;
}
.AnyTagClassName
{
color: #5A6759;
}
</style>
background-color css
<style>
a { background-color: #5A6759; }
a { background-color: rgb(90,103,89); }
div.DivClassName
{
background-color: #5A6759;
}
.BgClassName
{
background-color: #5A6759;
}
</style>
border-color css
<style>
span { border-color: #5A6759; }
span { border-color: rgb(90,103,89); }
td.TdClassName
{
border-color: #5A6759;
}
.TagClassName
{
border-color: #5A6759;
}
</style>