Color Hex Logo

#516ab5 Color Hex

#516AB5
(81,106,181)
0 Favorites   0 Comments

Color spaces of #516ab5

RGB 81106181
HSL0.630.400.51
HSV225°55°71°
CMYK 0.550.410.00   0.29
XYZ16.887915.393645.7972
Yxy15.39360.21630.1972
Hunter Lab39.23478.1716-41.7428
CIE-Lab46.168613.1241-42.6625

#516ab5 color RGB value is (81,106,181).

#516ab5 hex color red value is 81, green value is 106 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #516ab5 hue: 0.63 , saturation: 0.40 and the lightness value of 516ab5 is 0.51.

The process color (four color CMYK) of #516ab5 color hex is 0.55, 0.41, 0.00, 0.29. Web safe color of #516ab5 is #6666cc. Color #516ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 10110101
Octal 121 152 265
Decimal 81 106 181
Hex 51 6A B5

RGB Percentages of Color #516ab5

%22.01
%28.80
%49.18

CMYK Percentages of Color #516ab5

%55
%41
%0
%29

Triadic Colors of #516ab5

#516ab5 #b5516a #6ab551

Analogous Colors of #516ab5

#516ab5 #6a51b5 #519cb5

Monochromatic Colors of #516ab5

#516ab5

Complementary Color

#516ab5 #b59c51

#516ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516ab5 Color CSS Codes

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

#516ab5 Text Font Color

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

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


#516ab5 Background Color

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

This div background color is #516ab5


#516ab5 Border Color

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

This div border color is #516ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516ab5


Comments

No comments written yet.

Please login to write comment.