Color Hex Logo

#5756bb Color Hex

#5756BB
(87,86,187)
0 Favorites   0 Comments

Color spaces of #5756bb

RGB 8786187
HSL0.670.430.54
HSV241°54°73°
CMYK 0.530.540.00   0.27
XYZ16.227912.269748.5267
Yxy12.26970.21070.1593
Hunter Lab35.028121.3966-57.6185
CIE-Lab41.641628.9267-53.3875

#5756bb color RGB value is (87,86,187).

#5756bb hex color red value is 87, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5756bb hue: 0.67 , saturation: 0.43 and the lightness value of 5756bb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010110 10111011
Octal 127 126 273
Decimal 87 86 187
Hex 57 56 BB

RGB Percentages of Color #5756bb

%24.17
%23.89
%51.94

CMYK Percentages of Color #5756bb

%53
%54
%0
%27

Triadic Colors of #5756bb

#5756bb #bb5756 #56bb57

Analogous Colors of #5756bb

#5756bb #8a56bb #5688bb

Monochromatic Colors of #5756bb

#5756bb

Complementary Color

#5756bb #babb56

#5756bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5756bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5756bb Color CSS Codes

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

#5756bb Text Font Color

<p style="color:#5756bb">Text here</p>

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


#5756bb Background Color

<div style="background-color:#5756bb">
Div content here</div>

This div background color is #5756bb


#5756bb Border Color

<div style="border:3px solid #5756bb">
Div here</div>

This div border color is #5756bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5756bb


Comments

No comments written yet.

Please login to write comment.