Color Hex Logo

#5578da Color Hex

#5578DA
(85,120,218)
0 Favorites   0 Comments

Color spaces of #5578da

RGB 85120218
HSL0.620.640.59
HSV224°61°85°
CMYK 0.610.450.00   0.15
XYZ23.117720.426269.0539
Yxy20.42620.20530.1814
Hunter Lab45.195412.2120-58.9523
CIE-Lab52.315717.6441-54.0471

#5578da color RGB value is (85,120,218).

#5578da hex color red value is 85, green value is 120 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5578da hue: 0.62 , saturation: 0.64 and the lightness value of 5578da is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 11011010
Octal 125 170 332
Decimal 85 120 218
Hex 55 78 DA

RGB Percentages of Color #5578da

%20.09
%28.37
%51.54

CMYK Percentages of Color #5578da

%61
%45
%0
%15

Triadic Colors of #5578da

#5578da #da5578 #78da55

Analogous Colors of #5578da

#5578da #7555da #55bbda

Monochromatic Colors of #5578da

#5578da

Complementary Color

#5578da #dab755

#5578da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5578da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5578da Color CSS Codes

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

#5578da Text Font Color

<p style="color:#5578da">Text here</p>

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


#5578da Background Color

<div style="background-color:#5578da">
Div content here</div>

This div background color is #5578da


#5578da Border Color

<div style="border:3px solid #5578da">
Div here</div>

This div border color is #5578da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,120,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5578da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5578da;
  -webkit-box-shadow: 1px 1px 3px 2px #5578da;
  box-shadow:         1px 1px 3px 2px #5578da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5578da


Comments

No comments written yet.

Please login to write comment.