Shades of Mineral Green #506753
Tints of Mineral Green #506753
RGB
CMYK
RGB Variations
Color information
#506753 (or 0x506753) is known color: Mineral Green. HEX triplet: 50, 67 and 53. RGB value is (80,103,83). Sum of RGB (Red+Green+Blue) = 80+103+83=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #506753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506753 is #AF98AC. Grayscale: #5D5D5D. Windows color (decimal): -11507885 or 5465936. OLE color: 5465936.
HSL color Cylindrical-coordinate representation of color #506753: hue angle of 127.83º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506753 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 83 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.60 |
| HSL | 127.83º | 0.13% | 0.36% | - |
| HSV(B) | 127.83º | 0.22% | 0.4% | - |
| XYZ | 9.72 | 12.03 | 9.99 | - |
| YUV | 93.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 83 | 0.22 | 0 | 0.19 | 0.60 | 127.83 | 0.13 | 0.36 |
| Hex | 50 | 67 | 53 | 16 | 0 | 13 | 3C | 80 | D | 24 |
| Octal | 120 | 147 | 123 | 26 | 0 | 23 | 74 | 200 | 15 | 44 |
| Binary | 1010000 | 1100111 | 1010011 | 10110 | 0 | 10011 | 111100 | 10000000 | 1101 | 100100 |
Color Harmonies of #506753
Complementary color
Monochromatic Colors of #506753
Black with #506753
Text Example
Text Example
White with #506753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506753; }
p { color: rgb(80,103,83); }
H1.HeaderClassName
{
color: #506753;
}
.AnyTagClassName
{
color: #506753;
}
</style>
background-color css
<style>
a { background-color: #506753; }
a { background-color: rgb(80,103,83); }
div.DivClassName
{
background-color: #506753;
}
.BgClassName
{
background-color: #506753;
}
</style>
border-color css
<style>
span { border-color: #506753; }
span { border-color: rgb(80,103,83); }
td.TdClassName
{
border-color: #506753;
}
.TagClassName
{
border-color: #506753;
}
</style>