Color Hex Logo

#505e87 Color Hex

#505E87
(80,94,135)
0 Favorites   0 Comments

Color spaces of #505e87

RGB 8094135
HSL0.620.260.42
HSV225°41°53°
CMYK 0.410.300.00   0.47
XYZ11.684111.460224.5179
Yxy11.46020.24510.2404
Hunter Lab33.85292.3654-19.2436
CIE-Lab40.34505.7457-24.5293

#505e87 color RGB value is (80,94,135).

#505e87 hex color red value is 80, green value is 94 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #505e87 hue: 0.62 , saturation: 0.26 and the lightness value of 505e87 is 0.42.

The process color (four color CMYK) of #505e87 color hex is 0.41, 0.30, 0.00, 0.47. Web safe color of #505e87 is #666699. Color #505e87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 10000111
Octal 120 136 207
Decimal 80 94 135
Hex 50 5E 87

RGB Percentages of Color #505e87

%25.89
%30.42
%43.69

CMYK Percentages of Color #505e87

%41
%30
%0
%47

Triadic Colors of #505e87

#505e87 #87505e #5e8750

Analogous Colors of #505e87

#505e87 #5e5087 #507a87

Monochromatic Colors of #505e87

#505e87

Complementary Color

#505e87 #877950

#505e87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505e87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505e87 Color CSS Codes

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

#505e87 Text Font Color

<p style="color:#505e87">Text here</p>

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


#505e87 Background Color

<div style="background-color:#505e87">
Div content here</div>

This div background color is #505e87


#505e87 Border Color

<div style="border:3px solid #505e87">
Div here</div>

This div border color is #505e87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,94,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505e87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505e87;
  -webkit-box-shadow: 1px 1px 3px 2px #505e87;
  box-shadow:         1px 1px 3px 2px #505e87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505e87

#505e87 Color Palettes


Comments

No comments written yet.

Please login to write comment.