Color Hex Logo

#5657b5 Color Hex

#5657B5
(86,87,181)
0 Favorites   0 Comments

Color spaces of #5657b5

RGB 8687181
HSL0.660.390.52
HSV239°52°71°
CMYK 0.520.520.00   0.29
XYZ15.586412.131045.2361
Yxy12.13100.21360.1663
Hunter Lab34.829618.9278-52.6242
CIE-Lab41.423626.1621-50.2292

#5657b5 color RGB value is (86,87,181).

#5657b5 hex color red value is 86, green value is 87 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #5657b5 hue: 0.66 , saturation: 0.39 and the lightness value of 5657b5 is 0.52.

The process color (four color CMYK) of #5657b5 color hex is 0.52, 0.52, 0.00, 0.29. Web safe color of #5657b5 is #6666cc. Color #5657b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 10110101
Octal 126 127 265
Decimal 86 87 181
Hex 56 57 B5

RGB Percentages of Color #5657b5

%24.29
%24.58
%51.13

CMYK Percentages of Color #5657b5

%52
%52
%0
%29

Triadic Colors of #5657b5

#5657b5 #b55657 #57b556

Analogous Colors of #5657b5

#5657b5 #8556b5 #5687b5

Monochromatic Colors of #5657b5

#5657b5

Complementary Color

#5657b5 #b5b456

#5657b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5657b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5657b5 Color CSS Codes

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

#5657b5 Text Font Color

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

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


#5657b5 Background Color

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

This div background color is #5657b5


#5657b5 Border Color

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

This div border color is #5657b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5657b5


Comments

No comments written yet.

Please login to write comment.