Color Hex Logo

#5664df Color Hex

#5664DF
(86,100,223)
0 Favorites   0 Comments

Color spaces of #5664df

RGB 86100223
HSL0.650.680.61
HSV234°61°87°
CMYK 0.610.550.00   0.13
XYZ21.714216.420571.8370
Yxy16.42050.19750.1493
Hunter Lab40.522224.7370-76.7426
CIE-Lab47.521431.8607-64.5913

#5664df color RGB value is (86,100,223).

#5664df hex color red value is 86, green value is 100 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5664df hue: 0.65 , saturation: 0.68 and the lightness value of 5664df is 0.61.

The process color (four color CMYK) of #5664df color hex is 0.61, 0.55, 0.00, 0.13. Web safe color of #5664df is #6666cc. Color #5664df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100100 11011111
Octal 126 144 337
Decimal 86 100 223
Hex 56 64 DF

RGB Percentages of Color #5664df

%21.03
%24.45
%54.52

CMYK Percentages of Color #5664df

%61
%55
%0
%13

Triadic Colors of #5664df

#5664df #df5664 #64df56

Analogous Colors of #5664df

#5664df #8d56df #56a9df

Monochromatic Colors of #5664df

#5664df

Complementary Color

#5664df #dfd156

#5664df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5664df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5664df Color CSS Codes

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

#5664df Text Font Color

<p style="color:#5664df">Text here</p>

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


#5664df Background Color

<div style="background-color:#5664df">
Div content here</div>

This div background color is #5664df


#5664df Border Color

<div style="border:3px solid #5664df">
Div here</div>

This div border color is #5664df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,100,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5664df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5664df;
  -webkit-box-shadow: 1px 1px 3px 2px #5664df;
  box-shadow:         1px 1px 3px 2px #5664df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5664df


Comments

No comments written yet.

Please login to write comment.