Shades of Cactus #5A6C50
Tints of Cactus #5A6C50
RGB
CMYK
RGB Variations
Color information
#5A6C50 (or 0x5A6C50) is known color: Cactus. HEX triplet: 5A, 6C and 50. RGB value is (90,108,80). Sum of RGB (Red+Green+Blue) = 90+108+80=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C50 is #A593AF. Grayscale: #636363. Windows color (decimal): -10851248 or 5270618. OLE color: 5270618.
HSL color Cylindrical-coordinate representation of color #5A6C50: hue angle of 98.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6C50 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 108 | 80 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.58 |
| HSL | 98.57º | 0.15% | 0.37% | - |
| HSV(B) | 98.57º | 0.26% | 0.42% | - |
| XYZ | 11.03 | 13.48 | 9.61 | - |
| YUV | 99.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 80 | 0.17 | 0 | 0.26 | 0.58 | 98.57 | 0.15 | 0.37 |
| Hex | 5A | 6C | 50 | 11 | 0 | 1A | 3A | 63 | F | 25 |
| Octal | 132 | 154 | 120 | 21 | 0 | 32 | 72 | 143 | 17 | 45 |
| Binary | 1011010 | 1101100 | 1010000 | 10001 | 0 | 11010 | 111010 | 1100011 | 1111 | 100101 |
Color Harmonies of #5A6C50
Complementary color
Monochromatic Colors of #5A6C50
Black with #5A6C50
Text Example
Text Example
White with #5A6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C50; }
p { color: rgb(90,108,80); }
H1.HeaderClassName
{
color: #5A6C50;
}
.AnyTagClassName
{
color: #5A6C50;
}
</style>
background-color css
<style>
a { background-color: #5A6C50; }
a { background-color: rgb(90,108,80); }
div.DivClassName
{
background-color: #5A6C50;
}
.BgClassName
{
background-color: #5A6C50;
}
</style>
border-color css
<style>
span { border-color: #5A6C50; }
span { border-color: rgb(90,108,80); }
td.TdClassName
{
border-color: #5A6C50;
}
.TagClassName
{
border-color: #5A6C50;
}
</style>