Color Hex Logo

#5591dc Color Hex

#5591DC
(85,145,220)
0 Favorites   0 Comments

Color spaces of #5591dc

RGB 85145220
HSL0.590.660.60
HSV213°61°86°
CMYK 0.610.340.00   0.14
XYZ26.790027.349471.5771
Yxy27.34940.21310.2175
Hunter Lab52.2967-0.0790-44.5411
CIE-Lab59.29633.2763-44.0794

#5591dc color RGB value is (85,145,220).

#5591dc hex color red value is 85, green value is 145 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5591dc hue: 0.59 , saturation: 0.66 and the lightness value of 5591dc is 0.60.

The process color (four color CMYK) of #5591dc color hex is 0.61, 0.34, 0.00, 0.14. Web safe color of #5591dc is #6699cc. Color #5591dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010001 11011100
Octal 125 221 334
Decimal 85 145 220
Hex 55 91 DC

RGB Percentages of Color #5591dc

%18.89
%32.22
%48.89

CMYK Percentages of Color #5591dc

%61
%34
%0
%14

Triadic Colors of #5591dc

#5591dc #dc5591 #91dc55

Analogous Colors of #5591dc

#5591dc #5c55dc #55d5dc

Monochromatic Colors of #5591dc

#5591dc

Complementary Color

#5591dc #dca055

#5591dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5591dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5591dc Color CSS Codes

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

#5591dc Text Font Color

<p style="color:#5591dc">Text here</p>

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


#5591dc Background Color

<div style="background-color:#5591dc">
Div content here</div>

This div background color is #5591dc


#5591dc Border Color

<div style="border:3px solid #5591dc">
Div here</div>

This div border color is #5591dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,145,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5591dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5591dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5591dc;
  box-shadow:         1px 1px 3px 2px #5591dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5591dc


Comments

No comments written yet.

Please login to write comment.