Color Hex Logo

#5657ba Color Hex

#5657BA
(86,87,186)
0 Favorites   0 Comments

Color spaces of #5657ba

RGB 8687186
HSL0.670.420.53
HSV239°54°73°
CMYK 0.540.530.00   0.27
XYZ16.108912.340047.9872
Yxy12.34000.21070.1614
Hunter Lab35.128320.3807-56.4035
CIE-Lab41.751527.7734-52.6298

#5657ba color RGB value is (86,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 10111010
Octal 126 127 272
Decimal 86 87 186
Hex 56 57 BA

RGB Percentages of Color #5657ba

%23.96
%24.23
%51.81

CMYK Percentages of Color #5657ba

%54
%53
%0
%27

Triadic Colors of #5657ba

#5657ba #ba5657 #57ba56

Analogous Colors of #5657ba

#5657ba #8756ba #5689ba

Monochromatic Colors of #5657ba

#5657ba

Complementary Color

#5657ba #bab956

#5657ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5657ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5657ba Color CSS Codes

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

#5657ba Text Font Color

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

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


#5657ba Background Color

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

This div background color is #5657ba


#5657ba Border Color

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

This div border color is #5657ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5657ba


Comments

No comments written yet.

Please login to write comment.