Color Hex Logo

#515779 Color Hex

#515779
(81,87,121)
0 Favorites   0 Comments

Color spaces of #515779

RGB 8187121
HSL0.640.200.40
HSV231°33°47°
CMYK 0.330.280.00   0.53
XYZ10.25279.946219.4686
Yxy9.94620.25850.2507
Hunter Lab31.53762.8386-14.5242
CIE-Lab37.74576.3519-20.0084

#515779 color RGB value is (81,87,121).

#515779 hex color red value is 81, green value is 87 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #515779 hue: 0.64 , saturation: 0.20 and the lightness value of 515779 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 01111001
Octal 121 127 171
Decimal 81 87 121
Hex 51 57 79

RGB Percentages of Color #515779

%28.03
%30.10
%41.87

CMYK Percentages of Color #515779

%33
%28
%0
%53

Triadic Colors of #515779

#515779 #795157 #577951

Analogous Colors of #515779

#515779 #5f5179 #516b79

Monochromatic Colors of #515779

#515779

Complementary Color

#515779 #797351

#515779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515779 Color CSS Codes

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

#515779 Text Font Color

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

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


#515779 Background Color

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

This div background color is #515779


#515779 Border Color

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

This div border color is #515779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515779


Comments

No comments written yet.

Please login to write comment.