Color Hex Logo

#51738f Color Hex

#51738F
(81,115,143)
1 Favorites   0 Comments

Color spaces of #51738f

RGB 81115143
HSL0.580.280.44
HSV207°43°56°
CMYK 0.430.200.00   0.44
XYZ14.482015.994028.3105
Yxy15.99400.24630.2721
Hunter Lab39.9925-5.3488-13.9764
CIE-Lab46.9666-4.3532-19.0883

#51738f color RGB value is (81,115,143).

#51738f hex color red value is 81, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #51738f hue: 0.58 , saturation: 0.28 and the lightness value of 51738f is 0.44.

The process color (four color CMYK) of #51738f color hex is 0.43, 0.20, 0.00, 0.44. Web safe color of #51738f is #666699. Color #51738f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110011 10001111
Octal 121 163 217
Decimal 81 115 143
Hex 51 73 8F

RGB Percentages of Color #51738f

%23.89
%33.92
%42.18

CMYK Percentages of Color #51738f

%43
%20
%0
%44

Triadic Colors of #51738f

#51738f #8f5173 #738f51

Analogous Colors of #51738f

#51738f #51548f #518f8c

Monochromatic Colors of #51738f

#51738f

Complementary Color

#51738f #8f6d51

#51738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51738f Color CSS Codes

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

#51738f Text Font Color

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

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


#51738f Background Color

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

This div background color is #51738f


#51738f Border Color

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

This div border color is #51738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51738f


Comments

No comments written yet.

Please login to write comment.