Color Hex Logo

#516897 Color Hex

#516897
(81,104,151)
0 Favorites   0 Comments

Color spaces of #516897

RGB 81104151
HSL0.610.300.45
HSV220°46°59°
CMYK 0.460.310.00   0.41
XYZ13.929613.884331.2239
Yxy13.88430.23590.2352
Hunter Lab37.26161.5212-23.5997
CIE-Lab44.06654.7075-28.3251

#516897 color RGB value is (81,104,151).

#516897 hex color red value is 81, green value is 104 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #516897 hue: 0.61 , saturation: 0.30 and the lightness value of 516897 is 0.45.

The process color (four color CMYK) of #516897 color hex is 0.46, 0.31, 0.00, 0.41. Web safe color of #516897 is #666699. Color #516897 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101000 10010111
Octal 121 150 227
Decimal 81 104 151
Hex 51 68 97

RGB Percentages of Color #516897

%24.11
%30.95
%44.94

CMYK Percentages of Color #516897

%46
%31
%0
%41

Triadic Colors of #516897

#516897 #975168 #689751

Analogous Colors of #516897

#516897 #5d5197 #518b97

Monochromatic Colors of #516897

#516897

Complementary Color

#516897 #978051

#516897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516897 Color CSS Codes

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

#516897 Text Font Color

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

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


#516897 Background Color

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

This div background color is #516897


#516897 Border Color

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

This div border color is #516897


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,104,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #516897; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #516897;
  -webkit-box-shadow: 1px 1px 3px 2px #516897;
  box-shadow:         1px 1px 3px 2px #516897; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516897


Comments

No comments written yet.

Please login to write comment.