Color Hex Logo

#5664bc Color Hex

#5664BC
(86,100,188)
0 Favorites   0 Comments

Color spaces of #5664bc

RGB 86100188
HSL0.640.430.54
HSV232°54°74°
CMYK 0.540.470.00   0.26
XYZ17.472014.723649.4980
Yxy14.72360.21390.1802
Hunter Lab38.371314.1283-49.6226
CIE-Lab45.253320.2737-48.1730

#5664bc color RGB value is (86,100,188).

#5664bc hex color red value is 86, green value is 100 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5664bc hue: 0.64 , saturation: 0.43 and the lightness value of 5664bc is 0.54.

The process color (four color CMYK) of #5664bc color hex is 0.54, 0.47, 0.00, 0.26. Web safe color of #5664bc is #6666cc. Color #5664bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100100 10111100
Octal 126 144 274
Decimal 86 100 188
Hex 56 64 BC

RGB Percentages of Color #5664bc

%22.99
%26.74
%50.27

CMYK Percentages of Color #5664bc

%54
%47
%0
%26

Triadic Colors of #5664bc

#5664bc #bc5664 #64bc56

Analogous Colors of #5664bc

#5664bc #7b56bc #5697bc

Monochromatic Colors of #5664bc

#5664bc

Complementary Color

#5664bc #bcae56

#5664bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5664bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5664bc Color CSS Codes

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

#5664bc Text Font Color

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

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


#5664bc Background Color

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

This div background color is #5664bc


#5664bc Border Color

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

This div border color is #5664bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5664bc


Comments

No comments written yet.

Please login to write comment.