Shades of Como #546E5E
Tints of Como #546E5E
RGB
CMYK
RGB Variations
Color information
#546E5E (or 0x546E5E) is known color: Como. HEX triplet: 54, 6E and 5E. RGB value is (84,110,94). Sum of RGB (Red+Green+Blue) = 84+110+94=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 110 - color contains mainly: green. Hex color #546E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E5E is #AB91A1. Grayscale: #646464. Windows color (decimal): -11243938 or 6188628. OLE color: 6188628.
HSL color Cylindrical-coordinate representation of color #546E5E: hue angle of 143.08º 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 #546E5E is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 94 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.57 |
| HSL | 143.08º | 0.13% | 0.38% | - |
| HSV(B) | 143.08º | 0.24% | 0.43% | - |
| XYZ | 11.25 | 13.84 | 12.67 | - |
| YUV | 100.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 94 | 0.24 | 0 | 0.15 | 0.57 | 143.08 | 0.13 | 0.38 |
| Hex | 54 | 6E | 5E | 18 | 0 | F | 39 | 8F | D | 26 |
| Octal | 124 | 156 | 136 | 30 | 0 | 17 | 71 | 217 | 15 | 46 |
| Binary | 1010100 | 1101110 | 1011110 | 11000 | 0 | 1111 | 111001 | 10001111 | 1101 | 100110 |
Color Harmonies of #546E5E
Complementary color
Monochromatic Colors of #546E5E
Black with #546E5E
Text Example
Text Example
White with #546E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E5E; }
p { color: rgb(84,110,94); }
H1.HeaderClassName
{
color: #546E5E;
}
.AnyTagClassName
{
color: #546E5E;
}
</style>
background-color css
<style>
a { background-color: #546E5E; }
a { background-color: rgb(84,110,94); }
div.DivClassName
{
background-color: #546E5E;
}
.BgClassName
{
background-color: #546E5E;
}
</style>
border-color css
<style>
span { border-color: #546E5E; }
span { border-color: rgb(84,110,94); }
td.TdClassName
{
border-color: #546E5E;
}
.TagClassName
{
border-color: #546E5E;
}
</style>