#506D59

Color #506D59 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #506D59

Tints of Mineral Green #506D59

Color information

#506D59 (or 0x506D59) is unknown color: approx Mineral Green. HEX triplet: 50, 6D and 59. RGB value is (80,109,89). Sum of RGB (Red+Green+Blue) = 80+109+89=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #506D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D59 is #AF92A6. Grayscale: #626262. Windows color (decimal): -11506343 or 5860688. OLE color: 5860688.

HSL color Cylindrical-coordinate representation of color #506D59: hue angle of 138.62º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D59 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB8010989-
CMYK0.2700.180.57
HSL138.62º15.34%37.06%-
HSV(B)138.62º26.61%42.75%-
XYZ10.5813.3611.47-
YUV98.05122.89115.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=28.78%
G=39.21%
B=32.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109890.2700.180.57138.6215.3437.06
Hex506D591B012398bf25
Octal12015513133022712131745
Binary10100001101101101100111011010010111001100010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D59; }

 p { color: rgb(80,109,89); }

 H1.HeaderClassName
 {
   color: #506D59;
 }
 .AnyTagClassName
 {
   color: #506D59;
 }
</style>
background-color css

<style>
 a { background-color: #506D59; }

 a { background-color: rgb(80,109,89); }

 div.DivClassName
 {
   background-color: #506D59;
 }
 .BgClassName
 {
   background-color: #506D59;
 }
</style>
border-color css

<style>
 span { border-color: #506D59; }

 span { border-color: rgb(80,109,89); }

 td.TdClassName
 {
   border-color: #506D59;
 }
 .TagClassName
 {
   border-color: #506D59;
 }
</style>