Color Hex Logo

#516181 Color Hex

#516181
(81,97,129)
0 Favorites   0 Comments

Color spaces of #516181

RGB 8197129
HSL0.610.230.41
HSV220°37°51°
CMYK 0.370.250.00   0.49
XYZ11.630511.883722.4497
Yxy11.88370.25300.2585
Hunter Lab34.4727-0.1045-14.4805
CIE-Lab41.03072.4095-19.8248

#516181 color RGB value is (81,97,129).

#516181 hex color red value is 81, green value is 97 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #516181 hue: 0.61 , saturation: 0.23 and the lightness value of 516181 is 0.41.

The process color (four color CMYK) of #516181 color hex is 0.37, 0.25, 0.00, 0.49. Web safe color of #516181 is #666699. Color #516181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100001 10000001
Octal 121 141 201
Decimal 81 97 129
Hex 51 61 81

RGB Percentages of Color #516181

%26.38
%31.60
%42.02

CMYK Percentages of Color #516181

%37
%25
%0
%49

Triadic Colors of #516181

#516181 #815161 #618151

Analogous Colors of #516181

#516181 #595181 #517981

Monochromatic Colors of #516181

#516181

Complementary Color

#516181 #817151

#516181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516181 Color CSS Codes

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

#516181 Text Font Color

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

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


#516181 Background Color

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

This div background color is #516181


#516181 Border Color

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

This div border color is #516181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516181


Comments

No comments written yet.

Please login to write comment.