Color Hex Logo

#5978aa Color Hex

#5978AA
(89,120,170)
0 Favorites   0 Comments

Color spaces of #5978aa

RGB 89120170
HSL0.600.320.51
HSV217°48°67°
CMYK 0.480.290.00   0.33
XYZ18.092018.459140.6396
Yxy18.45910.23440.2391
Hunter Lab42.9641-0.0214-26.0074
CIE-Lab50.04832.9294-30.1228

#5978aa color RGB value is (89,120,170).

#5978aa hex color red value is 89, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5978aa hue: 0.60 , saturation: 0.32 and the lightness value of 5978aa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111000 10101010
Octal 131 170 252
Decimal 89 120 170
Hex 59 78 AA

RGB Percentages of Color #5978aa

%23.48
%31.66
%44.85

CMYK Percentages of Color #5978aa

%48
%29
%0
%33

Triadic Colors of #5978aa

#5978aa #aa5978 #78aa59

Analogous Colors of #5978aa

#5978aa #6259aa #59a1aa

Monochromatic Colors of #5978aa

#5978aa

Complementary Color

#5978aa #aa8b59

#5978aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5978aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5978aa Color CSS Codes

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

#5978aa Text Font Color

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

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


#5978aa Background Color

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

This div background color is #5978aa


#5978aa Border Color

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

This div border color is #5978aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5978aa


Comments

No comments written yet.

Please login to write comment.