Color Hex Logo

#516475 Color Hex

#516475
(81,100,117)
0 Favorites   0 Comments

Color spaces of #516475

RGB 81100117
HSL0.580.180.39
HSV208°31°46°
CMYK 0.310.150.00   0.54
XYZ11.161412.148018.5862
Yxy12.14800.26640.2900
Hunter Lab34.8540-3.8329-7.2191
CIE-Lab41.4504-2.7828-11.8924

#516475 color RGB value is (81,100,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100100 01110101
Octal 121 144 165
Decimal 81 100 117
Hex 51 64 75

RGB Percentages of Color #516475

%27.18
%33.56
%39.26

CMYK Percentages of Color #516475

%31
%15
%0
%54

Triadic Colors of #516475

#516475 #755164 #647551

Analogous Colors of #516475

#516475 #515275 #517574

Monochromatic Colors of #516475

#516475

Complementary Color

#516475 #756251

#516475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516475 Color CSS Codes

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

#516475 Text Font Color

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

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


#516475 Background Color

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

This div background color is #516475


#516475 Border Color

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

This div border color is #516475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516475


Comments

No comments written yet.

Please login to write comment.