Shades of Como #546F5D
Tints of Como #546F5D
RGB
CMYK
RGB Variations
Color information
#546F5D (or 0x546F5D) is known color: Como. HEX triplet: 54, 6F and 5D. RGB value is (84,111,93). Sum of RGB (Red+Green+Blue) = 84+111+93=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #546F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F5D is #AB90A2. Grayscale: #646464. Windows color (decimal): -11243683 or 6123348. OLE color: 6123348.
HSL color Cylindrical-coordinate representation of color #546F5D: hue angle of 140º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F5D is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 93 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.56 |
| HSL | 140º | 0.14% | 0.38% | - |
| HSV(B) | 140º | 0.24% | 0.44% | - |
| XYZ | 11.32 | 14.04 | 12.47 | - |
| YUV | 100.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 93 | 0.24 | 0 | 0.16 | 0.56 | 140 | 0.14 | 0.38 |
| Hex | 54 | 6F | 5D | 18 | 0 | 10 | 38 | 8C | E | 26 |
| Octal | 124 | 157 | 135 | 30 | 0 | 20 | 70 | 214 | 16 | 46 |
| Binary | 1010100 | 1101111 | 1011101 | 11000 | 0 | 10000 | 111000 | 10001100 | 1110 | 100110 |
Color Harmonies of #546F5D
Complementary color
Monochromatic Colors of #546F5D
Black with #546F5D
Text Example
Text Example
White with #546F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F5D; }
p { color: rgb(84,111,93); }
H1.HeaderClassName
{
color: #546F5D;
}
.AnyTagClassName
{
color: #546F5D;
}
</style>
background-color css
<style>
a { background-color: #546F5D; }
a { background-color: rgb(84,111,93); }
div.DivClassName
{
background-color: #546F5D;
}
.BgClassName
{
background-color: #546F5D;
}
</style>
border-color css
<style>
span { border-color: #546F5D; }
span { border-color: rgb(84,111,93); }
td.TdClassName
{
border-color: #546F5D;
}
.TagClassName
{
border-color: #546F5D;
}
</style>