Color Hex Logo

#5647ab Color Hex

#5647AB
(86,71,171)
0 Favorites   0 Comments

Color spaces of #5647ab

RGB 8671171
HSL0.690.410.47
HSV249°58°67°
CMYK 0.500.580.00   0.33
XYZ13.44179.425239.6389
Yxy9.42520.21500.1508
Hunter Lab30.700524.4274-55.0619
CIE-Lab36.790432.9558-51.7894

#5647ab color RGB value is (86,71,171).

#5647ab hex color red value is 86, green value is 71 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5647ab hue: 0.69 , saturation: 0.41 and the lightness value of 5647ab is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000111 10101011
Octal 126 107 253
Decimal 86 71 171
Hex 56 47 AB

RGB Percentages of Color #5647ab

%26.22
%21.65
%52.13

CMYK Percentages of Color #5647ab

%50
%58
%0
%33

Triadic Colors of #5647ab

#5647ab #ab5647 #47ab56

Analogous Colors of #5647ab

#5647ab #8847ab #476aab

Monochromatic Colors of #5647ab

#5647ab

Complementary Color

#5647ab #9cab47

#5647ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5647ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5647ab Color CSS Codes

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

#5647ab Text Font Color

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

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


#5647ab Background Color

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

This div background color is #5647ab


#5647ab Border Color

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

This div border color is #5647ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5647ab


Comments

No comments written yet.

Please login to write comment.