Color Hex Logo

#5556de Color Hex

#5556DE
(85,86,222)
0 Favorites   0 Comments

Color spaces of #5556de

RGB 8586222
HSL0.670.670.60
HSV240°62°87°
CMYK 0.620.610.00   0.13
XYZ20.258913.860870.7149
Yxy13.86080.19320.1322
Hunter Lab37.230131.9788-86.5544
CIE-Lab44.032639.9115-69.6951

#5556de color RGB value is (85,86,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010110 11011110
Octal 125 126 336
Decimal 85 86 222
Hex 55 56 DE

RGB Percentages of Color #5556de

%21.63
%21.88
%56.49

CMYK Percentages of Color #5556de

%62
%61
%0
%13

Triadic Colors of #5556de

#5556de #de5556 #56de55

Analogous Colors of #5556de

#5556de #9955de #559bde

Monochromatic Colors of #5556de

#5556de

Complementary Color

#5556de #dedd55

#5556de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5556de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5556de Color CSS Codes

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

#5556de Text Font Color

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

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


#5556de Background Color

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

This div background color is #5556de


#5556de Border Color

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

This div border color is #5556de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5556de


Comments

No comments written yet.

Please login to write comment.