Color Hex Logo

#5587dd Color Hex

#5587DD
(85,135,221)
0 Favorites   0 Comments

Color spaces of #5587dd

RGB 85135221
HSL0.610.670.60
HSV218°62°87°
CMYK 0.620.390.00   0.13
XYZ25.461424.479771.7897
Yxy24.47970.20920.2011
Hunter Lab49.47705.2734-51.3943
CIE-Lab56.56499.5382-48.9608

#5587dd color RGB value is (85,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000111 11011101
Octal 125 207 335
Decimal 85 135 221
Hex 55 87 DD

RGB Percentages of Color #5587dd

%19.27
%30.61
%50.11

CMYK Percentages of Color #5587dd

%62
%39
%0
%13

Triadic Colors of #5587dd

#5587dd #dd5587 #87dd55

Analogous Colors of #5587dd

#5587dd #6755dd #55cbdd

Monochromatic Colors of #5587dd

#5587dd

Complementary Color

#5587dd #ddab55

#5587dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5587dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5587dd Color CSS Codes

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

#5587dd Text Font Color

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

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


#5587dd Background Color

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

This div background color is #5587dd


#5587dd Border Color

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

This div border color is #5587dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5587dd


Comments

No comments written yet.

Please login to write comment.