#505A52

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

Shades of Mineral Green #505A52

Tints of Mineral Green #505A52

Color information

#505A52 (or 0x505A52) is unknown color: approx Mineral Green. HEX triplet: 50, 5A and 52. RGB value is (80,90,82). Sum of RGB (Red+Green+Blue) = 80+90+82=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #505A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A52 is #AFA5AD. Grayscale: #565656. Windows color (decimal): -11511214 or 5397072. OLE color: 5397072.

HSL color Cylindrical-coordinate representation of color #505A52: hue angle of 132º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505A52 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB809082-
CMYK0.1100.090.65
HSL132º5.88%33.33%-
HSV(B)132º11.11%35.29%-
XYZ8.499.639.39-
YUV86.1125.69123.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=31.75%
G=35.71%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090820.1100.090.651325.8833.33
Hex505A52B094184621
Octal12013212213011101204641
Binary101000010110101010010101101001100000110000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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