Color Hex Logo

#515978 Color Hex

#515978
(81,89,120)
0 Favorites   0 Comments

Color spaces of #515978

RGB 8189120
HSL0.630.190.39
HSV228°33°47°
CMYK 0.330.260.00   0.53
XYZ10.355910.250219.2020
Yxy10.25020.26010.2575
Hunter Lab32.01591.7099-13.1488
CIE-Lab38.28784.8113-18.5571

#515978 color RGB value is (81,89,120).

#515978 hex color red value is 81, green value is 89 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #515978 hue: 0.63 , saturation: 0.19 and the lightness value of 515978 is 0.39.

The process color (four color CMYK) of #515978 color hex is 0.33, 0.26, 0.00, 0.53. Web safe color of #515978 is #666666. Color #515978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011001 01111000
Octal 121 131 170
Decimal 81 89 120
Hex 51 59 78

RGB Percentages of Color #515978

%27.93
%30.69
%41.38

CMYK Percentages of Color #515978

%33
%26
%0
%53

Triadic Colors of #515978

#515978 #785159 #597851

Analogous Colors of #515978

#515978 #5d5178 #516d78

Monochromatic Colors of #515978

#515978

Complementary Color

#515978 #787051

#515978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515978 Color CSS Codes

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

#515978 Text Font Color

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

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


#515978 Background Color

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

This div background color is #515978


#515978 Border Color

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

This div border color is #515978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515978


Comments

No comments written yet.

Please login to write comment.