Color Hex Logo

#565bdd Color Hex

#565BDD
(86,91,221)
0 Favorites   0 Comments

Color spaces of #565bdd

RGB 8691221
HSL0.660.670.60
HSV238°61°87°
CMYK 0.610.590.00   0.13
XYZ20.630014.681170.1530
Yxy14.68110.19560.1392
Hunter Lab38.315929.0548-81.7335
CIE-Lab45.194336.7171-67.2323

#565bdd color RGB value is (86,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011011 11011101
Octal 126 133 335
Decimal 86 91 221
Hex 56 5B DD

RGB Percentages of Color #565bdd

%21.61
%22.86
%55.53

CMYK Percentages of Color #565bdd

%61
%59
%0
%13

Triadic Colors of #565bdd

#565bdd #dd565b #5bdd56

Analogous Colors of #565bdd

#565bdd #9556dd #569fdd

Monochromatic Colors of #565bdd

#565bdd

Complementary Color

#565bdd #ddd856

#565bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#565bdd Color CSS Codes

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

#565bdd Text Font Color

<p style="color:#565bdd">Text here</p>

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


#565bdd Background Color

<div style="background-color:#565bdd">
Div content here</div>

This div background color is #565bdd


#565bdd Border Color

<div style="border:3px solid #565bdd">
Div here</div>

This div border color is #565bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565bdd


Comments

No comments written yet.

Please login to write comment.