#506053

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

Shades of Mineral Green #506053

Tints of Mineral Green #506053

Color information

#506053 (or 0x506053) is unknown color: approx Mineral Green. HEX triplet: 50, 60 and 53. RGB value is (80,96,83). Sum of RGB (Red+Green+Blue) = 80+96+83=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #506053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506053 is #AF9FAC. Grayscale: #595959. Windows color (decimal): -11509677 or 5464144. OLE color: 5464144.

HSL color Cylindrical-coordinate representation of color #506053: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #506053 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB809683-
CMYK0.1700.140.62
HSL131.25º9.09%34.51%-
HSV(B)131.25º16.67%37.65%-
XYZ9.0510.79.77-
YUV89.73124.2121.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=30.89%
G=37.07%
B=32.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096830.1700.140.62131.259.0934.51
Hex506053110E3E83923
Octal12014012321016762031143
Binary1010000110000010100111000101110111110100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506053; }

 p { color: rgb(80,96,83); }

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

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

 a { background-color: rgb(80,96,83); }

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

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

 span { border-color: rgb(80,96,83); }

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