Color Hex Logo

#516860 Color Hex

#516860
(81,104,96)
0 Favorites   0 Comments

Color spaces of #516860

RGB 8110496
HSL0.440.120.36
HSV159°22°41°
CMYK 0.220.000.08   0.59
XYZ10.455012.494512.9270
Yxy12.49450.29140.3483
Hunter Lab35.3476-9.06203.0603
CIE-Lab41.9915-10.39361.6878

#516860 color RGB value is (81,104,96).

#516860 hex color red value is 81, green value is 104 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #516860 hue: 0.44 , saturation: 0.12 and the lightness value of 516860 is 0.36.

The process color (four color CMYK) of #516860 color hex is 0.22, 0.00, 0.08, 0.59. Web safe color of #516860 is #666666. Color #516860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101000 01100000
Octal 121 150 140
Decimal 81 104 96
Hex 51 68 60

RGB Percentages of Color #516860

%28.83
%37.01
%34.16

CMYK Percentages of Color #516860

%22
%0
%8
%59

Triadic Colors of #516860

#516860 #605168 #686051

Analogous Colors of #516860

#516860 #516568 #516855

Monochromatic Colors of #516860

#516860

Complementary Color

#516860 #685159

#516860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516860 Color CSS Codes

.mybgcolor {background-color:#516860; } 
.myforecolor {color:#516860; }
.mybordercolor {border:3px solid #516860; }

#516860 Text Font Color

<p style="color:#516860">Text here</p>

This sample text font color is #516860
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#516860 Background Color

<div style="background-color:#516860">
Div content here</div>

This div background color is #516860


#516860 Border Color

<div style="border:3px solid #516860">
Div here</div>

This div border color is #516860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,104,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #516860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #516860;
  -webkit-box-shadow: 1px 1px 3px 2px #516860;
  box-shadow:         1px 1px 3px 2px #516860; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,104,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #516860">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #516860;
  -webkit-box-shadow: 1px 1px 3px 2px #516860;
  box-shadow:         1px 1px 3px 2px #516860;">
Div content here</div>

This div box has shadow with color #516860


Comments

No comments written yet.

Please login to write comment.