Color Hex Logo

#51769d Color Hex

#51769D
(81,118,157)
0 Favorites   0 Comments

Color spaces of #51769d

RGB 81118157
HSL0.590.320.47
HSV211°48°62°
CMYK 0.480.250.00   0.38
XYZ15.957617.140534.3657
Yxy17.14050.23650.2541
Hunter Lab41.4011-3.6510-20.2339
CIE-Lab48.4366-1.9108-25.0736

#51769d color RGB value is (81,118,157).

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

The process color (four color CMYK) of #51769d color hex is 0.48, 0.25, 0.00, 0.38. Web safe color of #51769d is #666699. Color #51769d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110110 10011101
Octal 121 166 235
Decimal 81 118 157
Hex 51 76 9D

RGB Percentages of Color #51769d

%22.75
%33.15
%44.10

CMYK Percentages of Color #51769d

%48
%25
%0
%38

Triadic Colors of #51769d

#51769d #9d5176 #769d51

Analogous Colors of #51769d

#51769d #52519d #519c9d

Monochromatic Colors of #51769d

#51769d

Complementary Color

#51769d #9d7851

#51769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51769d Color CSS Codes

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

#51769d Text Font Color

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

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


#51769d Background Color

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

This div background color is #51769d


#51769d Border Color

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

This div border color is #51769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51769d


Comments

No comments written yet.

Please login to write comment.