Color Hex Logo

#50596d Color Hex

#50596D
(80,89,109)
0 Favorites   0 Comments

Color spaces of #50596d

RGB 8089109
HSL0.610.150.37
HSV221°27°43°
CMYK 0.270.180.00   0.57
XYZ9.64109.954415.8812
Yxy9.95440.27180.2806
Hunter Lab31.5506-0.6688-7.7586
CIE-Lab37.76051.4574-12.5876

#50596d color RGB value is (80,89,109).

#50596d hex color red value is 80, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #50596d hue: 0.61 , saturation: 0.15 and the lightness value of 50596d is 0.37.

The process color (four color CMYK) of #50596d color hex is 0.27, 0.18, 0.00, 0.57. Web safe color of #50596d is #666666. Color #50596d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 01101101
Octal 120 131 155
Decimal 80 89 109
Hex 50 59 6D

RGB Percentages of Color #50596d

%28.78
%32.01
%39.21

CMYK Percentages of Color #50596d

%27
%18
%0
%57

Triadic Colors of #50596d

#50596d #6d5059 #596d50

Analogous Colors of #50596d

#50596d #56506d #50686d

Monochromatic Colors of #50596d

#50596d

Complementary Color

#50596d #6d6450

#50596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50596d Color CSS Codes

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

#50596d Text Font Color

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

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


#50596d Background Color

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

This div background color is #50596d


#50596d Border Color

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

This div border color is #50596d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50596d


Comments

No comments written yet.

Please login to write comment.