Color Hex Logo

#5677bb Color Hex

#5677BB
(86,119,187)
0 Favorites   0 Comments

Color spaces of #5677bb

RGB 86119187
HSL0.610.430.54
HSV220°54°73°
CMYK 0.540.360.00   0.27
XYZ19.404218.759949.6120
Yxy18.75990.22110.2137
Hunter Lab43.31274.1712-37.5941
CIE-Lab50.40518.1833-39.4085

#5677bb color RGB value is (86,119,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110111 10111011
Octal 126 167 273
Decimal 86 119 187
Hex 56 77 BB

RGB Percentages of Color #5677bb

%21.94
%30.36
%47.70

CMYK Percentages of Color #5677bb

%54
%36
%0
%27

Triadic Colors of #5677bb

#5677bb #bb5677 #77bb56

Analogous Colors of #5677bb

#5677bb #6856bb #56aabb

Monochromatic Colors of #5677bb

#5677bb

Complementary Color

#5677bb #bb9a56

#5677bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5677bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5677bb Color CSS Codes

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

#5677bb Text Font Color

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

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


#5677bb Background Color

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

This div background color is #5677bb


#5677bb Border Color

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

This div border color is #5677bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5677bb


Comments

No comments written yet.

Please login to write comment.