Color Hex Logo

#5889aa Color Hex

#5889AA
(88,137,170)
0 Favorites   0 Comments

Color spaces of #5889aa

RGB 88137170
HSL0.570.330.51
HSV204°48°67°
CMYK 0.480.190.00   0.33
XYZ20.225922.868341.3782
Yxy22.86830.23940.2707
Hunter Lab47.8208-8.1895-17.8276
CIE-Lab54.9364-7.2498-22.5621

#5889aa color RGB value is (88,137,170).

#5889aa hex color red value is 88, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5889aa hue: 0.57 , saturation: 0.33 and the lightness value of 5889aa is 0.51.

The process color (four color CMYK) of #5889aa color hex is 0.48, 0.19, 0.00, 0.33. Web safe color of #5889aa is #669999. Color #5889aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001001 10101010
Octal 130 211 252
Decimal 88 137 170
Hex 58 89 AA

RGB Percentages of Color #5889aa

%22.28
%34.68
%43.04

CMYK Percentages of Color #5889aa

%48
%19
%0
%33

Triadic Colors of #5889aa

#5889aa #aa5889 #89aa58

Analogous Colors of #5889aa

#5889aa #5860aa #58aaa2

Monochromatic Colors of #5889aa

#5889aa

Complementary Color

#5889aa #aa7958

#5889aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5889aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5889aa Color CSS Codes

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

#5889aa Text Font Color

<p style="color:#5889aa">Text here</p>

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


#5889aa Background Color

<div style="background-color:#5889aa">
Div content here</div>

This div background color is #5889aa


#5889aa Border Color

<div style="border:3px solid #5889aa">
Div here</div>

This div border color is #5889aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,137,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5889aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5889aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5889aa;
  box-shadow:         1px 1px 3px 2px #5889aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,137,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5889aa


Comments

No comments written yet.

Please login to write comment.