Color Hex Logo

#5581cd Color Hex

#5581CD
(85,129,205)
0 Favorites   0 Comments

Color spaces of #5581cd

RGB 85129205
HSL0.610.550.57
HSV218°59°80°
CMYK 0.590.370.00   0.20
XYZ22.616022.039660.8197
Yxy22.03960.21440.2090
Hunter Lab46.94643.8347-43.9486
CIE-Lab54.06907.8125-43.9032

#5581cd color RGB value is (85,129,205).

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

The process color (four color CMYK) of #5581cd color hex is 0.59, 0.37, 0.00, 0.20. Web safe color of #5581cd is #6699cc. Color #5581cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000001 11001101
Octal 125 201 315
Decimal 85 129 205
Hex 55 81 CD

RGB Percentages of Color #5581cd

%20.29
%30.79
%48.93

CMYK Percentages of Color #5581cd

%59
%37
%0
%20

Triadic Colors of #5581cd

#5581cd #cd5581 #81cd55

Analogous Colors of #5581cd

#5581cd #6555cd #55bdcd

Monochromatic Colors of #5581cd

#5581cd

Complementary Color

#5581cd #cda155

#5581cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5581cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5581cd Color CSS Codes

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

#5581cd Text Font Color

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

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


#5581cd Background Color

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

This div background color is #5581cd


#5581cd Border Color

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

This div border color is #5581cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5581cd


Comments

No comments written yet.

Please login to write comment.