#506D55

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

Shades of Mineral Green #506D55

Tints of Mineral Green #506D55

Color information

#506D55 (or 0x506D55) is unknown color: approx Mineral Green. HEX triplet: 50, 6D and 55. RGB value is (80,109,85). Sum of RGB (Red+Green+Blue) = 80+109+85=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #506D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D55 is #AF92AA. Grayscale: #616161. Windows color (decimal): -11506347 or 5598544. OLE color: 5598544.

HSL color Cylindrical-coordinate representation of color #506D55: hue angle of 130.34º 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 #506D55 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB8010985-
CMYK0.2700.220.57
HSL130.34º15.34%37.06%-
HSV(B)130.34º26.61%42.75%-
XYZ10.4213.310.61-
YUV97.59120.89115.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=29.20%
G=39.78%
B=31.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109850.2700.220.57130.3415.3437.06
Hex506D551B0163982f25
Octal12015512533026712021745
Binary10100001101101101010111011010110111001100000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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