Color Hex Logo

#5589cd Color Hex

#5589CD
(85,137,205)
0 Favorites   0 Comments

Color spaces of #5589cd

RGB 85137205
HSL0.590.550.57
HSV214°59°80°
CMYK 0.590.330.00   0.20
XYZ23.711424.230461.1848
Yxy24.23040.21730.2220
Hunter Lab49.2244-0.1592-39.2391
CIE-Lab56.31773.0432-40.3550

#5589cd color RGB value is (85,137,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001001 11001101
Octal 125 211 315
Decimal 85 137 205
Hex 55 89 CD

RGB Percentages of Color #5589cd

%19.91
%32.08
%48.01

CMYK Percentages of Color #5589cd

%59
%33
%0
%20

Triadic Colors of #5589cd

#5589cd #cd5589 #89cd55

Analogous Colors of #5589cd

#5589cd #5d55cd #55c5cd

Monochromatic Colors of #5589cd

#5589cd

Complementary Color

#5589cd #cd9955

#5589cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5589cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5589cd Color CSS Codes

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

#5589cd Text Font Color

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

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


#5589cd Background Color

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

This div background color is #5589cd


#5589cd Border Color

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

This div border color is #5589cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,137,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 #5589cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5589cd


Comments

No comments written yet.

Please login to write comment.