Color Hex Logo

#565dbb Color Hex

#565DBB
(86,93,187)
0 Favorites   0 Comments

Color spaces of #565dbb

RGB 8693187
HSL0.660.430.54
HSV236°54°73°
CMYK 0.540.500.00   0.27
XYZ16.721713.395048.7179
Yxy13.39500.21210.1699
Hunter Lab36.599217.5058-53.3027
CIE-Lab43.352524.3376-50.6381

#565dbb color RGB value is (86,93,187).

#565dbb hex color red value is 86, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #565dbb hue: 0.66 , saturation: 0.43 and the lightness value of 565dbb is 0.54.

The process color (four color CMYK) of #565dbb color hex is 0.54, 0.50, 0.00, 0.27. Web safe color of #565dbb is #6666cc. Color #565dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011101 10111011
Octal 126 135 273
Decimal 86 93 187
Hex 56 5D BB

RGB Percentages of Color #565dbb

%23.50
%25.41
%51.09

CMYK Percentages of Color #565dbb

%54
%50
%0
%27

Triadic Colors of #565dbb

#565dbb #bb565d #5dbb56

Analogous Colors of #565dbb

#565dbb #8256bb #5690bb

Monochromatic Colors of #565dbb

#565dbb

Complementary Color

#565dbb #bbb456

#565dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#565dbb Color CSS Codes

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

#565dbb Text Font Color

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

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


#565dbb Background Color

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

This div background color is #565dbb


#565dbb Border Color

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

This div border color is #565dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565dbb


Comments

No comments written yet.

Please login to write comment.