Color Hex Logo

#5579dc Color Hex

#5579DC
(85,121,220)
0 Favorites   0 Comments

Color spaces of #5579dc

RGB 85121220
HSL0.620.660.60
HSV224°61°86°
CMYK 0.610.450.00   0.14
XYZ23.502020.773370.4811
Yxy20.77330.20480.1810
Hunter Lab45.577712.2819-59.7812
CIE-Lab52.700517.7055-54.5594

#5579dc color RGB value is (85,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 11011100
Octal 125 171 334
Decimal 85 121 220
Hex 55 79 DC

RGB Percentages of Color #5579dc

%19.95
%28.40
%51.64

CMYK Percentages of Color #5579dc

%61
%45
%0
%14

Triadic Colors of #5579dc

#5579dc #dc5579 #79dc55

Analogous Colors of #5579dc

#5579dc #7555dc #55bddc

Monochromatic Colors of #5579dc

#5579dc

Complementary Color

#5579dc #dcb855

#5579dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5579dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5579dc Color CSS Codes

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

#5579dc Text Font Color

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

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


#5579dc Background Color

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

This div background color is #5579dc


#5579dc Border Color

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

This div border color is #5579dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5579dc


Comments

No comments written yet.

Please login to write comment.