Color Hex Logo

#5664ba Color Hex

#5664BA
(86,100,186)
0 Favorites   0 Comments

Color spaces of #5664ba

RGB 86100186
HSL0.640.420.53
HSV232°54°73°
CMYK 0.540.460.00   0.27
XYZ17.257814.637948.3702
Yxy14.63790.21500.1824
Hunter Lab38.259513.5622-48.1767
CIE-Lab45.134219.6204-47.2014

#5664ba color RGB value is (86,100,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100100 10111010
Octal 126 144 272
Decimal 86 100 186
Hex 56 64 BA

RGB Percentages of Color #5664ba

%23.12
%26.88
%50.00

CMYK Percentages of Color #5664ba

%54
%46
%0
%27

Triadic Colors of #5664ba

#5664ba #ba5664 #64ba56

Analogous Colors of #5664ba

#5664ba #7a56ba #5696ba

Monochromatic Colors of #5664ba

#5664ba

Complementary Color

#5664ba #baac56

#5664ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5664ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5664ba Color CSS Codes

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

#5664ba Text Font Color

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

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


#5664ba Background Color

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

This div background color is #5664ba


#5664ba Border Color

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

This div border color is #5664ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5664ba


Comments

No comments written yet.

Please login to write comment.