Html Css Color HEX #516153 Mineral Green

📋 copy color: '#516153'

red 81 ◦ green 97 ◦ blue 83

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

Shades of Mineral Green #516153

Tints of Mineral Green #516153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 31.03%
G = 37.16%
B = 31.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#516153 (or 0x516153) is known color: Mineral Green. HEX triplet: 51, 61 and 53. RGB value is (81,97,83). Sum of RGB (Red+Green+Blue) = 81+97+83=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #516153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516153 is #AE9EAC. Grayscale: #5A5A5A. Windows color (decimal): -11443885 or 5464401. OLE color: 5464401.

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

Color convert

RGB 81 97 83 -
CMYK 0.16 0 0.14 0.62
HSL 127.5º 0.09% 0.35% -
HSV(B) 127.5º 0.16% 0.38% -
XYZ 9.23 10.92 9.81 -
YUV 90.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 81 97 83 0.16 0 0.14 0.62 127.5 0.09 0.35
Hex 51 61 53 10 0 E 3E 80 9 23
Octal 121 141 123 20 0 16 76 200 11 43
Binary 1010001 1100001 1010011 10000 0 1110 111110 10000000 1001 100011

Color Harmonies of #516153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516153

Black with #516153

Text Example


Text Example

White with #516153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516153; }

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

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

background-color css

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

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

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

border-color css

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

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

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