Color Hex Logo

#5588df Color Hex

#5588DF
(85,136,223)
0 Favorites   0 Comments

Color spaces of #5588df

RGB 85136223
HSL0.610.680.60
HSV218°62°87°
CMYK 0.620.390.00   0.13
XYZ25.869824.867373.2484
Yxy24.86730.20870.2006
Hunter Lab49.86715.3338-52.1824
CIE-Lab56.94599.6103-49.4750

#5588df color RGB value is (85,136,223).

#5588df hex color red value is 85, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5588df hue: 0.61 , saturation: 0.68 and the lightness value of 5588df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001000 11011111
Octal 125 210 337
Decimal 85 136 223
Hex 55 88 DF

RGB Percentages of Color #5588df

%19.14
%30.63
%50.23

CMYK Percentages of Color #5588df

%62
%39
%0
%13

Triadic Colors of #5588df

#5588df #df5588 #88df55

Analogous Colors of #5588df

#5588df #6755df #55cddf

Monochromatic Colors of #5588df

#5588df

Complementary Color

#5588df #dfac55

#5588df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5588df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5588df Color CSS Codes

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

#5588df Text Font Color

<p style="color:#5588df">Text here</p>

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


#5588df Background Color

<div style="background-color:#5588df">
Div content here</div>

This div background color is #5588df


#5588df Border Color

<div style="border:3px solid #5588df">
Div here</div>

This div border color is #5588df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,136,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5588df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5588df;
  -webkit-box-shadow: 1px 1px 3px 2px #5588df;
  box-shadow:         1px 1px 3px 2px #5588df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5588df


Comments

No comments written yet.

Please login to write comment.