Color Hex Logo

#505677 Color Hex

#505677
(80,86,119)
0 Favorites   0 Comments

Color spaces of #505677

RGB 8086119
HSL0.640.200.39
HSV231°33°47°
CMYK 0.330.280.00   0.53
XYZ9.96589.693018.7984
Yxy9.69300.25910.2520
Hunter Lab31.13362.6537-14.0057
CIE-Lab37.28576.0935-19.4935

#505677 color RGB value is (80,86,119).

#505677 hex color red value is 80, green value is 86 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #505677 hue: 0.64 , saturation: 0.20 and the lightness value of 505677 is 0.39.

The process color (four color CMYK) of #505677 color hex is 0.33, 0.28, 0.00, 0.53. Web safe color of #505677 is #666666. Color #505677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 01110111
Octal 120 126 167
Decimal 80 86 119
Hex 50 56 77

RGB Percentages of Color #505677

%28.07
%30.18
%41.75

CMYK Percentages of Color #505677

%33
%28
%0
%53

Triadic Colors of #505677

#505677 #775056 #567750

Analogous Colors of #505677

#505677 #5d5077 #506a77

Monochromatic Colors of #505677

#505677

Complementary Color

#505677 #777150

#505677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505677 Color CSS Codes

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

#505677 Text Font Color

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

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


#505677 Background Color

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

This div background color is #505677


#505677 Border Color

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

This div border color is #505677


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,86,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 #505677">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505677


Comments

No comments written yet.

Please login to write comment.