Color Hex Logo

#5576db Color Hex

#5576DB
(85,118,219)
0 Favorites   0 Comments

Color spaces of #5576db

RGB 85118219
HSL0.630.650.60
HSV225°61°86°
CMYK 0.610.460.00   0.14
XYZ23.010920.002669.6659
Yxy20.00260.20420.1775
Hunter Lab44.724313.5718-61.0476
CIE-Lab51.840219.2125-55.3732

#5576db color RGB value is (85,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110110 11011011
Octal 125 166 333
Decimal 85 118 219
Hex 55 76 DB

RGB Percentages of Color #5576db

%20.14
%27.96
%51.90

CMYK Percentages of Color #5576db

%61
%46
%0
%14

Triadic Colors of #5576db

#5576db #db5576 #76db55

Analogous Colors of #5576db

#5576db #7755db #55b9db

Monochromatic Colors of #5576db

#5576db

Complementary Color

#5576db #dbba55

#5576db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5576db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5576db Color CSS Codes

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

#5576db Text Font Color

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

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


#5576db Background Color

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

This div background color is #5576db


#5576db Border Color

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

This div border color is #5576db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5576db

#5576db Color Palettes


Comments

No comments written yet.

Please login to write comment.