Shades of Mineral Green #516A57
Tints of Mineral Green #516A57
RGB
CMYK
RGB Variations
Color information
#516A57 (or 0x516A57) is known color: Mineral Green. HEX triplet: 51, 6A and 57. RGB value is (81,106,87). Sum of RGB (Red+Green+Blue) = 81+106+87=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #516A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A57 is #AE95A8. Grayscale: #606060. Windows color (decimal): -11441577 or 5728849. OLE color: 5728849.
HSL color Cylindrical-coordinate representation of color #516A57: hue angle of 134.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516A57 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 106 | 87 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.58 |
| HSL | 134.4º | 0.13% | 0.37% | - |
| HSV(B) | 134.4º | 0.24% | 0.42% | - |
| XYZ | 10.27 | 12.75 | 10.94 | - |
| YUV | 96.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 87 | 0.24 | 0 | 0.18 | 0.58 | 134.4 | 0.13 | 0.37 |
| Hex | 51 | 6A | 57 | 18 | 0 | 12 | 3A | 86 | D | 25 |
| Octal | 121 | 152 | 127 | 30 | 0 | 22 | 72 | 206 | 15 | 45 |
| Binary | 1010001 | 1101010 | 1010111 | 11000 | 0 | 10010 | 111010 | 10000110 | 1101 | 100101 |
Color Harmonies of #516A57
Complementary color
Monochromatic Colors of #516A57
Black with #516A57
Text Example
Text Example
White with #516A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A57; }
p { color: rgb(81,106,87); }
H1.HeaderClassName
{
color: #516A57;
}
.AnyTagClassName
{
color: #516A57;
}
</style>
background-color css
<style>
a { background-color: #516A57; }
a { background-color: rgb(81,106,87); }
div.DivClassName
{
background-color: #516A57;
}
.BgClassName
{
background-color: #516A57;
}
</style>
border-color css
<style>
span { border-color: #516A57; }
span { border-color: rgb(81,106,87); }
td.TdClassName
{
border-color: #516A57;
}
.TagClassName
{
border-color: #516A57;
}
</style>