Color Hex Logo

#516abc Color Hex

#516ABC
(81,106,188)
0 Favorites   0 Comments

Color spaces of #516abc

RGB 81106188
HSL0.630.440.53
HSV226°57°74°
CMYK 0.570.440.00   0.26
XYZ17.624515.688249.6762
Yxy15.68820.21240.1890
Hunter Lab39.608310.1125-46.6348
CIE-Lab46.562715.4542-46.0997

#516abc color RGB value is (81,106,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 10111100
Octal 121 152 274
Decimal 81 106 188
Hex 51 6A BC

RGB Percentages of Color #516abc

%21.60
%28.27
%50.13

CMYK Percentages of Color #516abc

%57
%44
%0
%26

Triadic Colors of #516abc

#516abc #bc516a #6abc51

Analogous Colors of #516abc

#516abc #6e51bc #51a0bc

Monochromatic Colors of #516abc

#516abc

Complementary Color

#516abc #bca351

#516abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#516abc Color CSS Codes

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

#516abc Text Font Color

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

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


#516abc Background Color

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

This div background color is #516abc


#516abc Border Color

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

This div border color is #516abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516abc


Comments

No comments written yet.

Please login to write comment.