Shades of Mineral Green #515D54
Tints of Mineral Green #515D54
RGB
CMYK
RGB Variations
Color information
#515D54 (or 0x515D54) is known color: Mineral Green. HEX triplet: 51, 5D and 54. RGB value is (81,93,84). Sum of RGB (Red+Green+Blue) = 81+93+84=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 93 - color contains mainly: green. Hex color #515D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D54 is #AEA2AB. Grayscale: #585858. Windows color (decimal): -11444908 or 5528913. OLE color: 5528913.
HSL color Cylindrical-coordinate representation of color #515D54: hue angle of 135º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #515D54 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 84 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.64 |
| HSL | 135º | 0.07% | 0.34% | - |
| HSV(B) | 135º | 0.13% | 0.36% | - |
| XYZ | 8.91 | 10.22 | 9.89 | - |
| YUV | 88.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 84 | 0.13 | 0 | 0.10 | 0.64 | 135 | 0.07 | 0.34 |
| Hex | 51 | 5D | 54 | D | 0 | A | 40 | 87 | 7 | 22 |
| Octal | 121 | 135 | 124 | 15 | 0 | 12 | 100 | 207 | 7 | 42 |
| Binary | 1010001 | 1011101 | 1010100 | 1101 | 0 | 1010 | 1000000 | 10000111 | 111 | 100010 |
Color Harmonies of #515D54
Complementary color
Monochromatic Colors of #515D54
Black with #515D54
Text Example
Text Example
White with #515D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D54; }
p { color: rgb(81,93,84); }
H1.HeaderClassName
{
color: #515D54;
}
.AnyTagClassName
{
color: #515D54;
}
</style>
background-color css
<style>
a { background-color: #515D54; }
a { background-color: rgb(81,93,84); }
div.DivClassName
{
background-color: #515D54;
}
.BgClassName
{
background-color: #515D54;
}
</style>
border-color css
<style>
span { border-color: #515D54; }
span { border-color: rgb(81,93,84); }
td.TdClassName
{
border-color: #515D54;
}
.TagClassName
{
border-color: #515D54;
}
</style>