Color Hex Logo

#5561dc Color Hex

#5561DC
(85,97,220)
0 Favorites   0 Comments

Color spaces of #5561dc

RGB 8597220
HSL0.650.660.60
HSV235°61°86°
CMYK 0.610.560.00   0.14
XYZ20.939315.648069.6269
Yxy15.64800.19710.1473
Hunter Lab39.557625.2610-76.6685
CIE-Lab46.509232.5434-64.5322

#5561dc color RGB value is (85,97,220).

#5561dc hex color red value is 85, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5561dc hue: 0.65 , saturation: 0.66 and the lightness value of 5561dc is 0.60.

The process color (four color CMYK) of #5561dc color hex is 0.61, 0.56, 0.00, 0.14. Web safe color of #5561dc is #6666cc. Color #5561dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 11011100
Octal 125 141 334
Decimal 85 97 220
Hex 55 61 DC

RGB Percentages of Color #5561dc

%21.14
%24.13
%54.73

CMYK Percentages of Color #5561dc

%61
%56
%0
%14

Triadic Colors of #5561dc

#5561dc #dc5561 #61dc55

Analogous Colors of #5561dc

#5561dc #8d55dc #55a5dc

Monochromatic Colors of #5561dc

#5561dc

Complementary Color

#5561dc #dcd055

#5561dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5561dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5561dc Color CSS Codes

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

#5561dc Text Font Color

<p style="color:#5561dc">Text here</p>

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


#5561dc Background Color

<div style="background-color:#5561dc">
Div content here</div>

This div background color is #5561dc


#5561dc Border Color

<div style="border:3px solid #5561dc">
Div here</div>

This div border color is #5561dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,97,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5561dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5561dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5561dc;
  box-shadow:         1px 1px 3px 2px #5561dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,97,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5561dc


Comments

No comments written yet.

Please login to write comment.