Color Hex Logo

#516a93 Color Hex

#516A93
(81,106,147)
0 Favorites   0 Comments

Color spaces of #516a93

RGB 81106147
HSL0.600.290.45
HSV217°45°58°
CMYK 0.450.280.00   0.42
XYZ13.813814.164029.6096
Yxy14.16400.23990.2460
Hunter Lab37.6351-0.3437-20.3021
CIE-Lab44.46722.2479-25.3211

#516a93 color RGB value is (81,106,147).

#516a93 hex color red value is 81, green value is 106 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #516a93 hue: 0.60 , saturation: 0.29 and the lightness value of 516a93 is 0.45.

The process color (four color CMYK) of #516a93 color hex is 0.45, 0.28, 0.00, 0.42. Web safe color of #516a93 is #666699. Color #516a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 10010011
Octal 121 152 223
Decimal 81 106 147
Hex 51 6A 93

RGB Percentages of Color #516a93

%24.25
%31.74
%44.01

CMYK Percentages of Color #516a93

%45
%28
%0
%42

Triadic Colors of #516a93

#516a93 #93516a #6a9351

Analogous Colors of #516a93

#516a93 #595193 #518b93

Monochromatic Colors of #516a93

#516a93

Complementary Color

#516a93 #937a51

#516a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516a93 Color CSS Codes

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

#516a93 Text Font Color

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

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


#516a93 Background Color

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

This div background color is #516a93


#516a93 Border Color

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

This div border color is #516a93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516a93


Comments

No comments written yet.

Please login to write comment.