Color Hex Logo

#51739e Color Hex

#51739E
(81,115,158)
0 Favorites   0 Comments

Color spaces of #51739e

RGB 81115158
HSL0.590.320.47
HSV214°49°62°
CMYK 0.490.270.00   0.38
XYZ15.695616.479434.7013
Yxy16.47940.23470.2464
Hunter Lab40.5948-2.0256-22.2659
CIE-Lab47.59730.1890-26.9625

#51739e color RGB value is (81,115,158).

#51739e hex color red value is 81, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #51739e hue: 0.59 , saturation: 0.32 and the lightness value of 51739e is 0.47.

The process color (four color CMYK) of #51739e color hex is 0.49, 0.27, 0.00, 0.38. Web safe color of #51739e is #666699. Color #51739e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110011 10011110
Octal 121 163 236
Decimal 81 115 158
Hex 51 73 9E

RGB Percentages of Color #51739e

%22.88
%32.49
%44.63

CMYK Percentages of Color #51739e

%49
%27
%0
%38

Triadic Colors of #51739e

#51739e #9e5173 #739e51

Analogous Colors of #51739e

#51739e #56519e #519a9e

Monochromatic Colors of #51739e

#51739e

Complementary Color

#51739e #9e7c51

#51739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51739e Color CSS Codes

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

#51739e Text Font Color

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

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


#51739e Background Color

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

This div background color is #51739e


#51739e Border Color

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

This div border color is #51739e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,115,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51739e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51739e;
  -webkit-box-shadow: 1px 1px 3px 2px #51739e;
  box-shadow:         1px 1px 3px 2px #51739e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51739e


Comments

No comments written yet.

Please login to write comment.