Color Hex Logo

#5956db Color Hex

#5956DB
(89,86,219)
0 Favorites   0 Comments

Color spaces of #5956db

RGB 8986219
HSL0.670.650.60
HSV241°61°86°
CMYK 0.590.610.00   0.14
XYZ20.233813.893968.6332
Yxy13.89390.19690.1352
Hunter Lab37.274531.6651-83.0779
CIE-Lab44.080439.5823-67.8963

#5956db color RGB value is (89,86,219).

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

The process color (four color CMYK) of #5956db color hex is 0.59, 0.61, 0.00, 0.14. Web safe color of #5956db is #6666cc. Color #5956db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 11011011
Octal 131 126 333
Decimal 89 86 219
Hex 59 56 DB

RGB Percentages of Color #5956db

%22.59
%21.83
%55.58

CMYK Percentages of Color #5956db

%59
%61
%0
%14

Triadic Colors of #5956db

#5956db #db5956 #56db59

Analogous Colors of #5956db

#5956db #9c56db #5696db

Monochromatic Colors of #5956db

#5956db

Complementary Color

#5956db #d8db56

#5956db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5956db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5956db Color CSS Codes

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

#5956db Text Font Color

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

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


#5956db Background Color

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

This div background color is #5956db


#5956db Border Color

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

This div border color is #5956db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5956db


Comments

No comments written yet.

Please login to write comment.