Shades of Mineral Green #516B58
Tints of Mineral Green #516B58
RGB
CMYK
RGB Variations
Color information
#516B58 (or 0x516B58) is known color: Mineral Green. HEX triplet: 51, 6B and 58. RGB value is (81,107,88). Sum of RGB (Red+Green+Blue) = 81+107+88=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #516B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B58 is #AE94A7. Grayscale: #616161. Windows color (decimal): -11441320 or 5794641. OLE color: 5794641.
HSL color Cylindrical-coordinate representation of color #516B58: hue angle of 136.15º degrees, saturation: 0.14, 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 #516B58 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 107 | 88 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.58 |
| HSL | 136.15º | 0.14% | 0.37% | - |
| HSV(B) | 136.15º | 0.24% | 0.42% | - |
| XYZ | 10.41 | 12.97 | 11.19 | - |
| YUV | 97.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 88 | 0.24 | 0 | 0.18 | 0.58 | 136.15 | 0.14 | 0.37 |
| Hex | 51 | 6B | 58 | 18 | 0 | 12 | 3A | 88 | E | 25 |
| Octal | 121 | 153 | 130 | 30 | 0 | 22 | 72 | 210 | 16 | 45 |
| Binary | 1010001 | 1101011 | 1011000 | 11000 | 0 | 10010 | 111010 | 10001000 | 1110 | 100101 |
Color Harmonies of #516B58
Complementary color
Monochromatic Colors of #516B58
Black with #516B58
Text Example
Text Example
White with #516B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B58; }
p { color: rgb(81,107,88); }
H1.HeaderClassName
{
color: #516B58;
}
.AnyTagClassName
{
color: #516B58;
}
</style>
background-color css
<style>
a { background-color: #516B58; }
a { background-color: rgb(81,107,88); }
div.DivClassName
{
background-color: #516B58;
}
.BgClassName
{
background-color: #516B58;
}
</style>
border-color css
<style>
span { border-color: #516B58; }
span { border-color: rgb(81,107,88); }
td.TdClassName
{
border-color: #516B58;
}
.TagClassName
{
border-color: #516B58;
}
</style>