Color Hex Logo

#5789ac Color Hex

#5789AC
(87,137,172)
0 Favorites   0 Comments

Color spaces of #5789ac

RGB 87137172
HSL0.570.340.51
HSV205°49°67°
CMYK 0.490.200.00   0.33
XYZ20.322522.896142.3780
Yxy22.89610.23740.2675
Hunter Lab47.8499-7.9259-19.0150
CIE-Lab54.9652-6.8992-23.6700

#5789ac color RGB value is (87,137,172).

#5789ac hex color red value is 87, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5789ac hue: 0.57 , saturation: 0.34 and the lightness value of 5789ac is 0.51.

The process color (four color CMYK) of #5789ac color hex is 0.49, 0.20, 0.00, 0.33. Web safe color of #5789ac is #669999. Color #5789ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001001 10101100
Octal 127 211 254
Decimal 87 137 172
Hex 57 89 AC

RGB Percentages of Color #5789ac

%21.97
%34.60
%43.43

CMYK Percentages of Color #5789ac

%49
%20
%0
%33

Triadic Colors of #5789ac

#5789ac #ac5789 #89ac57

Analogous Colors of #5789ac

#5789ac #575eac #57aca5

Monochromatic Colors of #5789ac

#5789ac

Complementary Color

#5789ac #ac7a57

#5789ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5789ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5789ac Color CSS Codes

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

#5789ac Text Font Color

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

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


#5789ac Background Color

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

This div background color is #5789ac


#5789ac Border Color

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

This div border color is #5789ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,137,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 #5789ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5789ac


Comments

No comments written yet.

Please login to write comment.