Color Hex Logo

#516689 Color Hex

#516689
(81,102,137)
0 Favorites   0 Comments

Color spaces of #516689

RGB 81102137
HSL0.600.260.43
HSV218°41°54°
CMYK 0.410.260.00   0.46
XYZ12.660113.058225.5201
Yxy13.05820.24710.2549
Hunter Lab36.1361-0.7017-16.5766
CIE-Lab42.85081.6830-21.8447

#516689 color RGB value is (81,102,137).

#516689 hex color red value is 81, green value is 102 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #516689 hue: 0.60 , saturation: 0.26 and the lightness value of 516689 is 0.43.

The process color (four color CMYK) of #516689 color hex is 0.41, 0.26, 0.00, 0.46. Web safe color of #516689 is #666699. Color #516689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100110 10001001
Octal 121 146 211
Decimal 81 102 137
Hex 51 66 89

RGB Percentages of Color #516689

%25.31
%31.88
%42.81

CMYK Percentages of Color #516689

%41
%26
%0
%46

Triadic Colors of #516689

#516689 #895166 #668951

Analogous Colors of #516689

#516689 #585189 #518289

Monochromatic Colors of #516689

#516689

Complementary Color

#516689 #897451

#516689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#516689 Color CSS Codes

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

#516689 Text Font Color

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

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


#516689 Background Color

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

This div background color is #516689


#516689 Border Color

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

This div border color is #516689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516689


Comments

No comments written yet.

Please login to write comment.