Shades of Mineral Green #506657
Tints of Mineral Green #506657
RGB
CMYK
RGB Variations
Color information
#506657 (or 0x506657) is known color: Mineral Green. HEX triplet: 50, 66 and 57. RGB value is (80,102,87). Sum of RGB (Red+Green+Blue) = 80+102+87=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #506657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506657 is #AF99A8. Grayscale: #5D5D5D. Windows color (decimal): -11508137 or 5727824. OLE color: 5727824.
HSL color Cylindrical-coordinate representation of color #506657: hue angle of 139.09º degrees, saturation: 0.12, 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 #506657 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 87 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.6 |
| HSL | 139.09º | 0.12% | 0.36% | - |
| HSV(B) | 139.09º | 0.22% | 0.4% | - |
| XYZ | 9.78 | 11.9 | 10.8 | - |
| YUV | 93.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 87 | 0.22 | 0 | 0.15 | 0.6 | 139.09 | 0.12 | 0.36 |
| Hex | 50 | 66 | 57 | 16 | 0 | F | 3C | 8B | C | 24 |
| Octal | 120 | 146 | 127 | 26 | 0 | 17 | 74 | 213 | 14 | 44 |
| Binary | 1010000 | 1100110 | 1010111 | 10110 | 0 | 1111 | 111100 | 10001011 | 1100 | 100100 |
Color Harmonies of #506657
Complementary color
Monochromatic Colors of #506657
Black with #506657
Text Example
Text Example
White with #506657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506657; }
p { color: rgb(80,102,87); }
H1.HeaderClassName
{
color: #506657;
}
.AnyTagClassName
{
color: #506657;
}
</style>
background-color css
<style>
a { background-color: #506657; }
a { background-color: rgb(80,102,87); }
div.DivClassName
{
background-color: #506657;
}
.BgClassName
{
background-color: #506657;
}
</style>
border-color css
<style>
span { border-color: #506657; }
span { border-color: rgb(80,102,87); }
td.TdClassName
{
border-color: #506657;
}
.TagClassName
{
border-color: #506657;
}
</style>