Color Hex Logo

#505771 Color Hex

#505771
(80,87,113)
0 Favorites   0 Comments

Color spaces of #505771

RGB 8087113
HSL0.630.170.38
HSV227°29°44°
CMYK 0.290.230.00   0.56
XYZ9.69719.714116.9867
Yxy9.71410.26640.2669
Hunter Lab31.16750.9935-10.4967
CIE-Lab37.32433.7887-15.7277

#505771 color RGB value is (80,87,113).

#505771 hex color red value is 80, green value is 87 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #505771 hue: 0.63 , saturation: 0.17 and the lightness value of 505771 is 0.38.

The process color (four color CMYK) of #505771 color hex is 0.29, 0.23, 0.00, 0.56. Web safe color of #505771 is #666666. Color #505771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010111 01110001
Octal 120 127 161
Decimal 80 87 113
Hex 50 57 71

RGB Percentages of Color #505771

%28.57
%31.07
%40.36

CMYK Percentages of Color #505771

%29
%23
%0
%56

Triadic Colors of #505771

#505771 #715057 #577150

Analogous Colors of #505771

#505771 #5a5071 #506871

Monochromatic Colors of #505771

#505771

Complementary Color

#505771 #716a50

#505771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505771 Color CSS Codes

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

#505771 Text Font Color

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

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


#505771 Background Color

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

This div background color is #505771


#505771 Border Color

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

This div border color is #505771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,87,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505771;
  -webkit-box-shadow: 1px 1px 3px 2px #505771;
  box-shadow:         1px 1px 3px 2px #505771; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,87,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505771


Comments

No comments written yet.

Please login to write comment.