Color Hex Logo

#50566e Color Hex

#50566E
(80,86,110)
1 Favorites   0 Comments

Color spaces of #50566e

RGB 8086110
HSL0.630.160.37
HSV228°27°43°
CMYK 0.270.220.00   0.57
XYZ9.45059.486816.0849
Yxy9.48680.26980.2709
Hunter Lab30.80060.8677-9.4023
CIE-Lab36.90513.5980-14.5105

#50566e color RGB value is (80,86,110).

#50566e hex color red value is 80, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #50566e hue: 0.63 , saturation: 0.16 and the lightness value of 50566e is 0.37.

The process color (four color CMYK) of #50566e color hex is 0.27, 0.22, 0.00, 0.57. Web safe color of #50566e is #666666. Color #50566e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 01101110
Octal 120 126 156
Decimal 80 86 110
Hex 50 56 6E

RGB Percentages of Color #50566e

%28.99
%31.16
%39.86

CMYK Percentages of Color #50566e

%27
%22
%0
%57

Triadic Colors of #50566e

#50566e #6e5056 #566e50

Analogous Colors of #50566e

#50566e #59506e #50656e

Monochromatic Colors of #50566e

#50566e

Complementary Color

#50566e #6e6850

#50566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50566e Color CSS Codes

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

#50566e Text Font Color

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

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


#50566e Background Color

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

This div background color is #50566e


#50566e Border Color

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

This div border color is #50566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50566e


Comments

No comments written yet.

Please login to write comment.