Color Hex Logo

#5581dc Color Hex

#5581DC
(85,129,220)
0 Favorites   0 Comments

Color spaces of #5581dc

RGB 85129220
HSL0.610.660.60
HSV220°61°86°
CMYK 0.610.410.00   0.14
XYZ24.514822.799170.8187
Yxy22.79910.20750.1930
Hunter Lab47.74848.0851-54.5129
CIE-Lab54.864812.8214-51.1036

#5581dc color RGB value is (85,129,220).

#5581dc hex color red value is 85, green value is 129 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5581dc hue: 0.61 , saturation: 0.66 and the lightness value of 5581dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000001 11011100
Octal 125 201 334
Decimal 85 129 220
Hex 55 81 DC

RGB Percentages of Color #5581dc

%19.59
%29.72
%50.69

CMYK Percentages of Color #5581dc

%61
%41
%0
%14

Triadic Colors of #5581dc

#5581dc #dc5581 #81dc55

Analogous Colors of #5581dc

#5581dc #6d55dc #55c5dc

Monochromatic Colors of #5581dc

#5581dc

Complementary Color

#5581dc #dcb055

#5581dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5581dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5581dc Color CSS Codes

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

#5581dc Text Font Color

<p style="color:#5581dc">Text here</p>

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


#5581dc Background Color

<div style="background-color:#5581dc">
Div content here</div>

This div background color is #5581dc


#5581dc Border Color

<div style="border:3px solid #5581dc">
Div here</div>

This div border color is #5581dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,129,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5581dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5581dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5581dc;
  box-shadow:         1px 1px 3px 2px #5581dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5581dc


Comments

No comments written yet.

Please login to write comment.