Shades of Cactus #546E51
Tints of Cactus #546E51
RGB
CMYK
RGB Variations
Color information
#546E51 (or 0x546E51) is known color: Cactus. HEX triplet: 54, 6E and 51. RGB value is (84,110,81). Sum of RGB (Red+Green+Blue) = 84+110+81=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #546E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E51 is #AB91AE. Grayscale: #636363. Windows color (decimal): -11243951 or 5336660. OLE color: 5336660.
HSL color Cylindrical-coordinate representation of color #546E51: hue angle of 113.79º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546E51 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 81 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.57 |
| HSL | 113.79º | 0.15% | 0.37% | - |
| HSV(B) | 113.79º | 0.26% | 0.43% | - |
| XYZ | 10.72 | 13.63 | 9.85 | - |
| YUV | 98.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 81 | 0.24 | 0 | 0.26 | 0.57 | 113.79 | 0.15 | 0.37 |
| Hex | 54 | 6E | 51 | 18 | 0 | 1A | 39 | 72 | F | 25 |
| Octal | 124 | 156 | 121 | 30 | 0 | 32 | 71 | 162 | 17 | 45 |
| Binary | 1010100 | 1101110 | 1010001 | 11000 | 0 | 11010 | 111001 | 1110010 | 1111 | 100101 |
Color Harmonies of #546E51
Complementary color
Monochromatic Colors of #546E51
Black with #546E51
Text Example
Text Example
White with #546E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E51; }
p { color: rgb(84,110,81); }
H1.HeaderClassName
{
color: #546E51;
}
.AnyTagClassName
{
color: #546E51;
}
</style>
background-color css
<style>
a { background-color: #546E51; }
a { background-color: rgb(84,110,81); }
div.DivClassName
{
background-color: #546E51;
}
.BgClassName
{
background-color: #546E51;
}
</style>
border-color css
<style>
span { border-color: #546E51; }
span { border-color: rgb(84,110,81); }
td.TdClassName
{
border-color: #546E51;
}
.TagClassName
{
border-color: #546E51;
}
</style>