Html Css Color HEX #516A56 Mineral Green

📋 copy color: '#516A56'

red 81 ◦ green 106 ◦ blue 86

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

Shades of Mineral Green #516A56

Tints of Mineral Green #516A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.83%

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

R = 29.67%
G = 38.83%
B = 31.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#516A56 (or 0x516A56) is known color: Mineral Green. HEX triplet: 51, 6A and 56. RGB value is (81,106,86). Sum of RGB (Red+Green+Blue) = 81+106+86=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #516A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A56 is #AE95A9. Grayscale: #606060. Windows color (decimal): -11441578 or 5663313. OLE color: 5663313.

HSL color Cylindrical-coordinate representation of color #516A56: hue angle of 132º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516A56 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 106 86 -
CMYK 0.24 0 0.19 0.58
HSL 132º 0.13% 0.37% -
HSV(B) 132º 0.24% 0.42% -
XYZ 10.23 12.73 10.72 -
YUV 96.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 81 106 86 0.24 0 0.19 0.58 132 0.13 0.37
Hex 51 6A 56 18 0 13 3A 84 D 25
Octal 121 152 126 30 0 23 72 204 15 45
Binary 1010001 1101010 1010110 11000 0 10011 111010 10000100 1101 100101

Color Harmonies of #516A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A56

Black with #516A56

Text Example


Text Example

White with #516A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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