Color Hex Logo

#50659f Color Hex

#50659F
(80,101,159)
0 Favorites   0 Comments

Color spaces of #50659f

RGB 80101159
HSL0.620.330.47
HSV224°50°62°
CMYK 0.500.360.00   0.38
XYZ14.220013.516034.6603
Yxy13.51600.22790.2166
Hunter Lab36.76414.7049-30.1623
CIE-Lab43.53078.8366-33.9201

#50659f color RGB value is (80,101,159).

#50659f hex color red value is 80, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #50659f hue: 0.62 , saturation: 0.33 and the lightness value of 50659f is 0.47.

The process color (four color CMYK) of #50659f color hex is 0.50, 0.36, 0.00, 0.38. Web safe color of #50659f is #666699. Color #50659f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100101 10011111
Octal 120 145 237
Decimal 80 101 159
Hex 50 65 9F

RGB Percentages of Color #50659f

%23.53
%29.71
%46.76

CMYK Percentages of Color #50659f

%50
%36
%0
%38

Triadic Colors of #50659f

#50659f #9f5065 #659f50

Analogous Colors of #50659f

#50659f #63509f #508d9f

Monochromatic Colors of #50659f

#50659f

Complementary Color

#50659f #9f8a50

#50659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50659f Color CSS Codes

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

#50659f Text Font Color

<p style="color:#50659f">Text here</p>

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


#50659f Background Color

<div style="background-color:#50659f">
Div content here</div>

This div background color is #50659f


#50659f Border Color

<div style="border:3px solid #50659f">
Div here</div>

This div border color is #50659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50659f


Comments

No comments written yet.

Please login to write comment.