Color Hex Logo

#515a77 Color Hex

#515A77
(81,90,119)
0 Favorites   0 Comments

Color spaces of #515a77

RGB 8190119
HSL0.630.190.39
HSV226°32°47°
CMYK 0.320.240.00   0.53
XYZ10.379310.393618.9119
Yxy10.39360.26150.2619
Hunter Lab32.23911.0492-12.2129
CIE-Lab38.53983.9049-17.5550

#515a77 color RGB value is (81,90,119).

#515a77 hex color red value is 81, green value is 90 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #515a77 hue: 0.63 , saturation: 0.19 and the lightness value of 515a77 is 0.39.

The process color (four color CMYK) of #515a77 color hex is 0.32, 0.24, 0.00, 0.53. Web safe color of #515a77 is #666666. Color #515a77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011010 01110111
Octal 121 132 167
Decimal 81 90 119
Hex 51 5A 77

RGB Percentages of Color #515a77

%27.93
%31.03
%41.03

CMYK Percentages of Color #515a77

%32
%24
%0
%53

Triadic Colors of #515a77

#515a77 #77515a #5a7751

Analogous Colors of #515a77

#515a77 #5b5177 #516d77

Monochromatic Colors of #515a77

#515a77

Complementary Color

#515a77 #776e51

#515a77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515a77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515a77 Color CSS Codes

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

#515a77 Text Font Color

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

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


#515a77 Background Color

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

This div background color is #515a77


#515a77 Border Color

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

This div border color is #515a77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,90,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515a77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515a77;
  -webkit-box-shadow: 1px 1px 3px 2px #515a77;
  box-shadow:         1px 1px 3px 2px #515a77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515a77


Comments

No comments written yet.

Please login to write comment.