Color Hex Logo

#5778ad Color Hex

#5778AD
(87,120,173)
0 Favorites   0 Comments

Color spaces of #5778ad

RGB 87120173
HSL0.600.340.51
HSV217°50°68°
CMYK 0.500.310.00   0.32
XYZ18.189818.476342.1427
Yxy18.47630.23080.2344
Hunter Lab42.98410.3147-28.0406
CIE-Lab50.06883.3583-31.8413

#5778ad color RGB value is (87,120,173).

#5778ad hex color red value is 87, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5778ad hue: 0.60 , saturation: 0.34 and the lightness value of 5778ad is 0.51.

The process color (four color CMYK) of #5778ad color hex is 0.50, 0.31, 0.00, 0.32. Web safe color of #5778ad is #666699. Color #5778ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111000 10101101
Octal 127 170 255
Decimal 87 120 173
Hex 57 78 AD

RGB Percentages of Color #5778ad

%22.89
%31.58
%45.53

CMYK Percentages of Color #5778ad

%50
%31
%0
%32

Triadic Colors of #5778ad

#5778ad #ad5778 #78ad57

Analogous Colors of #5778ad

#5778ad #6157ad #57a3ad

Monochromatic Colors of #5778ad

#5778ad

Complementary Color

#5778ad #ad8c57

#5778ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5778ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5778ad Color CSS Codes

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

#5778ad Text Font Color

<p style="color:#5778ad">Text here</p>

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


#5778ad Background Color

<div style="background-color:#5778ad">
Div content here</div>

This div background color is #5778ad


#5778ad Border Color

<div style="border:3px solid #5778ad">
Div here</div>

This div border color is #5778ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,120,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5778ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5778ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5778ad;
  box-shadow:         1px 1px 3px 2px #5778ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5778ad


Comments

No comments written yet.

Please login to write comment.