Color Hex Logo

#515876 Color Hex

#515876
(81,88,118)
0 Favorites   0 Comments

Color spaces of #515876

RGB 8188118
HSL0.640.190.39
HSV229°31°46°
CMYK 0.310.250.00   0.54
XYZ10.153110.036818.5417
Yxy10.03680.26210.2591
Hunter Lab31.68091.7641-12.5237
CIE-Lab37.90844.8774-17.9106

#515876 color RGB value is (81,88,118).

#515876 hex color red value is 81, green value is 88 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #515876 hue: 0.64 , saturation: 0.19 and the lightness value of 515876 is 0.39.

The process color (four color CMYK) of #515876 color hex is 0.31, 0.25, 0.00, 0.54. Web safe color of #515876 is #666666. Color #515876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 01110110
Octal 121 130 166
Decimal 81 88 118
Hex 51 58 76

RGB Percentages of Color #515876

%28.22
%30.66
%41.11

CMYK Percentages of Color #515876

%31
%25
%0
%54

Triadic Colors of #515876

#515876 #765158 #587651

Analogous Colors of #515876

#515876 #5c5176 #516b76

Monochromatic Colors of #515876

#515876

Complementary Color

#515876 #766f51

#515876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515876 Color CSS Codes

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

#515876 Text Font Color

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

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


#515876 Background Color

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

This div background color is #515876


#515876 Border Color

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

This div border color is #515876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515876


Comments

No comments written yet.

Please login to write comment.