Color Hex Logo

#515569 Color Hex

#515569
(81,85,105)
0 Favorites   0 Comments

Color spaces of #515569

RGB 8185105
HSL0.640.130.36
HSV230°23°41°
CMYK 0.230.190.00   0.59
XYZ9.19169.266314.6687
Yxy9.26630.27750.2797
Hunter Lab30.44060.6274-7.2622
CIE-Lab36.49203.2438-12.0240

#515569 color RGB value is (81,85,105).

#515569 hex color red value is 81, green value is 85 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #515569 hue: 0.64 , saturation: 0.13 and the lightness value of 515569 is 0.36.

The process color (four color CMYK) of #515569 color hex is 0.23, 0.19, 0.00, 0.59. Web safe color of #515569 is #666666. Color #515569 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 01101001
Octal 121 125 151
Decimal 81 85 105
Hex 51 55 69

RGB Percentages of Color #515569

%29.89
%31.37
%38.75

CMYK Percentages of Color #515569

%23
%19
%0
%59

Triadic Colors of #515569

#515569 #695155 #556951

Analogous Colors of #515569

#515569 #595169 #516169

Monochromatic Colors of #515569

#515569

Complementary Color

#515569 #696551

#515569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515569 Color CSS Codes

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

#515569 Text Font Color

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

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


#515569 Background Color

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

This div background color is #515569


#515569 Border Color

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

This div border color is #515569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515569


Comments

No comments written yet.

Please login to write comment.