Color Hex Logo

#516abb Color Hex

#516ABB
(81,106,187)
0 Favorites   0 Comments

Color spaces of #516abb

RGB 81106187
HSL0.630.440.53
HSV226°57°73°
CMYK 0.570.430.00   0.27
XYZ17.517015.645349.1103
Yxy15.64530.21290.1902
Hunter Lab39.55419.8310-45.9264
CIE-Lab46.505715.1194-45.6112

#516abb color RGB value is (81,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 10111011
Octal 121 152 273
Decimal 81 106 187
Hex 51 6A BB

RGB Percentages of Color #516abb

%21.66
%28.34
%50.00

CMYK Percentages of Color #516abb

%57
%43
%0
%27

Triadic Colors of #516abb

#516abb #bb516a #6abb51

Analogous Colors of #516abb

#516abb #6d51bb #519fbb

Monochromatic Colors of #516abb

#516abb

Complementary Color

#516abb #bba251

#516abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#516abb Color CSS Codes

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

#516abb Text Font Color

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

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


#516abb Background Color

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

This div background color is #516abb


#516abb Border Color

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

This div border color is #516abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516abb


Comments

No comments written yet.

Please login to write comment.