Color Hex Logo

#51798c Color Hex

#51798C
(81,121,140)
0 Favorites   0 Comments

Color spaces of #51798c

RGB 81121140
HSL0.550.270.43
HSV199°42°55°
CMYK 0.420.140.00   0.45
XYZ14.964317.317527.3649
Yxy17.31750.25090.2903
Hunter Lab41.6143-8.6373-9.8581
CIE-Lab48.6576-8.7098-14.7355

#51798c color RGB value is (81,121,140).

#51798c hex color red value is 81, green value is 121 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #51798c hue: 0.55 , saturation: 0.27 and the lightness value of 51798c is 0.43.

The process color (four color CMYK) of #51798c color hex is 0.42, 0.14, 0.00, 0.45. Web safe color of #51798c is #666699. Color #51798c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 10001100
Octal 121 171 214
Decimal 81 121 140
Hex 51 79 8C

RGB Percentages of Color #51798c

%23.68
%35.38
%40.94

CMYK Percentages of Color #51798c

%42
%14
%0
%45

Triadic Colors of #51798c

#51798c #8c5179 #798c51

Analogous Colors of #51798c

#51798c #515c8c #518c82

Monochromatic Colors of #51798c

#51798c

Complementary Color

#51798c #8c6451

#51798c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51798c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51798c Color CSS Codes

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

#51798c Text Font Color

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

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


#51798c Background Color

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

This div background color is #51798c


#51798c Border Color

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

This div border color is #51798c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,121,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51798c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51798c;
  -webkit-box-shadow: 1px 1px 3px 2px #51798c;
  box-shadow:         1px 1px 3px 2px #51798c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51798c


Comments

No comments written yet.

Please login to write comment.