Html Css Color HEX #516955 Mineral Green

📋 copy color: '#516955'

red 81 ◦ green 105 ◦ blue 85

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

Shades of Mineral Green #516955

Tints of Mineral Green #516955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 29.89%
G = 38.75%
B = 31.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#516955 (or 0x516955) is known color: Mineral Green. HEX triplet: 51, 69 and 55. RGB value is (81,105,85). Sum of RGB (Red+Green+Blue) = 81+105+85=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #516955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516955 is #AE96AA. Grayscale: #5F5F5F. Windows color (decimal): -11441835 or 5597521. OLE color: 5597521.

HSL color Cylindrical-coordinate representation of color #516955: hue angle of 130º 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 #516955 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 85 -
CMYK 0.23 0 0.19 0.59
HSL 130º 0.13% 0.36% -
HSV(B) 130º 0.23% 0.41% -
XYZ 10.08 12.51 10.48 -
YUV 95.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 81 105 85 0.23 0 0.19 0.59 130 0.13 0.36
Hex 51 69 55 17 0 13 3B 82 D 24
Octal 121 151 125 27 0 23 73 202 15 44
Binary 1010001 1101001 1010101 10111 0 10011 111011 10000010 1101 100100

Color Harmonies of #516955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516955

Black with #516955

Text Example


Text Example

White with #516955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516955; }

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

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

background-color css

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

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

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

border-color css

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

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

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