#506957

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

Shades of Mineral Green #506957

Tints of Mineral Green #506957

Color information

#506957 (or 0x506957) is unknown color: approx Mineral Green. HEX triplet: 50, 69 and 57. RGB value is (80,105,87). Sum of RGB (Red+Green+Blue) = 80+105+87=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #506957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506957 is #AF96A8. Grayscale: #5F5F5F. Windows color (decimal): -11507369 or 5728592. OLE color: 5728592.

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

Color convert

RGB8010587-
CMYK0.2400.170.59
HSL136.8º13.51%36.27%-
HSV(B)136.8º23.81%41.18%-
XYZ10.0812.510.9-
YUV95.47123.22116.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=29.41%
G=38.60%
B=31.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105870.2400.170.59136.813.5136.27
Hex506957180113B89e24
Octal12015112730021732111644
Binary10100001101001101011111000010001111011100010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506957; }

 p { color: rgb(80,105,87); }

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

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

 a { background-color: rgb(80,105,87); }

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

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

 span { border-color: rgb(80,105,87); }

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