Color Hex Logo

#5580be Color Hex

#5580BE
(85,128,190)
0 Favorites   0 Comments

Color spaces of #5580be

RGB 85128190
HSL0.600.450.54
HSV215°55°75°
CMYK 0.550.330.00   0.25
XYZ20.759721.087351.6913
Yxy21.08730.22190.2254
Hunter Lab45.92090.3338-34.5957
CIE-Lab53.04493.5066-36.9778

#5580be color RGB value is (85,128,190).

#5580be hex color red value is 85, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5580be hue: 0.60 , saturation: 0.45 and the lightness value of 5580be is 0.54.

The process color (four color CMYK) of #5580be color hex is 0.55, 0.33, 0.00, 0.25. Web safe color of #5580be is #6699cc. Color #5580be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 10111110
Octal 125 200 276
Decimal 85 128 190
Hex 55 80 BE

RGB Percentages of Color #5580be

%21.09
%31.76
%47.15

CMYK Percentages of Color #5580be

%55
%33
%0
%25

Triadic Colors of #5580be

#5580be #be5580 #80be55

Analogous Colors of #5580be

#5580be #5f55be #55b5be

Monochromatic Colors of #5580be

#5580be

Complementary Color

#5580be #be9355

#5580be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5580be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5580be Color CSS Codes

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

#5580be Text Font Color

<p style="color:#5580be">Text here</p>

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


#5580be Background Color

<div style="background-color:#5580be">
Div content here</div>

This div background color is #5580be


#5580be Border Color

<div style="border:3px solid #5580be">
Div here</div>

This div border color is #5580be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,128,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5580be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5580be;
  -webkit-box-shadow: 1px 1px 3px 2px #5580be;
  box-shadow:         1px 1px 3px 2px #5580be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5580be


Comments

No comments written yet.

Please login to write comment.