Color Hex Logo

#5789ad Color Hex

#5789AD
(87,137,173)
0 Favorites   0 Comments

Color spaces of #5789ad

RGB 87137173
HSL0.570.340.51
HSV205°50°68°
CMYK 0.500.210.00   0.32
XYZ20.419022.934742.8858
Yxy22.93470.23680.2659
Hunter Lab47.8902-7.7006-19.5712
CIE-Lab55.0050-6.5985-24.1822

#5789ad color RGB value is (87,137,173).

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

The process color (four color CMYK) of #5789ad color hex is 0.50, 0.21, 0.00, 0.32. Web safe color of #5789ad is #669999. Color #5789ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001001 10101101
Octal 127 211 255
Decimal 87 137 173
Hex 57 89 AD

RGB Percentages of Color #5789ad

%21.91
%34.51
%43.58

CMYK Percentages of Color #5789ad

%50
%21
%0
%32

Triadic Colors of #5789ad

#5789ad #ad5789 #89ad57

Analogous Colors of #5789ad

#5789ad #575ead #57ada6

Monochromatic Colors of #5789ad

#5789ad

Complementary Color

#5789ad #ad7b57

#5789ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5789ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5789ad Color CSS Codes

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

#5789ad Text Font Color

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

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


#5789ad Background Color

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

This div background color is #5789ad


#5789ad Border Color

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

This div border color is #5789ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5789ad


Comments

No comments written yet.

Please login to write comment.