Color Hex Logo

#5662db Color Hex

#5662DB
(86,98,219)
0 Favorites   0 Comments

Color spaces of #5662db

RGB 8698219
HSL0.650.650.60
HSV235°61°86°
CMYK 0.610.550.00   0.14
XYZ20.991615.828368.9666
Yxy15.82830.19840.1496
Hunter Lab39.784824.5583-74.9293
CIE-Lab46.748431.7637-63.5734

#5662db color RGB value is (86,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100010 11011011
Octal 126 142 333
Decimal 86 98 219
Hex 56 62 DB

RGB Percentages of Color #5662db

%21.34
%24.32
%54.34

CMYK Percentages of Color #5662db

%61
%55
%0
%14

Triadic Colors of #5662db

#5662db #db5662 #62db56

Analogous Colors of #5662db

#5662db #8d56db #56a5db

Monochromatic Colors of #5662db

#5662db

Complementary Color

#5662db #dbcf56

#5662db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5662db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5662db Color CSS Codes

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

#5662db Text Font Color

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

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


#5662db Background Color

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

This div background color is #5662db


#5662db Border Color

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

This div border color is #5662db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5662db


Comments

No comments written yet.

Please login to write comment.