Color Hex Logo

#516ead Color Hex

#516EAD
(81,110,173)
0 Favorites   0 Comments

Color spaces of #516ead

RGB 81110173
HSL0.610.360.50
HSV221°53°68°
CMYK 0.530.360.00   0.32
XYZ16.512115.918341.7374
Yxy15.91830.22260.2146
Hunter Lab39.89774.0530-34.0954
CIE-Lab46.86718.0128-36.8926

#516ead color RGB value is (81,110,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 10101101
Octal 121 156 255
Decimal 81 110 173
Hex 51 6E AD

RGB Percentages of Color #516ead

%22.25
%30.22
%47.53

CMYK Percentages of Color #516ead

%53
%36
%0
%32

Triadic Colors of #516ead

#516ead #ad516e #6ead51

Analogous Colors of #516ead

#516ead #6251ad #519cad

Monochromatic Colors of #516ead

#516ead

Complementary Color

#516ead #ad9051

#516ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#516ead Color CSS Codes

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

#516ead Text Font Color

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

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


#516ead Background Color

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

This div background color is #516ead


#516ead Border Color

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

This div border color is #516ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,110,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 #516ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516ead


Comments

No comments written yet.

Please login to write comment.