Color Hex Logo

#516680 Color Hex

#516680
(81,102,128)
0 Favorites   0 Comments

Color spaces of #516680

RGB 81102128
HSL0.590.220.41
HSV213°37°50°
CMYK 0.370.200.00   0.50
XYZ12.041012.810622.2601
Yxy12.81060.25560.2719
Hunter Lab35.7919-2.5854-11.8200
CIE-Lab42.4765-0.9356-16.9985

#516680 color RGB value is (81,102,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100110 10000000
Octal 121 146 200
Decimal 81 102 128
Hex 51 66 80

RGB Percentages of Color #516680

%26.05
%32.80
%41.16

CMYK Percentages of Color #516680

%37
%20
%0
%50

Triadic Colors of #516680

#516680 #805166 #668051

Analogous Colors of #516680

#516680 #545180 #517e80

Monochromatic Colors of #516680

#516680

Complementary Color

#516680 #806b51

#516680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516680 Color CSS Codes

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

#516680 Text Font Color

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

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


#516680 Background Color

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

This div background color is #516680


#516680 Border Color

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

This div border color is #516680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516680


Comments

No comments written yet.

Please login to write comment.