Color Hex Logo

#5569db Color Hex

#5569DB
(85,105,219)
0 Favorites   0 Comments

Color spaces of #5569db

RGB 85105219
HSL0.640.650.60
HSV231°61°86°
CMYK 0.610.520.00   0.14
XYZ21.584117.148969.1903
Yxy17.14890.20000.1589
Hunter Lab41.411220.5670-70.0745
CIE-Lab48.447127.2590-60.8302

#5569db color RGB value is (85,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101001 11011011
Octal 125 151 333
Decimal 85 105 219
Hex 55 69 DB

RGB Percentages of Color #5569db

%20.78
%25.67
%53.55

CMYK Percentages of Color #5569db

%61
%52
%0
%14

Triadic Colors of #5569db

#5569db #db5569 #69db55

Analogous Colors of #5569db

#5569db #8455db #55acdb

Monochromatic Colors of #5569db

#5569db

Complementary Color

#5569db #dbc755

#5569db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5569db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5569db Color CSS Codes

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

#5569db Text Font Color

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

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


#5569db Background Color

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

This div background color is #5569db


#5569db Border Color

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

This div border color is #5569db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5569db


Comments

No comments written yet.

Please login to write comment.