Shades of Mineral Green #516A5B
Tints of Mineral Green #516A5B
RGB
CMYK
RGB Variations
Color information
#516A5B (or 0x516A5B) is known color: Mineral Green. HEX triplet: 51, 6A and 5B. RGB value is (81,106,91). Sum of RGB (Red+Green+Blue) = 81+106+91=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #516A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A5B is #AE95A4. Grayscale: #606060. Windows color (decimal): -11441573 or 5990993. OLE color: 5990993.
HSL color Cylindrical-coordinate representation of color #516A5B: hue angle of 144º 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 #516A5B is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 106 | 91 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.58 |
| HSL | 144º | 0.13% | 0.37% | - |
| HSV(B) | 144º | 0.24% | 0.42% | - |
| XYZ | 10.44 | 12.81 | 11.82 | - |
| YUV | 96.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 91 | 0.24 | 0 | 0.14 | 0.58 | 144 | 0.13 | 0.37 |
| Hex | 51 | 6A | 5B | 18 | 0 | E | 3A | 90 | D | 25 |
| Octal | 121 | 152 | 133 | 30 | 0 | 16 | 72 | 220 | 15 | 45 |
| Binary | 1010001 | 1101010 | 1011011 | 11000 | 0 | 1110 | 111010 | 10010000 | 1101 | 100101 |
Color Harmonies of #516A5B
Complementary color
Monochromatic Colors of #516A5B
Black with #516A5B
Text Example
Text Example
White with #516A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A5B; }
p { color: rgb(81,106,91); }
H1.HeaderClassName
{
color: #516A5B;
}
.AnyTagClassName
{
color: #516A5B;
}
</style>
background-color css
<style>
a { background-color: #516A5B; }
a { background-color: rgb(81,106,91); }
div.DivClassName
{
background-color: #516A5B;
}
.BgClassName
{
background-color: #516A5B;
}
</style>
border-color css
<style>
span { border-color: #516A5B; }
span { border-color: rgb(81,106,91); }
td.TdClassName
{
border-color: #516A5B;
}
.TagClassName
{
border-color: #516A5B;
}
</style>