Color Hex Logo

#5665eb Color Hex

#5665EB
(86,101,235)
0 Favorites   0 Comments

Color spaces of #5665eb

RGB 86101235
HSL0.650.790.63
HSV234°63°92°
CMYK 0.630.570.00   0.08
XYZ23.486817.284080.6955
Yxy17.28400.19340.1423
Hunter Lab41.574028.0871-85.9805
CIE-Lab48.615935.2438-69.5854

#5665eb color RGB value is (86,101,235).

#5665eb hex color red value is 86, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5665eb hue: 0.65 , saturation: 0.79 and the lightness value of 5665eb is 0.63.

The process color (four color CMYK) of #5665eb color hex is 0.63, 0.57, 0.00, 0.08. Web safe color of #5665eb is #6666ff. Color #5665eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100101 11101011
Octal 126 145 353
Decimal 86 101 235
Hex 56 65 EB

RGB Percentages of Color #5665eb

%20.38
%23.93
%55.69

CMYK Percentages of Color #5665eb

%63
%57
%0
%8

Triadic Colors of #5665eb

#5665eb #eb5665 #65eb56

Analogous Colors of #5665eb

#5665eb #9256eb #56b0eb

Monochromatic Colors of #5665eb

#5665eb

Complementary Color

#5665eb #ebdc56

#5665eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5665eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5665eb Color CSS Codes

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

#5665eb Text Font Color

<p style="color:#5665eb">Text here</p>

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


#5665eb Background Color

<div style="background-color:#5665eb">
Div content here</div>

This div background color is #5665eb


#5665eb Border Color

<div style="border:3px solid #5665eb">
Div here</div>

This div border color is #5665eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,101,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5665eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5665eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5665eb;
  box-shadow:         1px 1px 3px 2px #5665eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5665eb


Comments

No comments written yet.

Please login to write comment.