Color Hex Logo

#5a6eaa Color Hex

#5A6EAA
(90,110,170)
1 Favorites   0 Comments

Color spaces of #5a6eaa

RGB 90110170
HSL0.630.320.51
HSV225°47°67°
CMYK 0.470.350.00   0.33
XYZ17.048116.227840.2640
Yxy16.22780.23180.2207
Hunter Lab40.28375.0447-31.0623
CIE-Lab47.27199.2545-34.4645

#5a6eaa color RGB value is (90,110,170).

#5a6eaa hex color red value is 90, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5a6eaa hue: 0.63 , saturation: 0.32 and the lightness value of 5a6eaa is 0.51.

The process color (four color CMYK) of #5a6eaa color hex is 0.47, 0.35, 0.00, 0.33. Web safe color of #5a6eaa is #666699. Color #5a6eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101110 10101010
Octal 132 156 252
Decimal 90 110 170
Hex 5A 6E AA

RGB Percentages of Color #5a6eaa

%24.32
%29.73
%45.95

CMYK Percentages of Color #5a6eaa

%47
%35
%0
%33

Triadic Colors of #5a6eaa

#5a6eaa #aa5a6e #6eaa5a

Analogous Colors of #5a6eaa

#5a6eaa #6e5aaa #5a96aa

Monochromatic Colors of #5a6eaa

#5a6eaa

Complementary Color

#5a6eaa #aa965a

#5a6eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a6eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a6eaa Color CSS Codes

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

#5a6eaa Text Font Color

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

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


#5a6eaa Background Color

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

This div background color is #5a6eaa


#5a6eaa Border Color

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

This div border color is #5a6eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a6eaa


Comments

No comments written yet.

Please login to write comment.