Color Hex Logo

#5637aa Color Hex

#5637AA
(86,55,170)
0 Favorites   0 Comments

Color spaces of #5637aa

RGB 8655170
HSL0.710.510.44
HSV256°68°67°
CMYK 0.490.680.00   0.33
XYZ12.45967.613138.8430
Yxy7.61310.21150.1292
Hunter Lab27.591832.3192-64.1524
CIE-Lab33.163842.0822-57.0799

#5637aa color RGB value is (86,55,170).

#5637aa hex color red value is 86, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5637aa hue: 0.71 , saturation: 0.51 and the lightness value of 5637aa is 0.44.

The process color (four color CMYK) of #5637aa color hex is 0.49, 0.68, 0.00, 0.33. Web safe color of #5637aa is #663399. Color #5637aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 10101010
Octal 126 67 252
Decimal 86 55 170
Hex 56 37 AA

RGB Percentages of Color #5637aa

%27.65
%17.68
%54.66

CMYK Percentages of Color #5637aa

%49
%68
%0
%33

Triadic Colors of #5637aa

#5637aa #aa5637 #37aa56

Analogous Colors of #5637aa

#5637aa #9037aa #3751aa

Monochromatic Colors of #5637aa

#5637aa

Complementary Color

#5637aa #8baa37

#5637aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5637aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5637aa Color CSS Codes

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

#5637aa Text Font Color

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

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


#5637aa Background Color

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

This div background color is #5637aa


#5637aa Border Color

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

This div border color is #5637aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5637aa


Comments

No comments written yet.

Please login to write comment.