Shades of Cactus #5A6059
Tints of Cactus #5A6059
RGB
CMYK
RGB Variations
Color information
#5A6059 (or 0x5A6059) is known color: Cactus. HEX triplet: 5A, 60 and 59. RGB value is (90,96,89). Sum of RGB (Red+Green+Blue) = 90+96+89=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6059 is #A59FA6. Grayscale: #5D5D5D. Windows color (decimal): -10854311 or 5857370. OLE color: 5857370.
HSL color Cylindrical-coordinate representation of color #5A6059: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A6059 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 89 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.62 |
| HSL | 111.43º | 0.04% | 0.36% | - |
| HSV(B) | 111.43º | 0.07% | 0.38% | - |
| XYZ | 10.2 | 11.26 | 11.09 | - |
| YUV | 93.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 89 | 0.06 | 0 | 0.07 | 0.62 | 111.43 | 0.04 | 0.36 |
| Hex | 5A | 60 | 59 | 6 | 0 | 7 | 3E | 6F | 4 | 24 |
| Octal | 132 | 140 | 131 | 6 | 0 | 7 | 76 | 157 | 4 | 44 |
| Binary | 1011010 | 1100000 | 1011001 | 110 | 0 | 111 | 111110 | 1101111 | 100 | 100100 |
Color Harmonies of #5A6059
Complementary color
Monochromatic Colors of #5A6059
Black with #5A6059
Text Example
Text Example
White with #5A6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6059; }
p { color: rgb(90,96,89); }
H1.HeaderClassName
{
color: #5A6059;
}
.AnyTagClassName
{
color: #5A6059;
}
</style>
background-color css
<style>
a { background-color: #5A6059; }
a { background-color: rgb(90,96,89); }
div.DivClassName
{
background-color: #5A6059;
}
.BgClassName
{
background-color: #5A6059;
}
</style>
border-color css
<style>
span { border-color: #5A6059; }
span { border-color: rgb(90,96,89); }
td.TdClassName
{
border-color: #5A6059;
}
.TagClassName
{
border-color: #5A6059;
}
</style>