Color Hex Logo

#5569dd Color Hex

#5569DD
(85,105,221)
0 Favorites   0 Comments

Color spaces of #5569dd

RGB 85105221
HSL0.640.670.60
HSV231°62°87°
CMYK 0.620.520.00   0.13
XYZ21.849017.254970.5856
Yxy17.25490.19920.1573
Hunter Lab41.539021.1955-71.6718
CIE-Lab48.579627.9307-61.7498

#5569dd color RGB value is (85,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101001 11011101
Octal 125 151 335
Decimal 85 105 221
Hex 55 69 DD

RGB Percentages of Color #5569dd

%20.68
%25.55
%53.77

CMYK Percentages of Color #5569dd

%62
%52
%0
%13

Triadic Colors of #5569dd

#5569dd #dd5569 #69dd55

Analogous Colors of #5569dd

#5569dd #8555dd #55addd

Monochromatic Colors of #5569dd

#5569dd

Complementary Color

#5569dd #ddc955

#5569dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5569dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5569dd Color CSS Codes

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

#5569dd Text Font Color

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

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


#5569dd Background Color

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

This div background color is #5569dd


#5569dd Border Color

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

This div border color is #5569dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5569dd


Comments

No comments written yet.

Please login to write comment.