Color Hex Logo

#5985dd Color Hex

#5985DD
(89,133,221)
0 Favorites   0 Comments

Color spaces of #5985dd

RGB 89133221
HSL0.610.660.61
HSV220°60°87°
CMYK 0.600.400.00   0.13
XYZ25.558524.119471.7150
Yxy24.11940.21050.1987
Hunter Lab49.11156.9494-52.2001
CIE-Lab56.207111.4896-49.5172

#5985dd color RGB value is (89,133,221).

#5985dd hex color red value is 89, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5985dd hue: 0.61 , saturation: 0.66 and the lightness value of 5985dd is 0.61.

The process color (four color CMYK) of #5985dd color hex is 0.60, 0.40, 0.00, 0.13. Web safe color of #5985dd is #6699cc. Color #5985dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000101 11011101
Octal 131 205 335
Decimal 89 133 221
Hex 59 85 DD

RGB Percentages of Color #5985dd

%20.09
%30.02
%49.89

CMYK Percentages of Color #5985dd

%60
%40
%0
%13

Triadic Colors of #5985dd

#5985dd #dd5985 #85dd59

Analogous Colors of #5985dd

#5985dd #6f59dd #59c7dd

Monochromatic Colors of #5985dd

#5985dd

Complementary Color

#5985dd #ddb159

#5985dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5985dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5985dd Color CSS Codes

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

#5985dd Text Font Color

<p style="color:#5985dd">Text here</p>

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


#5985dd Background Color

<div style="background-color:#5985dd">
Div content here</div>

This div background color is #5985dd


#5985dd Border Color

<div style="border:3px solid #5985dd">
Div here</div>

This div border color is #5985dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,133,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5985dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5985dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5985dd;
  box-shadow:         1px 1px 3px 2px #5985dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,133,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5985dd


Comments

No comments written yet.

Please login to write comment.