Color Hex Logo

#514e55 Color Hex

#514E55
(81,78,85)
0 Favorites   0 Comments

Color spaces of #514e55

RGB 817885
HSL0.740.040.32
HSV266°33°
CMYK 0.050.080.00   0.67
XYZ7.75747.85409.7014
Yxy7.85400.30650.3103
Hunter Lab28.02500.3656-0.9069
CIE-Lab33.67702.7601-3.6782

#514e55 color RGB value is (81,78,85).

#514e55 hex color red value is 81, green value is 78 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #514e55 hue: 0.74 , saturation: 0.04 and the lightness value of 514e55 is 0.32.

The process color (four color CMYK) of #514e55 color hex is 0.05, 0.08, 0.00, 0.67. Web safe color of #514e55 is #666666. Color #514e55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001110 01010101
Octal 121 116 125
Decimal 81 78 85
Hex 51 4E 55

RGB Percentages of Color #514e55

%33.20
%31.97
%34.84

CMYK Percentages of Color #514e55

%5
%8
%0
%67

Triadic Colors of #514e55

#514e55 #55514e #4e5551

Analogous Colors of #514e55

#514e55 #554e55 #4e4f55

Monochromatic Colors of #514e55

#514e55

Complementary Color

#514e55 #52554e

#514e55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514e55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514e55 Color CSS Codes

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

#514e55 Text Font Color

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

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


#514e55 Background Color

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

This div background color is #514e55


#514e55 Border Color

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

This div border color is #514e55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,78,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514e55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514e55;
  -webkit-box-shadow: 1px 1px 3px 2px #514e55;
  box-shadow:         1px 1px 3px 2px #514e55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514e55


Comments

No comments written yet.

Please login to write comment.