Color Hex Logo

#51669f Color Hex

#51669F
(81,102,159)
0 Favorites   0 Comments

Color spaces of #51669f

RGB 81102159
HSL0.620.330.47
HSV224°49°62°
CMYK 0.490.360.00   0.38
XYZ14.402713.755334.6968
Yxy13.75530.22910.2188
Hunter Lab37.08814.4139-29.5055
CIE-Lab43.87998.4631-33.3658

#51669f color RGB value is (81,102,159).

#51669f hex color red value is 81, green value is 102 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #51669f hue: 0.62 , saturation: 0.33 and the lightness value of 51669f is 0.47.

The process color (four color CMYK) of #51669f color hex is 0.49, 0.36, 0.00, 0.38. Web safe color of #51669f is #666699. Color #51669f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100110 10011111
Octal 121 146 237
Decimal 81 102 159
Hex 51 66 9F

RGB Percentages of Color #51669f

%23.68
%29.82
%46.49

CMYK Percentages of Color #51669f

%49
%36
%0
%38

Triadic Colors of #51669f

#51669f #9f5166 #669f51

Analogous Colors of #51669f

#51669f #63519f #518d9f

Monochromatic Colors of #51669f

#51669f

Complementary Color

#51669f #9f8a51

#51669f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51669f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51669f Color CSS Codes

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

#51669f Text Font Color

<p style="color:#51669f">Text here</p>

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


#51669f Background Color

<div style="background-color:#51669f">
Div content here</div>

This div background color is #51669f


#51669f Border Color

<div style="border:3px solid #51669f">
Div here</div>

This div border color is #51669f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,102,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51669f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51669f;
  -webkit-box-shadow: 1px 1px 3px 2px #51669f;
  box-shadow:         1px 1px 3px 2px #51669f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51669f


Comments

No comments written yet.

Please login to write comment.