Color Hex Logo

#5664ce Color Hex

#5664CE
(86,100,206)
0 Favorites   0 Comments

Color spaces of #5664ce

RGB 86100206
HSL0.650.550.57
HSV233°58°81°
CMYK 0.580.510.00   0.19
XYZ19.535515.549060.3641
Yxy15.54900.20470.1629
Hunter Lab39.432219.4260-63.1605
CIE-Lab46.377126.2078-56.7527

#5664ce color RGB value is (86,100,206).

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

The process color (four color CMYK) of #5664ce color hex is 0.58, 0.51, 0.00, 0.19. Web safe color of #5664ce is #6666cc. Color #5664ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100100 11001110
Octal 126 144 316
Decimal 86 100 206
Hex 56 64 CE

RGB Percentages of Color #5664ce

%21.94
%25.51
%52.55

CMYK Percentages of Color #5664ce

%58
%51
%0
%19

Triadic Colors of #5664ce

#5664ce #ce5664 #64ce56

Analogous Colors of #5664ce

#5664ce #8456ce #56a0ce

Monochromatic Colors of #5664ce

#5664ce

Complementary Color

#5664ce #cec056

#5664ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5664ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5664ce Color CSS Codes

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

#5664ce Text Font Color

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

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


#5664ce Background Color

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

This div background color is #5664ce


#5664ce Border Color

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

This div border color is #5664ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5664ce


Comments

No comments written yet.

Please login to write comment.