Color Hex Logo

#5656dd Color Hex

#5656DD
(86,86,221)
0 Favorites   0 Comments

Color spaces of #5656dd

RGB 8686221
HSL0.670.670.60
HSV240°61°87°
CMYK 0.610.610.00   0.13
XYZ20.216713.854570.0153
Yxy13.85450.19420.1331
Hunter Lab37.221631.8133-85.4716
CIE-Lab44.023539.7432-69.1377

#5656dd color RGB value is (86,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010110 11011101
Octal 126 126 335
Decimal 86 86 221
Hex 56 56 DD

RGB Percentages of Color #5656dd

%21.88
%21.88
%56.23

CMYK Percentages of Color #5656dd

%61
%61
%0
%13

Triadic Colors of #5656dd

#5656dd #dd5656 #56dd56

Analogous Colors of #5656dd

#5656dd #9a56dd #569add

Monochromatic Colors of #5656dd

#5656dd

Complementary Color

#5656dd #dddd56

#5656dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5656dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5656dd Color CSS Codes

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

#5656dd Text Font Color

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

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


#5656dd Background Color

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

This div background color is #5656dd


#5656dd Border Color

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

This div border color is #5656dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5656dd

#5656dd Color Palettes


Comments

No comments written yet.

Please login to write comment.