Color Hex Logo

#515581 Color Hex

#515581
(81,85,129)
0 Favorites   0 Comments

Color spaces of #515581

RGB 8185129
HSL0.650.230.41
HSV235°37°51°
CMYK 0.370.340.00   0.49
XYZ10.60439.831322.1076
Yxy9.83130.24930.2311
Hunter Lab31.35495.4980-19.8555
CIE-Lab37.53799.9377-25.2435

#515581 color RGB value is (81,85,129).

#515581 hex color red value is 81, green value is 85 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #515581 hue: 0.65 , saturation: 0.23 and the lightness value of 515581 is 0.41.

The process color (four color CMYK) of #515581 color hex is 0.37, 0.34, 0.00, 0.49. Web safe color of #515581 is #666699. Color #515581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 10000001
Octal 121 125 201
Decimal 81 85 129
Hex 51 55 81

RGB Percentages of Color #515581

%27.46
%28.81
%43.73

CMYK Percentages of Color #515581

%37
%34
%0
%49

Triadic Colors of #515581

#515581 #815155 #558151

Analogous Colors of #515581

#515581 #655181 #516d81

Monochromatic Colors of #515581

#515581

Complementary Color

#515581 #817d51

#515581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515581 Color CSS Codes

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

#515581 Text Font Color

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

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


#515581 Background Color

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

This div background color is #515581


#515581 Border Color

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

This div border color is #515581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515581

#515581 Color Palettes


Comments

No comments written yet.

Please login to write comment.