Color Hex Logo

#516476 Color Hex

#516476
(81,100,118)
0 Favorites   0 Comments

Color spaces of #516476

RGB 81100118
HSL0.580.190.39
HSV209°31°46°
CMYK 0.310.150.00   0.54
XYZ11.220512.171718.8975
Yxy12.17170.26530.2878
Hunter Lab34.8880-3.6456-7.6936
CIE-Lab41.4877-2.5124-12.4440

#516476 color RGB value is (81,100,118).

#516476 hex color red value is 81, green value is 100 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #516476 hue: 0.58 , saturation: 0.19 and the lightness value of 516476 is 0.39.

The process color (four color CMYK) of #516476 color hex is 0.31, 0.15, 0.00, 0.54. Web safe color of #516476 is #666666. Color #516476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100100 01110110
Octal 121 144 166
Decimal 81 100 118
Hex 51 64 76

RGB Percentages of Color #516476

%27.09
%33.44
%39.46

CMYK Percentages of Color #516476

%31
%15
%0
%54

Triadic Colors of #516476

#516476 #765164 #647651

Analogous Colors of #516476

#516476 #515276 #517676

Monochromatic Colors of #516476

#516476

Complementary Color

#516476 #766351

#516476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516476 Color CSS Codes

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

#516476 Text Font Color

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

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


#516476 Background Color

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

This div background color is #516476


#516476 Border Color

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

This div border color is #516476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516476


Comments

No comments written yet.

Please login to write comment.