Color Hex Logo

#516daf Color Hex

#516DAF
(81,109,175)
0 Favorites   0 Comments

Color spaces of #516daf

RGB 81109175
HSL0.620.370.50
HSV222°54°69°
CMYK 0.540.380.00   0.31
XYZ16.599815.781842.7287
Yxy15.78180.22100.2101
Hunter Lab39.72635.0659-35.9625
CIE-Lab46.68699.2826-38.3446

#516daf color RGB value is (81,109,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101101 10101111
Octal 121 155 257
Decimal 81 109 175
Hex 51 6D AF

RGB Percentages of Color #516daf

%22.19
%29.86
%47.95

CMYK Percentages of Color #516daf

%54
%38
%0
%31

Triadic Colors of #516daf

#516daf #af516d #6daf51

Analogous Colors of #516daf

#516daf #6451af #519caf

Monochromatic Colors of #516daf

#516daf

Complementary Color

#516daf #af9351

#516daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#516daf Color CSS Codes

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

#516daf Text Font Color

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

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


#516daf Background Color

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

This div background color is #516daf


#516daf Border Color

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

This div border color is #516daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516daf


Comments

No comments written yet.

Please login to write comment.