#516056

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

Shades of Mineral Green #516056

Tints of Mineral Green #516056

Color information

#516056 (or 0x516056) is unknown color: approx Mineral Green. HEX triplet: 51, 60 and 56. RGB value is (81,96,86). Sum of RGB (Red+Green+Blue) = 81+96+86=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #516056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516056 is #AE9FA9. Grayscale: #5A5A5A. Windows color (decimal): -11444138 or 5660753. OLE color: 5660753.

HSL color Cylindrical-coordinate representation of color #516056: hue angle of 140º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #516056 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB819686-
CMYK0.1600.100.62
HSL140º8.47%34.71%-
HSV(B)140º15.62%37.65%-
XYZ9.2610.7910.4-
YUV90.38125.53121.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=30.80%
G=36.50%
B=32.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196860.1600.100.621408.4734.71
Hex516056100A3E8c823
Octal12114012620012762141043
Binary1010001110000010101101000001010111110100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516056; }

 p { color: rgb(81,96,86); }

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

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

 a { background-color: rgb(81,96,86); }

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

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

 span { border-color: rgb(81,96,86); }

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