Color Hex Logo

#5690db Color Hex

#5690DB
(86,144,219)
0 Favorites   0 Comments

Color spaces of #5690db

RGB 86144219
HSL0.590.650.60
HSV214°61°86°
CMYK 0.610.340.00   0.14
XYZ26.597227.039470.8351
Yxy27.03940.21370.2172
Hunter Lab51.99940.3020-44.3669
CIE-Lab59.01083.7189-43.9688

#5690db color RGB value is (86,144,219).

#5690db hex color red value is 86, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5690db hue: 0.59 , saturation: 0.65 and the lightness value of 5690db is 0.60.

The process color (four color CMYK) of #5690db color hex is 0.61, 0.34, 0.00, 0.14. Web safe color of #5690db is #6699cc. Color #5690db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10010000 11011011
Octal 126 220 333
Decimal 86 144 219
Hex 56 90 DB

RGB Percentages of Color #5690db

%19.15
%32.07
%48.78

CMYK Percentages of Color #5690db

%61
%34
%0
%14

Triadic Colors of #5690db

#5690db #db5690 #90db56

Analogous Colors of #5690db

#5690db #5f56db #56d3db

Monochromatic Colors of #5690db

#5690db

Complementary Color

#5690db #dba156

#5690db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5690db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5690db Color CSS Codes

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

#5690db Text Font Color

<p style="color:#5690db">Text here</p>

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


#5690db Background Color

<div style="background-color:#5690db">
Div content here</div>

This div background color is #5690db


#5690db Border Color

<div style="border:3px solid #5690db">
Div here</div>

This div border color is #5690db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,144,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5690db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5690db;
  -webkit-box-shadow: 1px 1px 3px 2px #5690db;
  box-shadow:         1px 1px 3px 2px #5690db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5690db


Comments

No comments written yet.

Please login to write comment.