Color Hex Logo

#516c6d Color Hex

#516C6D
(81,108,109)
0 Favorites   0 Comments

Color spaces of #516c6d

RGB 81108109
HSL0.510.150.37
HSV182°26°43°
CMYK 0.260.010.00   0.57
XYZ11.516213.578616.4820
Yxy13.57860.27700.3266
Hunter Lab36.8492-8.7007-0.7250
CIE-Lab43.6224-9.5777-3.7919

#516c6d color RGB value is (81,108,109).

#516c6d hex color red value is 81, green value is 108 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #516c6d hue: 0.51 , saturation: 0.15 and the lightness value of 516c6d is 0.37.

The process color (four color CMYK) of #516c6d color hex is 0.26, 0.01, 0.00, 0.57. Web safe color of #516c6d is #666666. Color #516c6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101100 01101101
Octal 121 154 155
Decimal 81 108 109
Hex 51 6C 6D

RGB Percentages of Color #516c6d

%27.18
%36.24
%36.58

CMYK Percentages of Color #516c6d

%26
%1
%0
%57

Triadic Colors of #516c6d

#516c6d #6d516c #6c6d51

Analogous Colors of #516c6d

#516c6d #515e6d #516d60

Monochromatic Colors of #516c6d

#516c6d

Complementary Color

#516c6d #6d5251

#516c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#516c6d Color CSS Codes

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

#516c6d Text Font Color

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

This sample text font color is #516c6d
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.


#516c6d Background Color

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

This div background color is #516c6d


#516c6d Border Color

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

This div border color is #516c6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,108,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #516c6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #516c6d;
  -webkit-box-shadow: 1px 1px 3px 2px #516c6d;
  box-shadow:         1px 1px 3px 2px #516c6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516c6d


Comments

No comments written yet.

Please login to write comment.