Color Hex Logo

#5459aa Color Hex

#5459AA
(84,89,170)
0 Favorites   0 Comments

Color spaces of #5459aa

RGB 8489170
HSL0.660.340.50
HSV237°51°67°
CMYK 0.510.480.00   0.33
XYZ14.484211.931939.5699
Yxy11.93190.21950.1808
Hunter Lab34.542614.3981-43.7392
CIE-Lab41.107720.9143-44.2629

#5459aa color RGB value is (84,89,170).

#5459aa hex color red value is 84, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5459aa hue: 0.66 , saturation: 0.34 and the lightness value of 5459aa is 0.50.

The process color (four color CMYK) of #5459aa color hex is 0.51, 0.48, 0.00, 0.33. Web safe color of #5459aa is #666699. Color #5459aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011001 10101010
Octal 124 131 252
Decimal 84 89 170
Hex 54 59 AA

RGB Percentages of Color #5459aa

%24.49
%25.95
%49.56

CMYK Percentages of Color #5459aa

%51
%48
%0
%33

Triadic Colors of #5459aa

#5459aa #aa5459 #59aa54

Analogous Colors of #5459aa

#5459aa #7a54aa #5484aa

Monochromatic Colors of #5459aa

#5459aa

Complementary Color

#5459aa #aaa554

#5459aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5459aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5459aa Color CSS Codes

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

#5459aa Text Font Color

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

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


#5459aa Background Color

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

This div background color is #5459aa


#5459aa Border Color

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

This div border color is #5459aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,89,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5459aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5459aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5459aa;
  box-shadow:         1px 1px 3px 2px #5459aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,89,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 #5459aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5459aa


Comments

No comments written yet.

Please login to write comment.