#505F52

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

Shades of Mineral Green #505F52

Tints of Mineral Green #505F52

Color information

#505F52 (or 0x505F52) is unknown color: approx Mineral Green. HEX triplet: 50, 5F and 52. RGB value is (80,95,82). Sum of RGB (Red+Green+Blue) = 80+95+82=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #505F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F52 is #AFA0AD. Grayscale: #595959. Windows color (decimal): -11509934 or 5398352. OLE color: 5398352.

HSL color Cylindrical-coordinate representation of color #505F52: hue angle of 128º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505F52 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB809582-
CMYK0.1600.140.63
HSL128º8.57%34.31%-
HSV(B)128º15.79%37.25%-
XYZ8.9210.59.54-
YUV89.03124.03121.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=31.13%
G=36.96%
B=31.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095820.1600.140.631288.5734.31
Hex505F52100E3F80922
Octal12013712220016772001142
Binary1010000101111110100101000001110111111100000001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F52; }

 p { color: rgb(80,95,82); }

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

<style>
 a { background-color: #505F52; }

 a { background-color: rgb(80,95,82); }

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

<style>
 span { border-color: #505F52; }

 span { border-color: rgb(80,95,82); }

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