Color Hex Logo

#505990 Color Hex

#505990
(80,89,144)
0 Favorites   0 Comments

Color spaces of #505990

RGB 8089144
HSL0.640.290.44
HSV232°44°56°
CMYK 0.440.380.00   0.44
XYZ11.914710.863827.8545
Yxy10.86380.23530.2146
Hunter Lab32.96036.8449-27.0334
CIE-Lab39.350111.6589-31.5311

#505990 color RGB value is (80,89,144).

#505990 hex color red value is 80, green value is 89 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #505990 hue: 0.64 , saturation: 0.29 and the lightness value of 505990 is 0.44.

The process color (four color CMYK) of #505990 color hex is 0.44, 0.38, 0.00, 0.44. Web safe color of #505990 is #666699. Color #505990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 10010000
Octal 120 131 220
Decimal 80 89 144
Hex 50 59 90

RGB Percentages of Color #505990

%25.56
%28.43
%46.01

CMYK Percentages of Color #505990

%44
%38
%0
%44

Triadic Colors of #505990

#505990 #905059 #599050

Analogous Colors of #505990

#505990 #675090 #507990

Monochromatic Colors of #505990

#505990

Complementary Color

#505990 #908750

#505990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505990 Color CSS Codes

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

#505990 Text Font Color

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

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


#505990 Background Color

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

This div background color is #505990


#505990 Border Color

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

This div border color is #505990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505990


Comments

No comments written yet.

Please login to write comment.