#506C59

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

Shades of Mineral Green #506C59

Tints of Mineral Green #506C59

Color information

#506C59 (or 0x506C59) is unknown color: approx Mineral Green. HEX triplet: 50, 6C and 59. RGB value is (80,108,89). Sum of RGB (Red+Green+Blue) = 80+108+89=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #506C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C59 is #AF93A6. Grayscale: #616161. Windows color (decimal): -11506599 or 5860432. OLE color: 5860432.

HSL color Cylindrical-coordinate representation of color #506C59: hue angle of 139.29º 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 #506C59 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB8010889-
CMYK0.2600.180.58
HSL139.29º14.89%36.86%-
HSV(B)139.29º25.93%42.35%-
XYZ10.4713.1511.44-
YUV97.46123.22115.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=28.88%
G=38.99%
B=32.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108890.2600.180.58139.2914.8936.86
Hex506C591A0123A8bf25
Octal12015413132022722131745
Binary10100001101100101100111010010010111010100010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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