Color Hex Logo

#5969aa Color Hex

#5969AA
(89,105,170)
0 Favorites   0 Comments

Color spaces of #5969aa

RGB 89105170
HSL0.630.320.51
HSV228°48°67°
CMYK 0.480.380.00   0.33
XYZ16.427115.129340.0847
Yxy15.12930.22930.2112
Hunter Lab38.89647.3171-33.8739
CIE-Lab45.810812.0864-36.7704

#5969aa color RGB value is (89,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101001 10101010
Octal 131 151 252
Decimal 89 105 170
Hex 59 69 AA

RGB Percentages of Color #5969aa

%24.45
%28.85
%46.70

CMYK Percentages of Color #5969aa

%48
%38
%0
%33

Triadic Colors of #5969aa

#5969aa #aa5969 #69aa59

Analogous Colors of #5969aa

#5969aa #7259aa #5992aa

Monochromatic Colors of #5969aa

#5969aa

Complementary Color

#5969aa #aa9a59

#5969aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5969aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5969aa Color CSS Codes

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

#5969aa Text Font Color

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

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


#5969aa Background Color

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

This div background color is #5969aa


#5969aa Border Color

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

This div border color is #5969aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5969aa


Comments

No comments written yet.

Please login to write comment.