Color Hex Logo

#5956cb Color Hex

#5956CB
(89,86,203)
0 Favorites   0 Comments

Color spaces of #5956cb

RGB 8986203
HSL0.670.530.57
HSV242°58°80°
CMYK 0.560.580.00   0.20
XYZ18.227113.091258.0661
Yxy13.09120.20390.1465
Hunter Lab36.181826.6039-69.8240
CIE-Lab42.900334.4536-60.6352

#5956cb color RGB value is (89,86,203).

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

The process color (four color CMYK) of #5956cb color hex is 0.56, 0.58, 0.00, 0.20. Web safe color of #5956cb is #6666cc. Color #5956cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 11001011
Octal 131 126 313
Decimal 89 86 203
Hex 59 56 CB

RGB Percentages of Color #5956cb

%23.54
%22.75
%53.70

CMYK Percentages of Color #5956cb

%56
%58
%0
%20

Triadic Colors of #5956cb

#5956cb #cb5956 #56cb59

Analogous Colors of #5956cb

#5956cb #9456cb #568ecb

Monochromatic Colors of #5956cb

#5956cb

Complementary Color

#5956cb #c8cb56

#5956cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5956cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5956cb Color CSS Codes

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

#5956cb Text Font Color

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

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


#5956cb Background Color

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

This div background color is #5956cb


#5956cb Border Color

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

This div border color is #5956cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5956cb


Comments

No comments written yet.

Please login to write comment.