Color Hex Logo

#5572db Color Hex

#5572DB
(85,114,219)
0 Favorites   0 Comments

Color spaces of #5572db

RGB 85114219
HSL0.630.650.60
HSV227°61°86°
CMYK 0.610.480.00   0.14
XYZ22.549819.080469.5122
Yxy19.08040.20290.1717
Hunter Lab43.681115.7063-63.7747
CIE-Lab50.781121.6817-57.0722

#5572db color RGB value is (85,114,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 11011011
Octal 125 162 333
Decimal 85 114 219
Hex 55 72 DB

RGB Percentages of Color #5572db

%20.33
%27.27
%52.39

CMYK Percentages of Color #5572db

%61
%48
%0
%14

Triadic Colors of #5572db

#5572db #db5572 #72db55

Analogous Colors of #5572db

#5572db #7b55db #55b5db

Monochromatic Colors of #5572db

#5572db

Complementary Color

#5572db #dbbe55

#5572db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5572db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5572db Color CSS Codes

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

#5572db Text Font Color

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

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


#5572db Background Color

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

This div background color is #5572db


#5572db Border Color

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

This div border color is #5572db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5572db

#5572db Color Palettes


Comments

No comments written yet.

Please login to write comment.