Color Hex Logo

#51868e Color Hex

#51868E
(81,134,142)
0 Favorites   0 Comments

Color spaces of #51868e

RGB 81134142
HSL0.520.270.44
HSV188°43°56°
CMYK 0.430.060.00   0.44
XYZ16.800920.752528.7113
Yxy20.75250.25350.3132
Hunter Lab45.5549-13.8893-5.4795
CIE-Lab52.6776-15.4151-9.8415

#51868e color RGB value is (81,134,142).

#51868e hex color red value is 81, green value is 134 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #51868e hue: 0.52 , saturation: 0.27 and the lightness value of 51868e is 0.44.

The process color (four color CMYK) of #51868e color hex is 0.43, 0.06, 0.00, 0.44. Web safe color of #51868e is #669999. Color #51868e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000110 10001110
Octal 121 206 216
Decimal 81 134 142
Hex 51 86 8E

RGB Percentages of Color #51868e

%22.69
%37.54
%39.78

CMYK Percentages of Color #51868e

%43
%6
%0
%44

Triadic Colors of #51868e

#51868e #8e5186 #868e51

Analogous Colors of #51868e

#51868e #51688e #518e78

Monochromatic Colors of #51868e

#51868e

Complementary Color

#51868e #8e5951

#51868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51868e Color CSS Codes

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

#51868e Text Font Color

<p style="color:#51868e">Text here</p>

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


#51868e Background Color

<div style="background-color:#51868e">
Div content here</div>

This div background color is #51868e


#51868e Border Color

<div style="border:3px solid #51868e">
Div here</div>

This div border color is #51868e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,134,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51868e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51868e;
  -webkit-box-shadow: 1px 1px 3px 2px #51868e;
  box-shadow:         1px 1px 3px 2px #51868e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51868e


Comments

No comments written yet.

Please login to write comment.