#516859

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

Shades of Mineral Green #516859

Tints of Mineral Green #516859

Color information

#516859 (or 0x516859) is unknown color: approx Mineral Green. HEX triplet: 51, 68 and 59. RGB value is (81,104,89). Sum of RGB (Red+Green+Blue) = 81+104+89=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #516859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516859 is #AE97A6. Grayscale: #5F5F5F. Windows color (decimal): -11442087 or 5859409. OLE color: 5859409.

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

Color convert

RGB8110489-
CMYK0.2200.140.59
HSL140.87º12.43%36.27%-
HSV(B)140.87º22.12%40.78%-
XYZ10.1512.3711.3-
YUV95.41124.38117.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=29.56%
G=37.96%
B=32.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104890.2200.140.59140.8712.4336.27
Hex516859160E3B8dc24
Octal12115013126016732151444
Binary1010001110100010110011011001110111011100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516859; }

 p { color: rgb(81,104,89); }

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

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

 a { background-color: rgb(81,104,89); }

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

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

 span { border-color: rgb(81,104,89); }

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