Color Hex Logo

#5563dd Color Hex

#5563DD
(85,99,221)
0 Favorites   0 Comments

Color spaces of #5563dd

RGB 8599221
HSL0.650.670.60
HSV234°62°87°
CMYK 0.620.550.00   0.13
XYZ21.259316.075470.3890
Yxy16.07540.19740.1492
Hunter Lab40.094124.4821-76.0232
CIE-Lab47.073331.6429-64.1861

#5563dd color RGB value is (85,99,221).

#5563dd hex color red value is 85, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5563dd hue: 0.65 , saturation: 0.67 and the lightness value of 5563dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 11011101
Octal 125 143 335
Decimal 85 99 221
Hex 55 63 DD

RGB Percentages of Color #5563dd

%20.99
%24.44
%54.57

CMYK Percentages of Color #5563dd

%62
%55
%0
%13

Triadic Colors of #5563dd

#5563dd #dd5563 #63dd55

Analogous Colors of #5563dd

#5563dd #8b55dd #55a7dd

Monochromatic Colors of #5563dd

#5563dd

Complementary Color

#5563dd #ddcf55

#5563dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5563dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5563dd Color CSS Codes

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

#5563dd Text Font Color

<p style="color:#5563dd">Text here</p>

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


#5563dd Background Color

<div style="background-color:#5563dd">
Div content here</div>

This div background color is #5563dd


#5563dd Border Color

<div style="border:3px solid #5563dd">
Div here</div>

This div border color is #5563dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,99,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5563dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5563dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5563dd;
  box-shadow:         1px 1px 3px 2px #5563dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5563dd


Comments

No comments written yet.

Please login to write comment.