Color Hex Logo

#5591fb Color Hex

#5591FB
(85,145,251)
0 Favorites   0 Comments

Color spaces of #5591fb

RGB 85145251
HSL0.610.950.66
HSV218°66°98°
CMYK 0.660.420.00   0.02
XYZ31.284329.147195.2439
Yxy29.14710.20100.1872
Hunter Lab53.98818.9558-66.8058
CIE-Lab60.911213.7088-58.6683

#5591fb color RGB value is (85,145,251).

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

The process color (four color CMYK) of #5591fb color hex is 0.66, 0.42, 0.00, 0.02. Web safe color of #5591fb is #6699ff. Color #5591fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010001 11111011
Octal 125 221 373
Decimal 85 145 251
Hex 55 91 FB

RGB Percentages of Color #5591fb

%17.67
%30.15
%52.18

CMYK Percentages of Color #5591fb

%66
%42
%0
%2

Triadic Colors of #5591fb

#5591fb #fb5591 #91fb55

Analogous Colors of #5591fb

#5591fb #6c55fb #55e4fb

Monochromatic Colors of #5591fb

#5591fb

Complementary Color

#5591fb #fbbf55

#5591fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5591fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5591fb Color CSS Codes

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

#5591fb Text Font Color

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

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


#5591fb Background Color

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

This div background color is #5591fb


#5591fb Border Color

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

This div border color is #5591fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5591fb


Comments

No comments written yet.

Please login to write comment.