Shades of Mineral Green #515A53
Tints of Mineral Green #515A53
RGB
CMYK
RGB Variations
Color information
#515A53 (or 0x515A53) is known color: Mineral Green. HEX triplet: 51, 5A and 53. RGB value is (81,90,83). Sum of RGB (Red+Green+Blue) = 81+90+83=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #515A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A53 is #AEA5AC. Grayscale: #565656. Windows color (decimal): -11445677 or 5462609. OLE color: 5462609.
HSL color Cylindrical-coordinate representation of color #515A53: hue angle of 133.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #515A53 is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 83 | - |
| CMYK | 0.1 | 0 | 0.08 | 0.65 |
| HSL | 133.33º | 0.05% | 0.34% | - |
| HSV(B) | 133.33º | 0.1% | 0.35% | - |
| XYZ | 8.61 | 9.69 | 9.6 | - |
| YUV | 86.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 83 | 0.1 | 0 | 0.08 | 0.65 | 133.33 | 0.05 | 0.34 |
| Hex | 51 | 5A | 53 | A | 0 | 8 | 41 | 85 | 5 | 22 |
| Octal | 121 | 132 | 123 | 12 | 0 | 10 | 101 | 205 | 5 | 42 |
| Binary | 1010001 | 1011010 | 1010011 | 1010 | 0 | 1000 | 1000001 | 10000101 | 101 | 100010 |
Color Harmonies of #515A53
Complementary color
Monochromatic Colors of #515A53
Black with #515A53
Text Example
Text Example
White with #515A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A53; }
p { color: rgb(81,90,83); }
H1.HeaderClassName
{
color: #515A53;
}
.AnyTagClassName
{
color: #515A53;
}
</style>
background-color css
<style>
a { background-color: #515A53; }
a { background-color: rgb(81,90,83); }
div.DivClassName
{
background-color: #515A53;
}
.BgClassName
{
background-color: #515A53;
}
</style>
border-color css
<style>
span { border-color: #515A53; }
span { border-color: rgb(81,90,83); }
td.TdClassName
{
border-color: #515A53;
}
.TagClassName
{
border-color: #515A53;
}
</style>