Color Hex Logo

#5656db Color Hex

#5656DB
(86,86,219)
0 Favorites   0 Comments

Color spaces of #5656db

RGB 8686219
HSL0.670.650.60
HSV240°61°86°
CMYK 0.610.610.00   0.14
XYZ19.951713.748568.6200
Yxy13.74850.19500.1344
Hunter Lab37.079031.1603-83.7694
CIE-Lab43.870139.0949-68.2479

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010110 11011011
Octal 126 126 333
Decimal 86 86 219
Hex 56 56 DB

RGB Percentages of Color #5656db

%21.99
%21.99
%56.01

CMYK Percentages of Color #5656db

%61
%61
%0
%14

Triadic Colors of #5656db

#5656db #db5656 #56db56

Analogous Colors of #5656db

#5656db #9956db #5699db

Monochromatic Colors of #5656db

#5656db

Complementary Color

#5656db #dbdb56

#5656db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5656db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5656db Color CSS Codes

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

#5656db Text Font Color

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

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


#5656db Background Color

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

This div background color is #5656db


#5656db Border Color

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

This div border color is #5656db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5656db


Comments

No comments written yet.

Please login to write comment.