COLOR #5889A9

HEX: #5889A9
RGB: (88,137,169)

Color info

#5889A9 contains mainly green and blue colors. Web safe color of #5889A9 is #669999 (or #699).

RGB color model

#5889A9 color RGB value is (88,137,169).

  • red value is 88;
  • green value is 137;
  • blue value is 169.
RGB:
(88,137,169)
(35%,54%,66%)

RGB channels and saturation

R 88 of 255 = 35%
G 137 of 255 = 54%
B 169 of 255 = 66%

88
137
169

R + G + B ~ 52%. #5889A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 137 + 169 = 394 (100%)
R 88 of 394 ~ 22.34%
G 137 of 394 ~ 34.77%
B 169 of 394 ~ 42.89%

%22.34
%34.77
%42.89

CMYK color model

#5889A9 color CMYK value is (48,19,0,34).

  • cyan value is 47.93%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(48,19,0,34)
C48M19Y0K34 
(48%,19%,0%,34%)
(0.48/0.19/0.00/0.34)	

CMYK percentages

%47.93
%18.93
%0
%33.73

Codes

Color #5889A9 in popluar color models

5889A9
RGB88137169
HSL204°32.02%50.39%
HSB/HSV204°47.93%66.27%
CMYK47.93%18.93%0.00%
33.73%

Color #5889A9 in popluar number systems.

HEX5889A9
Decimal88137169
Binary10110001000100110101001
Octal130211251

Shades and tints

Shades of #5889A9

#5889A9
(88,137,169)
#507D9A
(80,125,154)
#48718B
(72,113,139)
#40657C
(64,101,124)
#38596D
(56,89,109)
#304D5E
(48,77,94)
#28414F
(40,65,79)
#203540
(32,53,64)
#182931
(24,41,49)
#101D22
(16,29,34)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #5889A9

#5889A9
(88,137,169)
#6793B0
(103,147,176)
#769DB7
(118,157,183)
#85A7BE
(133,167,190)
#94B1C5
(148,177,197)
#A3BBCC
(163,187,204)
#B2C5D3
(178,197,211)
#C1CFDA
(193,207,218)
#D0D9E1
(208,217,225)
#DFE3E8
(223,227,232)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5889A9 color. Also use rgb(88,137,169) instead hex code.

Text Font Color

.myTextColor { color: #5889A9; }

<p style="color:#5889A9">This sample text font color is #5889A9.</p>

This text font color is #5889A9.


Background Color

.myBgColor { background-color: #5889A9; }

<div style="background-color:#5889A9">Inner text</div>

This div background color is #5889A9.


Border color

.myBorderColor { border: 1px solid #5889A9; }

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

This div border color is #5889A9.


Opacity

.myOpacity80 { color: #5889A9; opacity: 0.8; }

<p style="color:#5889A9;opacity:0.8;">80%</p>

Text with #5889A9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5889A9;}

<p style="text-shadow: 3px 3px 1px #5889A9">Text here.</p>

This text has shadow with #5889A9 color.

.textShadow {text-shadow: 3px 3px 1px #5889A9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5889A9, 5px 5px 20px red">Text here.</p>

This text has shadow with #5889A9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5889A9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5889A9, Direction=45, Strength=4)">Text</p>

This text has shadow with #5889A9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5889A9;
  -webkit-box-shadow:	1px 1px 3px 2px #5889A9;
  box-shadow:		1px 1px 3px 2px #5889A9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5889A9;
-webkit-box-shadow: 1px 1px 3px 2px #5889A9;
box-shadow:1px 1px 3px 2px #5889A9;">
Div content here</div>
This div box has shadow with color #5889A9.

Preview

Color preview on black background

This text has color #5889A9 on black background.


Color preview on white background

This text has color #5889A9 on white background.



Black color preview on #5889A9 background

This text has black color on #5889A9 background.


White color preview on #5889A9 background

This text has white color on #5889A9 background.