Color Hex Logo

#516dad Color Hex

#516DAD
(81,109,173)
0 Favorites   0 Comments

Color spaces of #516dad

RGB 81109173
HSL0.620.360.50
HSV222°53°68°
CMYK 0.530.370.00   0.32
XYZ16.404815.703741.7017
Yxy15.70370.22230.2128
Hunter Lab39.62794.5450-34.6532
CIE-Lab46.58338.6304-37.3405

#516dad color RGB value is (81,109,173).

#516dad hex color red value is 81, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #516dad hue: 0.62 , saturation: 0.36 and the lightness value of 516dad is 0.50.

The process color (four color CMYK) of #516dad color hex is 0.53, 0.37, 0.00, 0.32. Web safe color of #516dad is #666699. Color #516dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 10101101
Octal 121 155 255
Decimal 81 109 173
Hex 51 6D AD

RGB Percentages of Color #516dad

%22.31
%30.03
%47.66

CMYK Percentages of Color #516dad

%53
%37
%0
%32

Triadic Colors of #516dad

#516dad #ad516d #6dad51

Analogous Colors of #516dad

#516dad #6351ad #519bad

Monochromatic Colors of #516dad

#516dad

Complementary Color

#516dad #ad9151

#516dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#516dad Color CSS Codes

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

#516dad Text Font Color

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

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


#516dad Background Color

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

This div background color is #516dad


#516dad Border Color

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

This div border color is #516dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516dad


Comments

No comments written yet.

Please login to write comment.