#506858

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

Shades of Mineral Green #506858

Tints of Mineral Green #506858

Color information

#506858 (or 0x506858) is unknown color: approx Mineral Green. HEX triplet: 50, 68 and 58. RGB value is (80,104,88). Sum of RGB (Red+Green+Blue) = 80+104+88=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #506858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506858 is #AF97A7. Grayscale: #5F5F5F. Windows color (decimal): -11507624 or 5793872. OLE color: 5793872.

HSL color Cylindrical-coordinate representation of color #506858: hue angle of 140º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506858 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB8010488-
CMYK0.2300.150.59
HSL140º13.04%36.08%-
HSV(B)140º23.08%40.78%-
XYZ10.0212.3111.08-
YUV95124.05117.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=29.41%
G=38.24%
B=32.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104880.2300.150.5914013.0436.08
Hex506858170F3B8cd24
Octal12015013027017732141544
Binary1010000110100010110001011101111111011100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506858; }

 p { color: rgb(80,104,88); }

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

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

 a { background-color: rgb(80,104,88); }

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

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

 span { border-color: rgb(80,104,88); }

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