Color Hex Logo

#516fac Color Hex

#516FAC
(81,111,172)
0 Favorites   0 Comments

Color spaces of #516fac

RGB 81111172
HSL0.610.360.50
HSV220°53°67°
CMYK 0.530.350.00   0.33
XYZ16.524216.096841.2658
Yxy16.09680.22360.2179
Hunter Lab40.12083.3058-32.8975
CIE-Lab47.10127.0718-35.9397

#516fac color RGB value is (81,111,172).

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

The process color (four color CMYK) of #516fac color hex is 0.53, 0.35, 0.00, 0.33. Web safe color of #516fac is #666699. Color #516fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101111 10101100
Octal 121 157 254
Decimal 81 111 172
Hex 51 6F AC

RGB Percentages of Color #516fac

%22.25
%30.49
%47.25

CMYK Percentages of Color #516fac

%53
%35
%0
%33

Triadic Colors of #516fac

#516fac #ac516f #6fac51

Analogous Colors of #516fac

#516fac #6051ac #519dac

Monochromatic Colors of #516fac

#516fac

Complementary Color

#516fac #ac8e51

#516fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#516fac Color CSS Codes

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

#516fac Text Font Color

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

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


#516fac Background Color

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

This div background color is #516fac


#516fac Border Color

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

This div border color is #516fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516fac


Comments

No comments written yet.

Please login to write comment.