Color Hex Logo

#50599d Color Hex

#50599D
(80,89,157)
0 Favorites   0 Comments

Color spaces of #50599d

RGB 8089157
HSL0.650.320.46
HSV233°49°62°
CMYK 0.490.430.00   0.38
XYZ12.966411.284633.3930
Yxy11.28460.22490.1958
Hunter Lab33.592610.1123-35.4230
CIE-Lab40.055715.7736-38.2262

#50599d color RGB value is (80,89,157).

#50599d hex color red value is 80, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #50599d hue: 0.65 , saturation: 0.32 and the lightness value of 50599d is 0.46.

The process color (four color CMYK) of #50599d color hex is 0.49, 0.43, 0.00, 0.38. Web safe color of #50599d is #666699. Color #50599d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 10011101
Octal 120 131 235
Decimal 80 89 157
Hex 50 59 9D

RGB Percentages of Color #50599d

%24.54
%27.30
%48.16

CMYK Percentages of Color #50599d

%49
%43
%0
%38

Triadic Colors of #50599d

#50599d #9d5059 #599d50

Analogous Colors of #50599d

#50599d #6e509d #50809d

Monochromatic Colors of #50599d

#50599d

Complementary Color

#50599d #9d9450

#50599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50599d Color CSS Codes

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

#50599d Text Font Color

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

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


#50599d Background Color

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

This div background color is #50599d


#50599d Border Color

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

This div border color is #50599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50599d


Comments

No comments written yet.

Please login to write comment.