Color Hex Logo

#5978ac Color Hex

#5978AC
(89,120,172)
0 Favorites   0 Comments

Color spaces of #5978ac

RGB 89120172
HSL0.600.330.51
HSV218°48°67°
CMYK 0.480.300.00   0.33
XYZ18.282718.535341.6438
Yxy18.53530.23300.2362
Hunter Lab43.05260.4595-27.2130
CIE-Lab50.13903.5452-31.1427

#5978ac color RGB value is (89,120,172).

#5978ac hex color red value is 89, green value is 120 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5978ac hue: 0.60 , saturation: 0.33 and the lightness value of 5978ac is 0.51.

The process color (four color CMYK) of #5978ac color hex is 0.48, 0.30, 0.00, 0.33. Web safe color of #5978ac is #666699. Color #5978ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111000 10101100
Octal 131 170 254
Decimal 89 120 172
Hex 59 78 AC

RGB Percentages of Color #5978ac

%23.36
%31.50
%45.14

CMYK Percentages of Color #5978ac

%48
%30
%0
%33

Triadic Colors of #5978ac

#5978ac #ac5978 #78ac59

Analogous Colors of #5978ac

#5978ac #6459ac #59a2ac

Monochromatic Colors of #5978ac

#5978ac

Complementary Color

#5978ac #ac8d59

#5978ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5978ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5978ac Color CSS Codes

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

#5978ac Text Font Color

<p style="color:#5978ac">Text here</p>

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


#5978ac Background Color

<div style="background-color:#5978ac">
Div content here</div>

This div background color is #5978ac


#5978ac Border Color

<div style="border:3px solid #5978ac">
Div here</div>

This div border color is #5978ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,120,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5978ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5978ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5978ac;
  box-shadow:         1px 1px 3px 2px #5978ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5978ac


Comments

No comments written yet.

Please login to write comment.