Color Hex Logo

#50657c Color Hex

#50657C
(80,101,124)
0 Favorites   0 Comments

Color spaces of #50657c

RGB 80101124
HSL0.590.220.40
HSV211°35°49°
CMYK 0.350.190.00   0.51
XYZ11.600012.468120.8640
Yxy12.46810.25820.2775
Hunter Lab35.3102-3.1526-10.3160
CIE-Lab41.9506-1.7730-15.3886

#50657c color RGB value is (80,101,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100101 01111100
Octal 120 145 174
Decimal 80 101 124
Hex 50 65 7C

RGB Percentages of Color #50657c

%26.23
%33.11
%40.66

CMYK Percentages of Color #50657c

%35
%19
%0
%51

Triadic Colors of #50657c

#50657c #7c5065 #657c50

Analogous Colors of #50657c

#50657c #51507c #507b7c

Monochromatic Colors of #50657c

#50657c

Complementary Color

#50657c #7c6750

#50657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50657c Color CSS Codes

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

#50657c Text Font Color

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

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


#50657c Background Color

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

This div background color is #50657c


#50657c Border Color

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

This div border color is #50657c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,101,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 #50657c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50657c


Comments

No comments written yet.

Please login to write comment.