Color Hex Logo

#51516b Color Hex

#51516B
(81,81,107)
1 Favorites   0 Comments

Color spaces of #51516b

RGB 8181107
HSL0.670.140.37
HSV240°24°42°
CMYK 0.240.240.00   0.58
XYZ8.98968.695715.1146
Yxy8.69570.27410.2651
Hunter Lab29.48852.8111-9.7477
CIE-Lab35.39176.2930-14.9497

#51516b color RGB value is (81,81,107).

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

The process color (four color CMYK) of #51516b color hex is 0.24, 0.24, 0.00, 0.58. Web safe color of #51516b is #666666. Color #51516b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010001 01101011
Octal 121 121 153
Decimal 81 81 107
Hex 51 51 6B

RGB Percentages of Color #51516b

%30.11
%30.11
%39.78

CMYK Percentages of Color #51516b

%24
%24
%0
%58

Triadic Colors of #51516b

#51516b #6b5151 #516b51

Analogous Colors of #51516b

#51516b #5e516b #515e6b

Monochromatic Colors of #51516b

#51516b

Complementary Color

#51516b #6b6b51

#51516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51516b Color CSS Codes

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

#51516b Text Font Color

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

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


#51516b Background Color

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

This div background color is #51516b


#51516b Border Color

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

This div border color is #51516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51516b


Comments

No comments written yet.

Please login to write comment.