Color Hex Logo

#51778d Color Hex

#51778D
(81,119,141)
0 Favorites   0 Comments

Color spaces of #51778d

RGB 81119141
HSL0.560.270.44
HSV202°43°55°
CMYK 0.430.160.00   0.45
XYZ14.797916.866127.6748
Yxy16.86610.24940.2842
Hunter Lab41.0684-7.5519-11.2060
CIE-Lab48.0909-7.2714-16.1873

#51778d color RGB value is (81,119,141).

#51778d hex color red value is 81, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #51778d hue: 0.56 , saturation: 0.27 and the lightness value of 51778d is 0.44.

The process color (four color CMYK) of #51778d color hex is 0.43, 0.16, 0.00, 0.45. Web safe color of #51778d is #666699. Color #51778d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110111 10001101
Octal 121 167 215
Decimal 81 119 141
Hex 51 77 8D

RGB Percentages of Color #51778d

%23.75
%34.90
%41.35

CMYK Percentages of Color #51778d

%43
%16
%0
%45

Triadic Colors of #51778d

#51778d #8d5177 #778d51

Analogous Colors of #51778d

#51778d #51598d #518d85

Monochromatic Colors of #51778d

#51778d

Complementary Color

#51778d #8d6751

#51778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51778d Color CSS Codes

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

#51778d Text Font Color

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

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


#51778d Background Color

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

This div background color is #51778d


#51778d Border Color

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

This div border color is #51778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51778d


Comments

No comments written yet.

Please login to write comment.