Shades of Cactus #5A6659
Tints of Cactus #5A6659
RGB
CMYK
RGB Variations
Color information
#5A6659 (or 0x5A6659) is known color: Cactus. HEX triplet: 5A, 66 and 59. RGB value is (90,102,89). Sum of RGB (Red+Green+Blue) = 90+102+89=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6659 is #A599A6. Grayscale: #606060. Windows color (decimal): -10852775 or 5858906. OLE color: 5858906.
HSL color Cylindrical-coordinate representation of color #5A6659: hue angle of 115.38º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6659 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 89 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.6 |
| HSL | 115.38º | 0.07% | 0.37% | - |
| HSV(B) | 115.38º | 0.13% | 0.4% | - |
| XYZ | 10.77 | 12.4 | 11.28 | - |
| YUV | 96.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 89 | 0.12 | 0 | 0.13 | 0.6 | 115.38 | 0.07 | 0.37 |
| Hex | 5A | 66 | 59 | C | 0 | D | 3C | 73 | 7 | 25 |
| Octal | 132 | 146 | 131 | 14 | 0 | 15 | 74 | 163 | 7 | 45 |
| Binary | 1011010 | 1100110 | 1011001 | 1100 | 0 | 1101 | 111100 | 1110011 | 111 | 100101 |
Color Harmonies of #5A6659
Complementary color
Monochromatic Colors of #5A6659
Black with #5A6659
Text Example
Text Example
White with #5A6659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6659; }
p { color: rgb(90,102,89); }
H1.HeaderClassName
{
color: #5A6659;
}
.AnyTagClassName
{
color: #5A6659;
}
</style>
background-color css
<style>
a { background-color: #5A6659; }
a { background-color: rgb(90,102,89); }
div.DivClassName
{
background-color: #5A6659;
}
.BgClassName
{
background-color: #5A6659;
}
</style>
border-color css
<style>
span { border-color: #5A6659; }
span { border-color: rgb(90,102,89); }
td.TdClassName
{
border-color: #5A6659;
}
.TagClassName
{
border-color: #5A6659;
}
</style>