Color Hex Logo

#5641ab Color Hex

#5641AB
(86,65,171)
0 Favorites   0 Comments

Color spaces of #5641ab

RGB 8665171
HSL0.700.450.46
HSV252°62°67°
CMYK 0.500.620.00   0.33
XYZ13.07878.699339.5179
Yxy8.69930.21340.1419
Hunter Lab29.494627.5363-58.7927
CIE-Lab35.398836.5877-54.0433

#5641ab color RGB value is (86,65,171).

#5641ab hex color red value is 86, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5641ab hue: 0.70 , saturation: 0.45 and the lightness value of 5641ab is 0.46.

The process color (four color CMYK) of #5641ab color hex is 0.50, 0.62, 0.00, 0.33. Web safe color of #5641ab is #663399. Color #5641ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000001 10101011
Octal 126 101 253
Decimal 86 65 171
Hex 56 41 AB

RGB Percentages of Color #5641ab

%26.71
%20.19
%53.11

CMYK Percentages of Color #5641ab

%50
%62
%0
%33

Triadic Colors of #5641ab

#5641ab #ab5641 #41ab56

Analogous Colors of #5641ab

#5641ab #8b41ab #4161ab

Monochromatic Colors of #5641ab

#5641ab

Complementary Color

#5641ab #96ab41

#5641ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5641ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5641ab Color CSS Codes

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

#5641ab Text Font Color

<p style="color:#5641ab">Text here</p>

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


#5641ab Background Color

<div style="background-color:#5641ab">
Div content here</div>

This div background color is #5641ab


#5641ab Border Color

<div style="border:3px solid #5641ab">
Div here</div>

This div border color is #5641ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,65,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5641ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5641ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5641ab;
  box-shadow:         1px 1px 3px 2px #5641ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5641ab


Comments

No comments written yet.

Please login to write comment.