Html Css Color HEX #516959 Mineral Green

📋 copy color: '#516959'

red 81 ◦ green 105 ◦ blue 89

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

Shades of Mineral Green #516959

Tints of Mineral Green #516959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

 BLUE value IS 89 (35.16% from 255) = 32.36%

R = 29.45%
G = 38.18%
B = 32.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#516959 (or 0x516959) is known color: Mineral Green. HEX triplet: 51, 69 and 59. RGB value is (81,105,89). Sum of RGB (Red+Green+Blue) = 81+105+89=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #516959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516959 is #AE96A6. Grayscale: #606060. Windows color (decimal): -11441831 or 5859665. OLE color: 5859665.

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

Color convert

RGB 81 105 89 -
CMYK 0.23 0 0.15 0.59
HSL 140º 0.13% 0.36% -
HSV(B) 140º 0.23% 0.41% -
XYZ 10.25 12.57 11.34 -
YUV 96 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 81 105 89 0.23 0 0.15 0.59 140 0.13 0.36
Hex 51 69 59 17 0 F 3B 8C D 24
Octal 121 151 131 27 0 17 73 214 15 44
Binary 1010001 1101001 1011001 10111 0 1111 111011 10001100 1101 100100

Color Harmonies of #516959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516959

Black with #516959

Text Example


Text Example

White with #516959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516959; }

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

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

background-color css

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

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

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

border-color css

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

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

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