Shades of Mineral Green #506953
Tints of Mineral Green #506953
RGB
CMYK
RGB Variations
Color information
#506953 (or 0x506953) is known color: Mineral Green. HEX triplet: 50, 69 and 53. RGB value is (80,105,83). Sum of RGB (Red+Green+Blue) = 80+105+83=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #506953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506953 is #AF96AC. Grayscale: #5F5F5F. Windows color (decimal): -11507373 or 5466448. OLE color: 5466448.
HSL color Cylindrical-coordinate representation of color #506953: hue angle of 127.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506953 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 83 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.59 |
| HSL | 127.2º | 0.14% | 0.36% | - |
| HSV(B) | 127.2º | 0.24% | 0.41% | - |
| XYZ | 9.92 | 12.43 | 10.06 | - |
| YUV | 95.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 83 | 0.24 | 0 | 0.21 | 0.59 | 127.2 | 0.14 | 0.36 |
| Hex | 50 | 69 | 53 | 18 | 0 | 15 | 3B | 7F | E | 24 |
| Octal | 120 | 151 | 123 | 30 | 0 | 25 | 73 | 177 | 16 | 44 |
| Binary | 1010000 | 1101001 | 1010011 | 11000 | 0 | 10101 | 111011 | 1111111 | 1110 | 100100 |
Color Harmonies of #506953
Complementary color
Monochromatic Colors of #506953
Black with #506953
Text Example
Text Example
White with #506953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506953; }
p { color: rgb(80,105,83); }
H1.HeaderClassName
{
color: #506953;
}
.AnyTagClassName
{
color: #506953;
}
</style>
background-color css
<style>
a { background-color: #506953; }
a { background-color: rgb(80,105,83); }
div.DivClassName
{
background-color: #506953;
}
.BgClassName
{
background-color: #506953;
}
</style>
border-color css
<style>
span { border-color: #506953; }
span { border-color: rgb(80,105,83); }
td.TdClassName
{
border-color: #506953;
}
.TagClassName
{
border-color: #506953;
}
</style>