#506C58

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

Shades of Mineral Green #506C58

Tints of Mineral Green #506C58

Color information

#506C58 (or 0x506C58) is unknown color: approx Mineral Green. HEX triplet: 50, 6C and 58. RGB value is (80,108,88). Sum of RGB (Red+Green+Blue) = 80+108+88=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #506C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C58 is #AF93A7. Grayscale: #616161. Windows color (decimal): -11506600 or 5794896. OLE color: 5794896.

HSL color Cylindrical-coordinate representation of color #506C58: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506C58 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB8010888-
CMYK0.2600.190.58
HSL137.14º14.89%36.86%-
HSV(B)137.14º25.93%42.35%-
XYZ10.4313.1411.22-
YUV97.35122.72115.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=28.99%
G=39.13%
B=31.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108880.2600.190.58137.1414.8936.86
Hex506C581A0133A89f25
Octal12015413032023722111745
Binary10100001101100101100011010010011111010100010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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