Shades of Mineral Green #546E5B
Tints of Mineral Green #546E5B
RGB
CMYK
RGB Variations
Color information
#546E5B (or 0x546E5B) is known color: Mineral Green. HEX triplet: 54, 6E and 5B. RGB value is (84,110,91). Sum of RGB (Red+Green+Blue) = 84+110+91=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 110 - color contains mainly: green. Hex color #546E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E5B is #AB91A4. Grayscale: #646464. Windows color (decimal): -11243941 or 5992020. OLE color: 5992020.
HSL color Cylindrical-coordinate representation of color #546E5B: hue angle of 136.15º 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 #546E5B is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 91 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.57 |
| HSL | 136.15º | 0.13% | 0.38% | - |
| HSV(B) | 136.15º | 0.24% | 0.43% | - |
| XYZ | 11.12 | 13.79 | 11.97 | - |
| YUV | 100.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 91 | 0.24 | 0 | 0.17 | 0.57 | 136.15 | 0.13 | 0.38 |
| Hex | 54 | 6E | 5B | 18 | 0 | 11 | 39 | 88 | D | 26 |
| Octal | 124 | 156 | 133 | 30 | 0 | 21 | 71 | 210 | 15 | 46 |
| Binary | 1010100 | 1101110 | 1011011 | 11000 | 0 | 10001 | 111001 | 10001000 | 1101 | 100110 |
Color Harmonies of #546E5B
Complementary color
Monochromatic Colors of #546E5B
Black with #546E5B
Text Example
Text Example
White with #546E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E5B; }
p { color: rgb(84,110,91); }
H1.HeaderClassName
{
color: #546E5B;
}
.AnyTagClassName
{
color: #546E5B;
}
</style>
background-color css
<style>
a { background-color: #546E5B; }
a { background-color: rgb(84,110,91); }
div.DivClassName
{
background-color: #546E5B;
}
.BgClassName
{
background-color: #546E5B;
}
</style>
border-color css
<style>
span { border-color: #546E5B; }
span { border-color: rgb(84,110,91); }
td.TdClassName
{
border-color: #546E5B;
}
.TagClassName
{
border-color: #546E5B;
}
</style>