Shades of Como #546F5E
Tints of Como #546F5E
RGB
CMYK
RGB Variations
Color information
#546F5E (or 0x546F5E) is known color: Como. HEX triplet: 54, 6F and 5E. RGB value is (84,111,94). Sum of RGB (Red+Green+Blue) = 84+111+94=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #546F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F5E is #AB90A1. Grayscale: #656565. Windows color (decimal): -11243682 or 6188884. OLE color: 6188884.
HSL color Cylindrical-coordinate representation of color #546F5E: hue angle of 142.22º 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 #546F5E is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 94 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.56 |
| HSL | 142.22º | 0.14% | 0.38% | - |
| HSV(B) | 142.22º | 0.24% | 0.44% | - |
| XYZ | 11.36 | 14.06 | 12.71 | - |
| YUV | 100.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 94 | 0.24 | 0 | 0.15 | 0.56 | 142.22 | 0.14 | 0.38 |
| Hex | 54 | 6F | 5E | 18 | 0 | F | 38 | 8E | E | 26 |
| Octal | 124 | 157 | 136 | 30 | 0 | 17 | 70 | 216 | 16 | 46 |
| Binary | 1010100 | 1101111 | 1011110 | 11000 | 0 | 1111 | 111000 | 10001110 | 1110 | 100110 |
Color Harmonies of #546F5E
Complementary color
Monochromatic Colors of #546F5E
Black with #546F5E
Text Example
Text Example
White with #546F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F5E; }
p { color: rgb(84,111,94); }
H1.HeaderClassName
{
color: #546F5E;
}
.AnyTagClassName
{
color: #546F5E;
}
</style>
background-color css
<style>
a { background-color: #546F5E; }
a { background-color: rgb(84,111,94); }
div.DivClassName
{
background-color: #546F5E;
}
.BgClassName
{
background-color: #546F5E;
}
</style>
border-color css
<style>
span { border-color: #546F5E; }
span { border-color: rgb(84,111,94); }
td.TdClassName
{
border-color: #546F5E;
}
.TagClassName
{
border-color: #546F5E;
}
</style>