Color Hex Logo

#516fbc Color Hex

#516FBC
(81,111,188)
0 Favorites   0 Comments

Color spaces of #516fbc

RGB 81111188
HSL0.620.440.53
HSV223°57°74°
CMYK 0.570.410.00   0.26
XYZ18.154916.749049.8530
Yxy16.74900.21420.1976
Hunter Lab40.92557.5643-43.5756
CIE-Lab47.942212.3402-43.9037

#516fbc color RGB value is (81,111,188).

#516fbc hex color red value is 81, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #516fbc hue: 0.62 , saturation: 0.44 and the lightness value of 516fbc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101111 10111100
Octal 121 157 274
Decimal 81 111 188
Hex 51 6F BC

RGB Percentages of Color #516fbc

%21.32
%29.21
%49.47

CMYK Percentages of Color #516fbc

%57
%41
%0
%26

Triadic Colors of #516fbc

#516fbc #bc516f #6fbc51

Analogous Colors of #516fbc

#516fbc #6951bc #51a5bc

Monochromatic Colors of #516fbc

#516fbc

Complementary Color

#516fbc #bc9e51

#516fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#516fbc Color CSS Codes

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

#516fbc Text Font Color

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

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


#516fbc Background Color

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

This div background color is #516fbc


#516fbc Border Color

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

This div border color is #516fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516fbc


Comments

No comments written yet.

Please login to write comment.