Color Hex Logo

#516576 Color Hex

#516576
(81,101,118)
0 Favorites   0 Comments

Color spaces of #516576

RGB 81101118
HSL0.580.190.39
HSV208°31°46°
CMYK 0.310.140.00   0.54
XYZ11.317012.364718.9297
Yxy12.36470.26560.2902
Hunter Lab35.1635-4.0877-7.3034
CIE-Lab41.7900-3.1141-11.9862

#516576 color RGB value is (81,101,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100101 01110110
Octal 121 145 166
Decimal 81 101 118
Hex 51 65 76

RGB Percentages of Color #516576

%27.00
%33.67
%39.33

CMYK Percentages of Color #516576

%31
%14
%0
%54

Triadic Colors of #516576

#516576 #765165 #657651

Analogous Colors of #516576

#516576 #515376 #517675

Monochromatic Colors of #516576

#516576

Complementary Color

#516576 #766251

#516576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516576 Color CSS Codes

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

#516576 Text Font Color

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

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


#516576 Background Color

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

This div background color is #516576


#516576 Border Color

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

This div border color is #516576


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,101,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 #516576">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516576


Comments

No comments written yet.

Please login to write comment.