Color Hex Logo

#51799c Color Hex

#51799C
(81,121,156)
0 Favorites   0 Comments

Color spaces of #51799c

RGB 81121156
HSL0.580.320.46
HSV208°48°61°
CMYK 0.480.220.00   0.39
XYZ16.231517.824434.0374
Yxy17.82440.23840.2618
Hunter Lab42.2190-5.2571-18.2470
CIE-Lab49.2824-3.9875-23.1802

#51799c color RGB value is (81,121,156).

#51799c hex color red value is 81, green value is 121 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #51799c hue: 0.58 , saturation: 0.32 and the lightness value of 51799c is 0.46.

The process color (four color CMYK) of #51799c color hex is 0.48, 0.22, 0.00, 0.39. Web safe color of #51799c is #666699. Color #51799c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 10011100
Octal 121 171 234
Decimal 81 121 156
Hex 51 79 9C

RGB Percentages of Color #51799c

%22.63
%33.80
%43.58

CMYK Percentages of Color #51799c

%48
%22
%0
%39

Triadic Colors of #51799c

#51799c #9c5179 #799c51

Analogous Colors of #51799c

#51799c #51549c #519c9a

Monochromatic Colors of #51799c

#51799c

Complementary Color

#51799c #9c7451

#51799c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51799c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51799c Color CSS Codes

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

#51799c Text Font Color

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

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


#51799c Background Color

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

This div background color is #51799c


#51799c Border Color

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

This div border color is #51799c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51799c


Comments

No comments written yet.

Please login to write comment.