Color Hex Logo

#5560df Color Hex

#5560DF
(85,96,223)
0 Favorites   0 Comments

Color spaces of #5560df

RGB 8596223
HSL0.650.680.60
HSV235°62°87°
CMYK 0.620.570.00   0.13
XYZ21.248515.624871.7080
Yxy15.62480.19570.1439
Hunter Lab39.528226.7788-79.8880
CIE-Lab46.478334.1558-66.2854

#5560df color RGB value is (85,96,223).

#5560df hex color red value is 85, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5560df hue: 0.65 , saturation: 0.68 and the lightness value of 5560df is 0.60.

The process color (four color CMYK) of #5560df color hex is 0.62, 0.57, 0.00, 0.13. Web safe color of #5560df is #6666cc. Color #5560df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100000 11011111
Octal 125 140 337
Decimal 85 96 223
Hex 55 60 DF

RGB Percentages of Color #5560df

%21.04
%23.76
%55.20

CMYK Percentages of Color #5560df

%62
%57
%0
%13

Triadic Colors of #5560df

#5560df #df5560 #60df55

Analogous Colors of #5560df

#5560df #8f55df #55a5df

Monochromatic Colors of #5560df

#5560df

Complementary Color

#5560df #dfd455

#5560df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5560df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5560df Color CSS Codes

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

#5560df Text Font Color

<p style="color:#5560df">Text here</p>

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


#5560df Background Color

<div style="background-color:#5560df">
Div content here</div>

This div background color is #5560df


#5560df Border Color

<div style="border:3px solid #5560df">
Div here</div>

This div border color is #5560df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,96,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5560df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5560df;
  -webkit-box-shadow: 1px 1px 3px 2px #5560df;
  box-shadow:         1px 1px 3px 2px #5560df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,96,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5560df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5560df


Comments

No comments written yet.

Please login to write comment.