Color Hex Logo

#5565dd Color Hex

#5565DD
(85,101,221)
0 Favorites   0 Comments

Color spaces of #5565dd

RGB 85101221
HSL0.650.670.60
HSV233°62°87°
CMYK 0.620.540.00   0.13
XYZ21.451116.459170.4529
Yxy16.45910.19800.1519
Hunter Lab40.569823.3839-74.5632
CIE-Lab47.571130.4068-63.3800

#5565dd color RGB value is (85,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 11011101
Octal 125 145 335
Decimal 85 101 221
Hex 55 65 DD

RGB Percentages of Color #5565dd

%20.88
%24.82
%54.30

CMYK Percentages of Color #5565dd

%62
%54
%0
%13

Triadic Colors of #5565dd

#5565dd #dd5565 #65dd55

Analogous Colors of #5565dd

#5565dd #8955dd #55a9dd

Monochromatic Colors of #5565dd

#5565dd

Complementary Color

#5565dd #ddcd55

#5565dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5565dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5565dd Color CSS Codes

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

#5565dd Text Font Color

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

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


#5565dd Background Color

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

This div background color is #5565dd


#5565dd Border Color

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

This div border color is #5565dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5565dd


Comments

No comments written yet.

Please login to write comment.