Color Hex Logo

#515870 Color Hex

#515870
(81,88,112)
0 Favorites   0 Comments

Color spaces of #515870

RGB 8188112
HSL0.630.160.38
HSV226°28°44°
CMYK 0.280.210.00   0.56
XYZ9.80779.898616.7229
Yxy9.89860.26920.2717
Hunter Lab31.46200.5854-9.4908
CIE-Lab37.65983.2275-14.5891

#515870 color RGB value is (81,88,112).

#515870 hex color red value is 81, green value is 88 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #515870 hue: 0.63 , saturation: 0.16 and the lightness value of 515870 is 0.38.

The process color (four color CMYK) of #515870 color hex is 0.28, 0.21, 0.00, 0.56. Web safe color of #515870 is #666666. Color #515870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 01110000
Octal 121 130 160
Decimal 81 88 112
Hex 51 58 70

RGB Percentages of Color #515870

%28.83
%31.32
%39.86

CMYK Percentages of Color #515870

%28
%21
%0
%56

Triadic Colors of #515870

#515870 #705158 #587051

Analogous Colors of #515870

#515870 #5a5170 #516870

Monochromatic Colors of #515870

#515870

Complementary Color

#515870 #706951

#515870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515870 Color CSS Codes

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

#515870 Text Font Color

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

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


#515870 Background Color

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

This div background color is #515870


#515870 Border Color

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

This div border color is #515870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515870


Comments

No comments written yet.

Please login to write comment.