Html Css Color HEX #516156 Mineral Green

📋 copy color: '#516156'

red 81 ◦ green 97 ◦ blue 86

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

Shades of Mineral Green #516156

Tints of Mineral Green #516156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 30.68%
G = 36.74%
B = 32.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#516156 (or 0x516156) is known color: Mineral Green. HEX triplet: 51, 61 and 56. RGB value is (81,97,86). Sum of RGB (Red+Green+Blue) = 81+97+86=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #516156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516156 is #AE9EA9. Grayscale: #5A5A5A. Windows color (decimal): -11443882 or 5661009. OLE color: 5661009.

HSL color Cylindrical-coordinate representation of color #516156: hue angle of 138.75º degrees, saturation: 0.09, 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 #516156 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 86 -
CMYK 0.16 0 0.11 0.62
HSL 138.75º 0.09% 0.35% -
HSV(B) 138.75º 0.16% 0.38% -
XYZ 9.35 10.97 10.43 -
YUV 90.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 81 97 86 0.16 0 0.11 0.62 138.75 0.09 0.35
Hex 51 61 56 10 0 B 3E 8B 9 23
Octal 121 141 126 20 0 13 76 213 11 43
Binary 1010001 1100001 1010110 10000 0 1011 111110 10001011 1001 100011

Color Harmonies of #516156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516156

Black with #516156

Text Example


Text Example

White with #516156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516156; }

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

 H1.HeaderClassName
 {
   color: #516156;
 }
 .AnyTagClassName
 {
   color: #516156;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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