Color Hex Logo

#516aba Color Hex

#516ABA
(81,106,186)
0 Favorites   0 Comments

Color spaces of #516aba

RGB 81106186
HSL0.630.430.52
HSV226°56°73°
CMYK 0.560.430.00   0.27
XYZ17.410315.602648.5483
Yxy15.60260.21350.1913
Hunter Lab39.50019.5515-45.2213
CIE-Lab46.448714.7858-45.1220

#516aba color RGB value is (81,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 10111010
Octal 121 152 272
Decimal 81 106 186
Hex 51 6A BA

RGB Percentages of Color #516aba

%21.72
%28.42
%49.87

CMYK Percentages of Color #516aba

%56
%43
%0
%27

Triadic Colors of #516aba

#516aba #ba516a #6aba51

Analogous Colors of #516aba

#516aba #6d51ba #519fba

Monochromatic Colors of #516aba

#516aba

Complementary Color

#516aba #baa151

#516aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#516aba Color CSS Codes

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

#516aba Text Font Color

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

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


#516aba Background Color

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

This div background color is #516aba


#516aba Border Color

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

This div border color is #516aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516aba


Comments

No comments written yet.

Please login to write comment.