Color Hex Logo

#5591db Color Hex

#5591DB
(85,145,219)
0 Favorites   0 Comments

Color spaces of #5591db

RGB 85145219
HSL0.590.650.60
HSV213°61°86°
CMYK 0.610.340.00   0.14
XYZ26.657927.296670.8816
Yxy27.29660.21350.2187
Hunter Lab52.2461-0.3535-43.8656
CIE-Lab59.24792.9456-43.5979

#5591db color RGB value is (85,145,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010001 11011011
Octal 125 221 333
Decimal 85 145 219
Hex 55 91 DB

RGB Percentages of Color #5591db

%18.93
%32.29
%48.78

CMYK Percentages of Color #5591db

%61
%34
%0
%14

Triadic Colors of #5591db

#5591db #db5591 #91db55

Analogous Colors of #5591db

#5591db #5c55db #55d4db

Monochromatic Colors of #5591db

#5591db

Complementary Color

#5591db #db9f55

#5591db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5591db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5591db Color CSS Codes

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

#5591db Text Font Color

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

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


#5591db Background Color

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

This div background color is #5591db


#5591db Border Color

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

This div border color is #5591db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5591db


Comments

No comments written yet.

Please login to write comment.