Color Hex Logo

#516480 Color Hex

#516480
(81,100,128)
0 Favorites   0 Comments

Color spaces of #516480

RGB 81100128
HSL0.600.220.41
HSV216°37°50°
CMYK 0.370.220.00   0.50
XYZ11.846812.422222.1954
Yxy12.42220.25500.2673
Hunter Lab35.2451-1.6805-12.6659
CIE-Lab41.87940.2805-17.9136

#516480 color RGB value is (81,100,128).

#516480 hex color red value is 81, green value is 100 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #516480 hue: 0.60 , saturation: 0.22 and the lightness value of 516480 is 0.41.

The process color (four color CMYK) of #516480 color hex is 0.37, 0.22, 0.00, 0.50. Web safe color of #516480 is #666699. Color #516480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100100 10000000
Octal 121 144 200
Decimal 81 100 128
Hex 51 64 80

RGB Percentages of Color #516480

%26.21
%32.36
%41.42

CMYK Percentages of Color #516480

%37
%22
%0
%50

Triadic Colors of #516480

#516480 #805164 #648051

Analogous Colors of #516480

#516480 #565180 #517c80

Monochromatic Colors of #516480

#516480

Complementary Color

#516480 #806d51

#516480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516480 Color CSS Codes

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

#516480 Text Font Color

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

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


#516480 Background Color

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

This div background color is #516480


#516480 Border Color

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

This div border color is #516480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516480


Comments

No comments written yet.

Please login to write comment.