Color Hex Logo

#51939f Color Hex

#51939F
(81,147,159)
0 Favorites   0 Comments

Color spaces of #51939f

RGB 81147159
HSL0.530.330.47
HSV189°49°62°
CMYK 0.490.080.00   0.38
XYZ20.085125.120036.5909
Yxy25.12000.24560.3071
Hunter Lab50.1199-16.1774-8.2018
CIE-Lab57.1922-17.6671-12.8556

#51939f color RGB value is (81,147,159).

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

The process color (four color CMYK) of #51939f color hex is 0.49, 0.08, 0.00, 0.38. Web safe color of #51939f is #669999. Color #51939f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010011 10011111
Octal 121 223 237
Decimal 81 147 159
Hex 51 93 9F

RGB Percentages of Color #51939f

%20.93
%37.98
%41.09

CMYK Percentages of Color #51939f

%49
%8
%0
%38

Triadic Colors of #51939f

#51939f #9f5193 #939f51

Analogous Colors of #51939f

#51939f #516c9f #519f84

Monochromatic Colors of #51939f

#51939f

Complementary Color

#51939f #9f5d51

#51939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51939f Color CSS Codes

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

#51939f Text Font Color

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

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


#51939f Background Color

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

This div background color is #51939f


#51939f Border Color

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

This div border color is #51939f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,147,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 #51939f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51939f


Comments

No comments written yet.

Please login to write comment.