Color Hex Logo

#514659 Color Hex

#514659
(81,70,89)
0 Favorites   0 Comments

Color spaces of #514659

RGB 817089
HSL0.760.120.31
HSV275°21°35°
CMYK 0.090.210.00   0.65
XYZ7.38676.850910.3842
Yxy6.85090.30000.2782
Hunter Lab26.17424.5701-5.2004
CIE-Lab31.46508.7829-9.5402

#514659 color RGB value is (81,70,89).

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

The process color (four color CMYK) of #514659 color hex is 0.09, 0.21, 0.00, 0.65. Web safe color of #514659 is #663366. Color #514659 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01011001
Octal 121 106 131
Decimal 81 70 89
Hex 51 46 59

RGB Percentages of Color #514659

%33.75
%29.17
%37.08

CMYK Percentages of Color #514659

%9
%21
%0
%65

Triadic Colors of #514659

#514659 #595146 #465951

Analogous Colors of #514659

#514659 #594658 #484659

Monochromatic Colors of #514659

#514659

Complementary Color

#514659 #4e5946

#514659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514659 Color CSS Codes

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

#514659 Text Font Color

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

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


#514659 Background Color

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

This div background color is #514659


#514659 Border Color

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

This div border color is #514659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514659


Comments

No comments written yet.

Please login to write comment.