Color Hex Logo

#5559dd Color Hex

#5559DD
(85,89,221)
0 Favorites   0 Comments

Color spaces of #5559dd

RGB 8589221
HSL0.660.670.60
HSV238°62°87°
CMYK 0.620.600.00   0.13
XYZ20.369814.296570.0925
Yxy14.29650.19440.1365
Hunter Lab37.810729.9947-83.4427
CIE-Lab44.655237.7722-68.1121

#5559dd color RGB value is (85,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011001 11011101
Octal 125 131 335
Decimal 85 89 221
Hex 55 59 DD

RGB Percentages of Color #5559dd

%21.52
%22.53
%55.95

CMYK Percentages of Color #5559dd

%62
%60
%0
%13

Triadic Colors of #5559dd

#5559dd #dd5559 #59dd55

Analogous Colors of #5559dd

#5559dd #9555dd #559ddd

Monochromatic Colors of #5559dd

#5559dd

Complementary Color

#5559dd #ddd955

#5559dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5559dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5559dd Color CSS Codes

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

#5559dd Text Font Color

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

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


#5559dd Background Color

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

This div background color is #5559dd


#5559dd Border Color

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

This div border color is #5559dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5559dd


Comments

No comments written yet.

Please login to write comment.