Color Hex Logo

#515593 Color Hex

#515593
(81,85,147)
0 Favorites   0 Comments

Color spaces of #515593

RGB 8185147
HSL0.660.290.45
HSV236°45°58°
CMYK 0.450.420.00   0.42
XYZ11.908310.352928.9744
Yxy10.35290.23240.2021
Hunter Lab32.17599.7549-30.8675
CIE-Lab38.468515.4142-34.7304

#515593 color RGB value is (81,85,147).

#515593 hex color red value is 81, green value is 85 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #515593 hue: 0.66 , saturation: 0.29 and the lightness value of 515593 is 0.45.

The process color (four color CMYK) of #515593 color hex is 0.45, 0.42, 0.00, 0.42. Web safe color of #515593 is #666699. Color #515593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 10010011
Octal 121 125 223
Decimal 81 85 147
Hex 51 55 93

RGB Percentages of Color #515593

%25.88
%27.16
%46.96

CMYK Percentages of Color #515593

%45
%42
%0
%42

Triadic Colors of #515593

#515593 #935155 #559351

Analogous Colors of #515593

#515593 #6e5193 #517693

Monochromatic Colors of #515593

#515593

Complementary Color

#515593 #938f51

#515593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515593 Color CSS Codes

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

#515593 Text Font Color

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

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


#515593 Background Color

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

This div background color is #515593


#515593 Border Color

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

This div border color is #515593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515593


Comments

No comments written yet.

Please login to write comment.