Color Hex Logo

#5556df Color Hex

#5556DF
(85,86,223)
0 Favorites   0 Comments

Color spaces of #5556df

RGB 8586223
HSL0.670.680.60
HSV240°62°87°
CMYK 0.620.610.00   0.13
XYZ20.393413.914671.4230
Yxy13.91460.19290.1316
Hunter Lab37.302332.3081-87.4115
CIE-Lab44.110240.2367-70.1375

#5556df color RGB value is (85,86,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010110 11011111
Octal 125 126 337
Decimal 85 86 223
Hex 55 56 DF

RGB Percentages of Color #5556df

%21.57
%21.83
%56.60

CMYK Percentages of Color #5556df

%62
%61
%0
%13

Triadic Colors of #5556df

#5556df #df5556 #56df55

Analogous Colors of #5556df

#5556df #9955df #559bdf

Monochromatic Colors of #5556df

#5556df

Complementary Color

#5556df #dfde55

#5556df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5556df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5556df Color CSS Codes

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

#5556df Text Font Color

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

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


#5556df Background Color

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

This div background color is #5556df


#5556df Border Color

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

This div border color is #5556df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5556df


Comments

No comments written yet.

Please login to write comment.