Color Hex Logo

#50597e Color Hex

#50597E
(80,89,126)
0 Favorites   0 Comments

Color spaces of #50597e

RGB 8089126
HSL0.630.220.40
HSV228°37°49°
CMYK 0.370.290.00   0.51
XYZ10.646510.356621.1766
Yxy10.35660.25240.2455
Hunter Lab32.18172.7343-16.4876
CIE-Lab38.47506.2176-21.9541

#50597e color RGB value is (80,89,126).

#50597e hex color red value is 80, green value is 89 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #50597e hue: 0.63 , saturation: 0.22 and the lightness value of 50597e is 0.40.

The process color (four color CMYK) of #50597e color hex is 0.37, 0.29, 0.00, 0.51. Web safe color of #50597e is #666666. Color #50597e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 01111110
Octal 120 131 176
Decimal 80 89 126
Hex 50 59 7E

RGB Percentages of Color #50597e

%27.12
%30.17
%42.71

CMYK Percentages of Color #50597e

%37
%29
%0
%51

Triadic Colors of #50597e

#50597e #7e5059 #597e50

Analogous Colors of #50597e

#50597e #5e507e #50707e

Monochromatic Colors of #50597e

#50597e

Complementary Color

#50597e #7e7550

#50597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50597e Color CSS Codes

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

#50597e Text Font Color

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

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


#50597e Background Color

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

This div background color is #50597e


#50597e Border Color

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

This div border color is #50597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50597e


Comments

No comments written yet.

Please login to write comment.