Color Hex Logo

#5669bb Color Hex

#5669BB
(86,105,187)
0 Favorites   0 Comments

Color spaces of #5669bb

RGB 86105187
HSL0.640.430.54
HSV229°54°73°
CMYK 0.540.440.00   0.27
XYZ17.859015.669449.0969
Yxy15.66940.21610.1896
Hunter Lab39.584611.2591-45.8284
CIE-Lab46.537716.8210-45.5419

#5669bb color RGB value is (86,105,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 10111011
Octal 126 151 273
Decimal 86 105 187
Hex 56 69 BB

RGB Percentages of Color #5669bb

%22.75
%27.78
%49.47

CMYK Percentages of Color #5669bb

%54
%44
%0
%27

Triadic Colors of #5669bb

#5669bb #bb5669 #69bb56

Analogous Colors of #5669bb

#5669bb #7656bb #569cbb

Monochromatic Colors of #5669bb

#5669bb

Complementary Color

#5669bb #bba856

#5669bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5669bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5669bb Color CSS Codes

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

#5669bb Text Font Color

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

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


#5669bb Background Color

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

This div background color is #5669bb


#5669bb Border Color

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

This div border color is #5669bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5669bb


Comments

No comments written yet.

Please login to write comment.