Color Hex Logo

#5562dd Color Hex

#5562DD
(85,98,221)
0 Favorites   0 Comments

Color spaces of #5562dd

RGB 8598221
HSL0.650.670.60
HSV234°62°87°
CMYK 0.620.560.00   0.13
XYZ21.165115.887170.3576
Yxy15.88710.19700.1479
Hunter Lab39.858625.0317-76.7564
CIE-Lab46.826032.2596-64.5867

#5562dd color RGB value is (85,98,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100010 11011101
Octal 125 142 335
Decimal 85 98 221
Hex 55 62 DD

RGB Percentages of Color #5562dd

%21.04
%24.26
%54.70

CMYK Percentages of Color #5562dd

%62
%56
%0
%13

Triadic Colors of #5562dd

#5562dd #dd5562 #62dd55

Analogous Colors of #5562dd

#5562dd #8c55dd #55a6dd

Monochromatic Colors of #5562dd

#5562dd

Complementary Color

#5562dd #ddd055

#5562dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5562dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5562dd Color CSS Codes

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

#5562dd Text Font Color

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

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


#5562dd Background Color

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

This div background color is #5562dd


#5562dd Border Color

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

This div border color is #5562dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5562dd


Comments

No comments written yet.

Please login to write comment.