Color Hex Logo

#51516f Color Hex

#51516F
(81,81,111)
0 Favorites   0 Comments

Color spaces of #51516f

RGB 8181111
HSL0.670.160.38
HSV240°27°44°
CMYK 0.270.270.00   0.56
XYZ9.20508.781916.2488
Yxy8.78190.26890.2565
Hunter Lab29.63433.5857-11.7654
CIE-Lab35.56097.3686-17.1860

#51516f color RGB value is (81,81,111).

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

The process color (four color CMYK) of #51516f color hex is 0.27, 0.27, 0.00, 0.56. Web safe color of #51516f is #666666. Color #51516f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010001 01101111
Octal 121 121 157
Decimal 81 81 111
Hex 51 51 6F

RGB Percentages of Color #51516f

%29.67
%29.67
%40.66

CMYK Percentages of Color #51516f

%27
%27
%0
%56

Triadic Colors of #51516f

#51516f #6f5151 #516f51

Analogous Colors of #51516f

#51516f #60516f #51606f

Monochromatic Colors of #51516f

#51516f

Complementary Color

#51516f #6f6f51

#51516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51516f Color CSS Codes

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

#51516f Text Font Color

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

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


#51516f Background Color

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

This div background color is #51516f


#51516f Border Color

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

This div border color is #51516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51516f


Comments

No comments written yet.

Please login to write comment.