Shades of Mineral Green #516D5A
Tints of Mineral Green #516D5A
RGB
CMYK
RGB Variations
Color information
#516D5A (or 0x516D5A) is known color: Mineral Green. HEX triplet: 51, 6D and 5A. RGB value is (81,109,90). Sum of RGB (Red+Green+Blue) = 81+109+90=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #516D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D5A is #AE92A5. Grayscale: #626262. Windows color (decimal): -11440806 or 5926225. OLE color: 5926225.
HSL color Cylindrical-coordinate representation of color #516D5A: hue angle of 139.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D5A is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 90 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.57 |
| HSL | 139.29º | 0.15% | 0.37% | - |
| HSV(B) | 139.29º | 0.26% | 0.43% | - |
| XYZ | 10.71 | 13.42 | 11.7 | - |
| YUV | 98.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 90 | 0.26 | 0 | 0.17 | 0.57 | 139.29 | 0.15 | 0.37 |
| Hex | 51 | 6D | 5A | 1A | 0 | 11 | 39 | 8B | F | 25 |
| Octal | 121 | 155 | 132 | 32 | 0 | 21 | 71 | 213 | 17 | 45 |
| Binary | 1010001 | 1101101 | 1011010 | 11010 | 0 | 10001 | 111001 | 10001011 | 1111 | 100101 |
Color Harmonies of #516D5A
Complementary color
Monochromatic Colors of #516D5A
Black with #516D5A
Text Example
Text Example
White with #516D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D5A; }
p { color: rgb(81,109,90); }
H1.HeaderClassName
{
color: #516D5A;
}
.AnyTagClassName
{
color: #516D5A;
}
</style>
background-color css
<style>
a { background-color: #516D5A; }
a { background-color: rgb(81,109,90); }
div.DivClassName
{
background-color: #516D5A;
}
.BgClassName
{
background-color: #516D5A;
}
</style>
border-color css
<style>
span { border-color: #516D5A; }
span { border-color: rgb(81,109,90); }
td.TdClassName
{
border-color: #516D5A;
}
.TagClassName
{
border-color: #516D5A;
}
</style>