Color Hex Logo

#5956bb Color Hex

#5956BB
(89,86,187)
0 Favorites   0 Comments

Color spaces of #5956bb

RGB 8986187
HSL0.670.430.54
HSV242°54°73°
CMYK 0.520.540.00   0.27
XYZ16.417312.367348.5355
Yxy12.36730.21230.1599
Hunter Lab35.167221.7877-57.2113
CIE-Lab41.794029.3446-53.1339

#5956bb color RGB value is (89,86,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 10111011
Octal 131 126 273
Decimal 89 86 187
Hex 59 56 BB

RGB Percentages of Color #5956bb

%24.59
%23.76
%51.66

CMYK Percentages of Color #5956bb

%52
%54
%0
%27

Triadic Colors of #5956bb

#5956bb #bb5956 #56bb59

Analogous Colors of #5956bb

#5956bb #8c56bb #5686bb

Monochromatic Colors of #5956bb

#5956bb

Complementary Color

#5956bb #b8bb56

#5956bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5956bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5956bb Color CSS Codes

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

#5956bb Text Font Color

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

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


#5956bb Background Color

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

This div background color is #5956bb


#5956bb Border Color

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

This div border color is #5956bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,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 #5956bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5956bb


Comments

No comments written yet.

Please login to write comment.