Color Hex Logo

#5665bb Color Hex

#5665BB
(86,101,187)
0 Favorites   0 Comments

Color spaces of #5665bb

RGB 86101187
HSL0.640.430.54
HSV231°54°73°
CMYK 0.540.460.00   0.27
XYZ17.461114.873748.9643
Yxy14.87370.21480.1830
Hunter Lab38.566413.3253-48.2786
CIE-Lab45.460719.3204-47.2607

#5665bb color RGB value is (86,101,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100101 10111011
Octal 126 145 273
Decimal 86 101 187
Hex 56 65 BB

RGB Percentages of Color #5665bb

%22.99
%27.01
%50.00

CMYK Percentages of Color #5665bb

%54
%46
%0
%27

Triadic Colors of #5665bb

#5665bb #bb5665 #65bb56

Analogous Colors of #5665bb

#5665bb #7a56bb #5698bb

Monochromatic Colors of #5665bb

#5665bb

Complementary Color

#5665bb #bbac56

#5665bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5665bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5665bb Color CSS Codes

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

#5665bb Text Font Color

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

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


#5665bb Background Color

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

This div background color is #5665bb


#5665bb Border Color

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

This div border color is #5665bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5665bb


Comments

No comments written yet.

Please login to write comment.