Color Hex Logo

#565cbd Color Hex

#565CBD
(86,92,189)
0 Favorites   0 Comments

Color spaces of #565cbd

RGB 8692189
HSL0.660.440.54
HSV237°54°74°
CMYK 0.540.510.00   0.26
XYZ16.850213.306849.8245
Yxy13.30680.21070.1664
Hunter Lab36.478518.6156-55.4469
CIE-Lab43.221925.6161-52.0127

#565cbd color RGB value is (86,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011100 10111101
Octal 126 134 275
Decimal 86 92 189
Hex 56 5C BD

RGB Percentages of Color #565cbd

%23.43
%25.07
%51.50

CMYK Percentages of Color #565cbd

%54
%51
%0
%26

Triadic Colors of #565cbd

#565cbd #bd565c #5cbd56

Analogous Colors of #565cbd

#565cbd #8456bd #5690bd

Monochromatic Colors of #565cbd

#565cbd

Complementary Color

#565cbd #bdb756

#565cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#565cbd Color CSS Codes

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

#565cbd Text Font Color

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

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


#565cbd Background Color

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

This div background color is #565cbd


#565cbd Border Color

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

This div border color is #565cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565cbd


Comments

No comments written yet.

Please login to write comment.