Color Hex Logo

#5954aa Color Hex

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

Color spaces of #5954aa

RGB 8984170
HSL0.680.340.50
HSV243°51°67°
CMYK 0.480.510.00   0.33
XYZ14.545811.366839.4576
Yxy11.36680.22250.1739
Hunter Lab33.714718.0110-45.7891
CIE-Lab40.191525.2414-45.7074

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

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

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

Base Numbers

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

RGB Percentages of Color #5954aa

%25.95
%24.49
%49.56

CMYK Percentages of Color #5954aa

%48
%51
%0
%33

Triadic Colors of #5954aa

#5954aa #aa5954 #54aa59

Analogous Colors of #5954aa

#5954aa #8454aa #547aaa

Monochromatic Colors of #5954aa

#5954aa

Complementary Color

#5954aa #a5aa54

#5954aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5954aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5954aa Color CSS Codes

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

#5954aa Text Font Color

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

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


#5954aa Background Color

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

This div background color is #5954aa


#5954aa Border Color

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

This div border color is #5954aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5954aa


Comments

No comments written yet.

Please login to write comment.