Color Hex Logo

#514957 Color Hex

#514957
(81,73,87)
0 Favorites   0 Comments

Color spaces of #514957

RGB 817387
HSL0.760.090.31
HSV274°16°34°
CMYK 0.070.160.00   0.66
XYZ7.49627.202510.0120
Yxy7.20250.30340.2915
Hunter Lab26.83752.8928-3.3325
CIE-Lab32.26356.3903-7.0584

#514957 color RGB value is (81,73,87).

#514957 hex color red value is 81, green value is 73 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #514957 hue: 0.76 , saturation: 0.09 and the lightness value of 514957 is 0.31.

The process color (four color CMYK) of #514957 color hex is 0.07, 0.16, 0.00, 0.66. Web safe color of #514957 is #663366. Color #514957 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 01010111
Octal 121 111 127
Decimal 81 73 87
Hex 51 49 57

RGB Percentages of Color #514957

%33.61
%30.29
%36.10

CMYK Percentages of Color #514957

%7
%16
%0
%66

Triadic Colors of #514957

#514957 #575149 #495751

Analogous Colors of #514957

#514957 #574956 #4a4957

Monochromatic Colors of #514957

#514957

Complementary Color

#514957 #4f5749

#514957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514957 Color CSS Codes

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

#514957 Text Font Color

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

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


#514957 Background Color

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

This div background color is #514957


#514957 Border Color

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

This div border color is #514957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514957


Comments

No comments written yet.

Please login to write comment.