Color Hex Logo

#5659aa Color Hex

#5659AA
(86,89,170)
0 Favorites   0 Comments

Color spaces of #5659aa

RGB 8689170
HSL0.660.330.50
HSV238°49°67°
CMYK 0.490.480.00   0.33
XYZ14.665812.025539.5784
Yxy12.02550.22130.1815
Hunter Lab34.677814.8044-43.3943
CIE-Lab41.256621.3839-44.0163

#5659aa color RGB value is (86,89,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011001 10101010
Octal 126 131 252
Decimal 86 89 170
Hex 56 59 AA

RGB Percentages of Color #5659aa

%24.93
%25.80
%49.28

CMYK Percentages of Color #5659aa

%49
%48
%0
%33

Triadic Colors of #5659aa

#5659aa #aa5659 #59aa56

Analogous Colors of #5659aa

#5659aa #7d56aa #5683aa

Monochromatic Colors of #5659aa

#5659aa

Complementary Color

#5659aa #aaa756

#5659aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5659aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5659aa Color CSS Codes

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

#5659aa Text Font Color

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

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


#5659aa Background Color

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

This div background color is #5659aa


#5659aa Border Color

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

This div border color is #5659aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5659aa


Comments

No comments written yet.

Please login to write comment.