Color Hex Logo

#5580bf Color Hex

#5580BF
(85,128,191)
0 Favorites   0 Comments

Color spaces of #5580bf

RGB 85128191
HSL0.600.450.54
HSV216°55°75°
CMYK 0.550.330.00   0.25
XYZ20.869521.131252.2690
Yxy21.13120.22140.2242
Hunter Lab45.96870.5927-35.2380
CIE-Lab53.09283.8302-37.4744

#5580bf color RGB value is (85,128,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 10111111
Octal 125 200 277
Decimal 85 128 191
Hex 55 80 BF

RGB Percentages of Color #5580bf

%21.04
%31.68
%47.28

CMYK Percentages of Color #5580bf

%55
%33
%0
%25

Triadic Colors of #5580bf

#5580bf #bf5580 #80bf55

Analogous Colors of #5580bf

#5580bf #5f55bf #55b5bf

Monochromatic Colors of #5580bf

#5580bf

Complementary Color

#5580bf #bf9455

#5580bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5580bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5580bf Color CSS Codes

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

#5580bf Text Font Color

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

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


#5580bf Background Color

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

This div background color is #5580bf


#5580bf Border Color

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

This div border color is #5580bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5580bf


Comments

No comments written yet.

Please login to write comment.