Color Hex Logo

#516774 Color Hex

#516774
(81,103,116)
0 Favorites   0 Comments

Color spaces of #516774

RGB 81103116
HSL0.560.180.39
HSV202°30°45°
CMYK 0.300.110.00   0.55
XYZ11.396012.710818.3758
Yxy12.71080.26830.2992
Hunter Lab35.6522-5.3350-5.6026
CIE-Lab42.3242-4.8458-9.9655

#516774 color RGB value is (81,103,116).

#516774 hex color red value is 81, green value is 103 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #516774 hue: 0.56 , saturation: 0.18 and the lightness value of 516774 is 0.39.

The process color (four color CMYK) of #516774 color hex is 0.30, 0.11, 0.00, 0.55. Web safe color of #516774 is #666666. Color #516774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100111 01110100
Octal 121 147 164
Decimal 81 103 116
Hex 51 67 74

RGB Percentages of Color #516774

%27.00
%34.33
%38.67

CMYK Percentages of Color #516774

%30
%11
%0
%55

Triadic Colors of #516774

#516774 #745167 #677451

Analogous Colors of #516774

#516774 #515674 #517470

Monochromatic Colors of #516774

#516774

Complementary Color

#516774 #745e51

#516774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516774 Color CSS Codes

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

#516774 Text Font Color

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

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


#516774 Background Color

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

This div background color is #516774


#516774 Border Color

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

This div border color is #516774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516774

#516774 Color Palettes


Comments

No comments written yet.

Please login to write comment.