Color Hex Logo

#514556 Color Hex

#514556
(81,69,86)
0 Favorites   0 Comments

Color spaces of #514556

RGB 816986
HSL0.780.110.30
HSV282°20°34°
CMYK 0.060.200.00   0.66
XYZ7.20126.67759.7134
Yxy6.67750.30520.2830
Hunter Lab25.84094.5220-4.1981
CIE-Lab31.06128.7225-8.2250

#514556 color RGB value is (81,69,86).

#514556 hex color red value is 81, green value is 69 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #514556 hue: 0.78 , saturation: 0.11 and the lightness value of 514556 is 0.30.

The process color (four color CMYK) of #514556 color hex is 0.06, 0.20, 0.00, 0.66. Web safe color of #514556 is #663366. Color #514556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 01010110
Octal 121 105 126
Decimal 81 69 86
Hex 51 45 56

RGB Percentages of Color #514556

%34.32
%29.24
%36.44

CMYK Percentages of Color #514556

%6
%20
%0
%66

Triadic Colors of #514556

#514556 #565145 #455651

Analogous Colors of #514556

#514556 #564553 #494556

Monochromatic Colors of #514556

#514556

Complementary Color

#514556 #4a5645

#514556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514556 Color CSS Codes

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

#514556 Text Font Color

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

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


#514556 Background Color

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

This div background color is #514556


#514556 Border Color

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

This div border color is #514556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514556


Comments

No comments written yet.

Please login to write comment.