Shades of Cactus #5A6C51
Tints of Cactus #5A6C51
RGB
CMYK
RGB Variations
Color information
#5A6C51 (or 0x5A6C51) is known color: Cactus. HEX triplet: 5A, 6C and 51. RGB value is (90,108,81). Sum of RGB (Red+Green+Blue) = 90+108+81=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C51 is #A593AE. Grayscale: #636363. Windows color (decimal): -10851247 or 5336154. OLE color: 5336154.
HSL color Cylindrical-coordinate representation of color #5A6C51: hue angle of 100º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A6C51 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 108 | 81 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.58 |
| HSL | 100º | 0.14% | 0.37% | - |
| HSV(B) | 100º | 0.25% | 0.42% | - |
| XYZ | 11.06 | 13.49 | 9.81 | - |
| YUV | 99.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 81 | 0.17 | 0 | 0.25 | 0.58 | 100 | 0.14 | 0.37 |
| Hex | 5A | 6C | 51 | 11 | 0 | 19 | 3A | 64 | E | 25 |
| Octal | 132 | 154 | 121 | 21 | 0 | 31 | 72 | 144 | 16 | 45 |
| Binary | 1011010 | 1101100 | 1010001 | 10001 | 0 | 11001 | 111010 | 1100100 | 1110 | 100101 |
Color Harmonies of #5A6C51
Complementary color
Monochromatic Colors of #5A6C51
Black with #5A6C51
Text Example
Text Example
White with #5A6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C51; }
p { color: rgb(90,108,81); }
H1.HeaderClassName
{
color: #5A6C51;
}
.AnyTagClassName
{
color: #5A6C51;
}
</style>
background-color css
<style>
a { background-color: #5A6C51; }
a { background-color: rgb(90,108,81); }
div.DivClassName
{
background-color: #5A6C51;
}
.BgClassName
{
background-color: #5A6C51;
}
</style>
border-color css
<style>
span { border-color: #5A6C51; }
span { border-color: rgb(90,108,81); }
td.TdClassName
{
border-color: #5A6C51;
}
.TagClassName
{
border-color: #5A6C51;
}
</style>