Color Hex Logo

#5988ac Color Hex

#5988AC
(89,136,172)
0 Favorites   0 Comments

Color spaces of #5988ac

RGB 89136172
HSL0.570.330.51
HSV206°48°67°
CMYK 0.480.210.00   0.33
XYZ20.370422.710742.3397
Yxy22.71070.23850.2659
Hunter Lab47.6557-7.0979-19.3171
CIE-Lab54.7731-5.8366-23.9572

#5988ac color RGB value is (89,136,172).

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

The process color (four color CMYK) of #5988ac color hex is 0.48, 0.21, 0.00, 0.33. Web safe color of #5988ac is #669999. Color #5988ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001000 10101100
Octal 131 210 254
Decimal 89 136 172
Hex 59 88 AC

RGB Percentages of Color #5988ac

%22.42
%34.26
%43.32

CMYK Percentages of Color #5988ac

%48
%21
%0
%33

Triadic Colors of #5988ac

#5988ac #ac5988 #88ac59

Analogous Colors of #5988ac

#5988ac #595fac #59aca7

Monochromatic Colors of #5988ac

#5988ac

Complementary Color

#5988ac #ac7d59

#5988ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5988ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5988ac Color CSS Codes

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

#5988ac Text Font Color

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

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


#5988ac Background Color

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

This div background color is #5988ac


#5988ac Border Color

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

This div border color is #5988ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5988ac


Comments

No comments written yet.

Please login to write comment.