Color Hex Logo

#5562db Color Hex

#5562DB
(85,98,219)
0 Favorites   0 Comments

Color spaces of #5562db

RGB 8598219
HSL0.650.650.60
HSV234°61°86°
CMYK 0.610.550.00   0.14
XYZ20.900215.781168.9623
Yxy15.78110.19780.1494
Hunter Lab39.725424.3923-75.1181
CIE-Lab46.686031.5936-63.6775

#5562db color RGB value is (85,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100010 11011011
Octal 125 142 333
Decimal 85 98 219
Hex 55 62 DB

RGB Percentages of Color #5562db

%21.14
%24.38
%54.48

CMYK Percentages of Color #5562db

%61
%55
%0
%14

Triadic Colors of #5562db

#5562db #db5562 #62db55

Analogous Colors of #5562db

#5562db #8b55db #55a5db

Monochromatic Colors of #5562db

#5562db

Complementary Color

#5562db #dbce55

#5562db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5562db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5562db Color CSS Codes

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

#5562db Text Font Color

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

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


#5562db Background Color

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

This div background color is #5562db


#5562db Border Color

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

This div border color is #5562db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5562db


Comments

No comments written yet.

Please login to write comment.