#516957

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

Shades of Mineral Green #516957

Tints of Mineral Green #516957

Color information

#516957 (or 0x516957) is unknown color: approx Mineral Green. HEX triplet: 51, 69 and 57. RGB value is (81,105,87). Sum of RGB (Red+Green+Blue) = 81+105+87=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #516957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516957 is #AE96A8. Grayscale: #5F5F5F. Windows color (decimal): -11441833 or 5728593. OLE color: 5728593.

HSL color Cylindrical-coordinate representation of color #516957: hue angle of 135º 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 #516957 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB8110587-
CMYK0.2300.170.59
HSL135º12.9%36.47%-
HSV(B)135º22.86%41.18%-
XYZ10.1712.5410.9-
YUV95.77123.05117.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=29.67%
G=38.46%
B=31.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105870.2300.170.5913512.936.47
Hex516957170113B87d24
Octal12115112727021732071544
Binary10100011101001101011110111010001111011100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516957; }

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

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

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

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

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

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

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

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