Color Hex Logo

#5987cd Color Hex

#5987CD
(89,135,205)
0 Favorites   0 Comments

Color spaces of #5987cd

RGB 89135205
HSL0.600.540.58
HSV216°57°80°
CMYK 0.570.340.00   0.20
XYZ23.803223.859661.1084
Yxy23.85960.21880.2194
Hunter Lab48.84631.5035-39.9814
CIE-Lab55.94695.0472-40.9256

#5987cd color RGB value is (89,135,205).

#5987cd hex color red value is 89, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5987cd hue: 0.60 , saturation: 0.54 and the lightness value of 5987cd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000111 11001101
Octal 131 207 315
Decimal 89 135 205
Hex 59 87 CD

RGB Percentages of Color #5987cd

%20.75
%31.47
%47.79

CMYK Percentages of Color #5987cd

%57
%34
%0
%20

Triadic Colors of #5987cd

#5987cd #cd5987 #87cd59

Analogous Colors of #5987cd

#5987cd #6559cd #59c1cd

Monochromatic Colors of #5987cd

#5987cd

Complementary Color

#5987cd #cd9f59

#5987cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5987cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5987cd Color CSS Codes

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

#5987cd Text Font Color

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

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


#5987cd Background Color

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

This div background color is #5987cd


#5987cd Border Color

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

This div border color is #5987cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5987cd


Comments

No comments written yet.

Please login to write comment.