Color Hex Logo

#5639ac Color Hex

#5639AC
(86,57,172)
0 Favorites   0 Comments

Color spaces of #5639ac

RGB 8657172
HSL0.710.500.45
HSV255°67°67°
CMYK 0.500.670.00   0.33
XYZ12.74737.883239.8795
Yxy7.88320.21070.1303
Hunter Lab28.077031.9063-64.5592
CIE-Lab33.738441.5453-57.3398

#5639ac color RGB value is (86,57,172).

#5639ac hex color red value is 86, green value is 57 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5639ac hue: 0.71 , saturation: 0.50 and the lightness value of 5639ac is 0.45.

The process color (four color CMYK) of #5639ac color hex is 0.50, 0.67, 0.00, 0.33. Web safe color of #5639ac is #663399. Color #5639ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111001 10101100
Octal 126 71 254
Decimal 86 57 172
Hex 56 39 AC

RGB Percentages of Color #5639ac

%27.30
%18.10
%54.60

CMYK Percentages of Color #5639ac

%50
%67
%0
%33

Triadic Colors of #5639ac

#5639ac #ac5639 #39ac56

Analogous Colors of #5639ac

#5639ac #9039ac #3956ac

Monochromatic Colors of #5639ac

#5639ac

Complementary Color

#5639ac #8fac39

#5639ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5639ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5639ac Color CSS Codes

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

#5639ac Text Font Color

<p style="color:#5639ac">Text here</p>

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


#5639ac Background Color

<div style="background-color:#5639ac">
Div content here</div>

This div background color is #5639ac


#5639ac Border Color

<div style="border:3px solid #5639ac">
Div here</div>

This div border color is #5639ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,57,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5639ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5639ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5639ac;
  box-shadow:         1px 1px 3px 2px #5639ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,57,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5639ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5639ac


Comments

No comments written yet.

Please login to write comment.