Color Hex Logo

#505679 Color Hex

#505679
(80,86,121)
0 Favorites   0 Comments

Color spaces of #505679

RGB 8086121
HSL0.640.200.39
HSV231°34°47°
CMYK 0.340.290.00   0.53
XYZ10.08729.741519.4378
Yxy9.74150.25690.2481
Hunter Lab31.21143.0695-15.0766
CIE-Lab37.37446.6646-20.5891

#505679 color RGB value is (80,86,121).

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

The process color (four color CMYK) of #505679 color hex is 0.34, 0.29, 0.00, 0.53. Web safe color of #505679 is #666666. Color #505679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 01111001
Octal 120 126 171
Decimal 80 86 121
Hex 50 56 79

RGB Percentages of Color #505679

%27.87
%29.97
%42.16

CMYK Percentages of Color #505679

%34
%29
%0
%53

Triadic Colors of #505679

#505679 #795056 #567950

Analogous Colors of #505679

#505679 #5e5079 #506b79

Monochromatic Colors of #505679

#505679

Complementary Color

#505679 #797350

#505679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505679 Color CSS Codes

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

#505679 Text Font Color

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

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


#505679 Background Color

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

This div background color is #505679


#505679 Border Color

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

This div border color is #505679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505679


Comments

No comments written yet.

Please login to write comment.