Shades of Como #546E60
Tints of Como #546E60
RGB
CMYK
RGB Variations
Color information
#546E60 (or 0x546E60) is known color: Como. HEX triplet: 54, 6E and 60. RGB value is (84,110,96). Sum of RGB (Red+Green+Blue) = 84+110+96=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #546E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E60 is #AB919F. Grayscale: #646464. Windows color (decimal): -11243936 or 6319700. OLE color: 6319700.
HSL color Cylindrical-coordinate representation of color #546E60: hue angle of 147.69º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E60 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 96 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.57 |
| HSL | 147.69º | 0.13% | 0.38% | - |
| HSV(B) | 147.69º | 0.24% | 0.43% | - |
| XYZ | 11.34 | 13.88 | 13.15 | - |
| YUV | 100.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 96 | 0.24 | 0 | 0.13 | 0.57 | 147.69 | 0.13 | 0.38 |
| Hex | 54 | 6E | 60 | 18 | 0 | D | 39 | 94 | D | 26 |
| Octal | 124 | 156 | 140 | 30 | 0 | 15 | 71 | 224 | 15 | 46 |
| Binary | 1010100 | 1101110 | 1100000 | 11000 | 0 | 1101 | 111001 | 10010100 | 1101 | 100110 |
Color Harmonies of #546E60
Complementary color
Monochromatic Colors of #546E60
Black with #546E60
Text Example
Text Example
White with #546E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E60; }
p { color: rgb(84,110,96); }
H1.HeaderClassName
{
color: #546E60;
}
.AnyTagClassName
{
color: #546E60;
}
</style>
background-color css
<style>
a { background-color: #546E60; }
a { background-color: rgb(84,110,96); }
div.DivClassName
{
background-color: #546E60;
}
.BgClassName
{
background-color: #546E60;
}
</style>
border-color css
<style>
span { border-color: #546E60; }
span { border-color: rgb(84,110,96); }
td.TdClassName
{
border-color: #546E60;
}
.TagClassName
{
border-color: #546E60;
}
</style>