Color Hex Logo

#505589 Color Hex

#505589
(80,85,137)
0 Favorites   0 Comments

Color spaces of #505589

RGB 8085137
HSL0.650.260.43
HSV235°42°54°
CMYK 0.420.380.00   0.46
XYZ11.072110.008625.0152
Yxy10.00860.24020.2171
Hunter Lab31.63647.1078-24.7357
CIE-Lab37.857912.0474-29.6346

#505589 color RGB value is (80,85,137).

#505589 hex color red value is 80, green value is 85 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #505589 hue: 0.65 , saturation: 0.26 and the lightness value of 505589 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 10001001
Octal 120 125 211
Decimal 80 85 137
Hex 50 55 89

RGB Percentages of Color #505589

%26.49
%28.15
%45.36

CMYK Percentages of Color #505589

%42
%38
%0
%46

Triadic Colors of #505589

#505589 #895055 #558950

Analogous Colors of #505589

#505589 #685089 #507289

Monochromatic Colors of #505589

#505589

Complementary Color

#505589 #898450

#505589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505589 Color CSS Codes

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

#505589 Text Font Color

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

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


#505589 Background Color

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

This div background color is #505589


#505589 Border Color

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

This div border color is #505589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505589


Comments

No comments written yet.

Please login to write comment.