Shades of Mineral Green #515D53
Tints of Mineral Green #515D53
RGB
CMYK
RGB Variations
Color information
#515D53 (or 0x515D53) is known color: Mineral Green. HEX triplet: 51, 5D and 53. RGB value is (81,93,83). Sum of RGB (Red+Green+Blue) = 81+93+83=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #515D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D53 is #AEA2AC. Grayscale: #585858. Windows color (decimal): -11444909 or 5463377. OLE color: 5463377.
HSL color Cylindrical-coordinate representation of color #515D53: hue angle of 130º 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 #515D53 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 83 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.64 |
| HSL | 130º | 0.07% | 0.34% | - |
| HSV(B) | 130º | 0.13% | 0.36% | - |
| XYZ | 8.87 | 10.2 | 9.69 | - |
| YUV | 88.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 83 | 0.13 | 0 | 0.11 | 0.64 | 130 | 0.07 | 0.34 |
| Hex | 51 | 5D | 53 | D | 0 | B | 40 | 82 | 7 | 22 |
| Octal | 121 | 135 | 123 | 15 | 0 | 13 | 100 | 202 | 7 | 42 |
| Binary | 1010001 | 1011101 | 1010011 | 1101 | 0 | 1011 | 1000000 | 10000010 | 111 | 100010 |
Color Harmonies of #515D53
Complementary color
Monochromatic Colors of #515D53
Black with #515D53
Text Example
Text Example
White with #515D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D53; }
p { color: rgb(81,93,83); }
H1.HeaderClassName
{
color: #515D53;
}
.AnyTagClassName
{
color: #515D53;
}
</style>
background-color css
<style>
a { background-color: #515D53; }
a { background-color: rgb(81,93,83); }
div.DivClassName
{
background-color: #515D53;
}
.BgClassName
{
background-color: #515D53;
}
</style>
border-color css
<style>
span { border-color: #515D53; }
span { border-color: rgb(81,93,83); }
td.TdClassName
{
border-color: #515D53;
}
.TagClassName
{
border-color: #515D53;
}
</style>