Color Hex Logo

#51516e Color Hex

#51516E
(81,81,110)
0 Favorites   0 Comments

Color spaces of #51516e

RGB 8181110
HSL0.670.150.37
HSV240°26°43°
CMYK 0.260.260.00   0.57
XYZ9.15028.760015.9604
Yxy8.76000.27020.2586
Hunter Lab29.59733.3892-11.2541
CIE-Lab35.51807.0970-16.6285

#51516e color RGB value is (81,81,110).

#51516e hex color red value is 81, green value is 81 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #51516e hue: 0.67 , saturation: 0.15 and the lightness value of 51516e is 0.37.

The process color (four color CMYK) of #51516e color hex is 0.26, 0.26, 0.00, 0.57. Web safe color of #51516e is #666666. Color #51516e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010001 01101110
Octal 121 121 156
Decimal 81 81 110
Hex 51 51 6E

RGB Percentages of Color #51516e

%29.78
%29.78
%40.44

CMYK Percentages of Color #51516e

%26
%26
%0
%57

Triadic Colors of #51516e

#51516e #6e5151 #516e51

Analogous Colors of #51516e

#51516e #60516e #51606e

Monochromatic Colors of #51516e

#51516e

Complementary Color

#51516e #6e6e51

#51516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51516e Color CSS Codes

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

#51516e Text Font Color

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

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


#51516e Background Color

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

This div background color is #51516e


#51516e Border Color

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

This div border color is #51516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51516e


Comments

No comments written yet.

Please login to write comment.