Color Hex Logo

#5669df Color Hex

#5669DF
(86,105,223)
0 Favorites   0 Comments

Color spaces of #5669df

RGB 86105223
HSL0.640.680.61
HSV232°61°87°
CMYK 0.610.530.00   0.13
XYZ22.208617.409372.0018
Yxy17.40930.19900.1560
Hunter Lab41.724521.9921-73.1067
CIE-Lab48.771728.7741-62.5687

#5669df color RGB value is (86,105,223).

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

The process color (four color CMYK) of #5669df color hex is 0.61, 0.53, 0.00, 0.13. Web safe color of #5669df is #6666cc. Color #5669df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 11011111
Octal 126 151 337
Decimal 86 105 223
Hex 56 69 DF

RGB Percentages of Color #5669df

%20.77
%25.36
%53.86

CMYK Percentages of Color #5669df

%61
%53
%0
%13

Triadic Colors of #5669df

#5669df #df5669 #69df56

Analogous Colors of #5669df

#5669df #8856df #56aedf

Monochromatic Colors of #5669df

#5669df

Complementary Color

#5669df #dfcc56

#5669df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5669df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5669df Color CSS Codes

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

#5669df Text Font Color

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

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


#5669df Background Color

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

This div background color is #5669df


#5669df Border Color

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

This div border color is #5669df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5669df


Comments

No comments written yet.

Please login to write comment.