Color Hex Logo

#51779e Color Hex

#51779E
(81,119,158)
0 Favorites   0 Comments

Color spaces of #51779e

RGB 81119158
HSL0.580.320.47
HSV210°49°62°
CMYK 0.490.250.00   0.38
XYZ16.161717.411634.8567
Yxy17.41160.23620.2544
Hunter Lab41.7272-3.8864-20.3187
CIE-Lab48.7745-2.1964-25.1364

#51779e color RGB value is (81,119,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110111 10011110
Octal 121 167 236
Decimal 81 119 158
Hex 51 77 9E

RGB Percentages of Color #51779e

%22.63
%33.24
%44.13

CMYK Percentages of Color #51779e

%49
%25
%0
%38

Triadic Colors of #51779e

#51779e #9e5177 #779e51

Analogous Colors of #51779e

#51779e #52519e #519e9e

Monochromatic Colors of #51779e

#51779e

Complementary Color

#51779e #9e7851

#51779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51779e Color CSS Codes

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

#51779e Text Font Color

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

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


#51779e Background Color

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

This div background color is #51779e


#51779e Border Color

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

This div border color is #51779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51779e


Comments

No comments written yet.

Please login to write comment.