Html Css Color HEX #516056 Mineral Green

📋 copy color: '#516056'

red 81 ◦ green 96 ◦ blue 86

#516056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #516056

Tints of Mineral Green #516056

RGB

 RED value IS 81 (32.03% from 255) = 30.8%

 GREEN value IS 96 (37.89% from 255) = 36.5%

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 30.8%
G = 36.5%
B = 32.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#516056 (or 0x516056) is known color: 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

RGB 81 96 86 -
CMYK 0.16 0 0.10 0.62
HSL 140º 0.08% 0.35% -
HSV(B) 140º 0.16% 0.38% -
XYZ 9.26 10.79 10.4 -
YUV 90.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 81 96 86 0.16 0 0.10 0.62 140 0.08 0.35
Hex 51 60 56 10 0 A 3E 8C 8 23
Octal 121 140 126 20 0 12 76 214 10 43
Binary 1010001 1100000 1010110 10000 0 1010 111110 10001100 1000 100011

Color Harmonies of #516056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516056

Black with #516056

Text Example


Text Example

White with #516056

Text Example


Text Example

HTML Codes & Css Web 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>