Color Hex Logo

#5a639e Color Hex

#5A639E
(90,99,158)
0 Favorites   0 Comments

Color spaces of #5a639e

RGB 9099158
HSL0.640.270.49
HSV232°43°62°
CMYK 0.430.370.00   0.38
XYZ14.849813.566034.1836
Yxy13.56600.23720.2167
Hunter Lab36.83217.5108-29.2442
CIE-Lab43.604012.3828-33.1647

#5a639e color RGB value is (90,99,158).

#5a639e hex color red value is 90, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5a639e hue: 0.64 , saturation: 0.27 and the lightness value of 5a639e is 0.49.

The process color (four color CMYK) of #5a639e color hex is 0.43, 0.37, 0.00, 0.38. Web safe color of #5a639e is #666699. Color #5a639e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100011 10011110
Octal 132 143 236
Decimal 90 99 158
Hex 5A 63 9E

RGB Percentages of Color #5a639e

%25.94
%28.53
%45.53

CMYK Percentages of Color #5a639e

%43
%37
%0
%38

Triadic Colors of #5a639e

#5a639e #9e5a63 #639e5a

Analogous Colors of #5a639e

#5a639e #735a9e #5a859e

Monochromatic Colors of #5a639e

#5a639e

Complementary Color

#5a639e #9e955a

#5a639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a639e Color CSS Codes

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

#5a639e Text Font Color

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

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


#5a639e Background Color

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

This div background color is #5a639e


#5a639e Border Color

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

This div border color is #5a639e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,99,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a639e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a639e;
  -webkit-box-shadow: 1px 1px 3px 2px #5a639e;
  box-shadow:         1px 1px 3px 2px #5a639e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,99,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a639e


Comments

No comments written yet.

Please login to write comment.