Color Hex Logo

#516baf Color Hex

#516BAF
(81,107,175)
0 Favorites   0 Comments

Color spaces of #516baf

RGB 81107175
HSL0.620.370.50
HSV223°54°69°
CMYK 0.540.390.00   0.31
XYZ16.388915.359942.6584
Yxy15.35990.22030.2064
Hunter Lab39.19176.0583-37.1003
CIE-Lab46.123210.5235-39.2361

#516baf color RGB value is (81,107,175).

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

The process color (four color CMYK) of #516baf color hex is 0.54, 0.39, 0.00, 0.31. Web safe color of #516baf is #666699. Color #516baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101011 10101111
Octal 121 153 257
Decimal 81 107 175
Hex 51 6B AF

RGB Percentages of Color #516baf

%22.31
%29.48
%48.21

CMYK Percentages of Color #516baf

%54
%39
%0
%31

Triadic Colors of #516baf

#516baf #af516b #6baf51

Analogous Colors of #516baf

#516baf #6651af #519aaf

Monochromatic Colors of #516baf

#516baf

Complementary Color

#516baf #af9551

#516baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#516baf Color CSS Codes

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

#516baf Text Font Color

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

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


#516baf Background Color

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

This div background color is #516baf


#516baf Border Color

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

This div border color is #516baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516baf


Comments

No comments written yet.

Please login to write comment.