Color Hex Logo

#50557c Color Hex

#50557C
(80,85,124)
0 Favorites   0 Comments

Color spaces of #50557c

RGB 8085124
HSL0.650.220.40
HSV233°35°49°
CMYK 0.350.310.00   0.51
XYZ10.19499.657720.3956
Yxy9.65770.25330.2400
Hunter Lab31.07684.1733-17.1580
CIE-Lab37.22098.1657-22.6739

#50557c color RGB value is (80,85,124).

#50557c hex color red value is 80, green value is 85 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #50557c hue: 0.65 , saturation: 0.22 and the lightness value of 50557c is 0.40.

The process color (four color CMYK) of #50557c color hex is 0.35, 0.31, 0.00, 0.51. Web safe color of #50557c is #666666. Color #50557c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 01111100
Octal 120 125 174
Decimal 80 85 124
Hex 50 55 7C

RGB Percentages of Color #50557c

%27.68
%29.41
%42.91

CMYK Percentages of Color #50557c

%35
%31
%0
%51

Triadic Colors of #50557c

#50557c #7c5055 #557c50

Analogous Colors of #50557c

#50557c #61507c #506b7c

Monochromatic Colors of #50557c

#50557c

Complementary Color

#50557c #7c7750

#50557c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50557c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50557c Color CSS Codes

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

#50557c Text Font Color

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

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


#50557c Background Color

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

This div background color is #50557c


#50557c Border Color

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

This div border color is #50557c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,85,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50557c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50557c;
  -webkit-box-shadow: 1px 1px 3px 2px #50557c;
  box-shadow:         1px 1px 3px 2px #50557c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50557c


Comments

No comments written yet.

Please login to write comment.