COLOR #589BA9

HEX: #589BA9
RGB: (88,155,169)

Color info

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

RGB color model

#589BA9 color RGB value is (88,155,169).

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

RGB channels and saturation

R 88 of 255 = 35%
G 155 of 255 = 61%
B 169 of 255 = 66%

88
155
169

R + G + B ~ 54%. #589BA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 155 + 169 = 412 (100%)
R 88 of 412 ~ 21.36%
G 155 of 412 ~ 37.62%
B 169 of 412 ~ 41.02%

%21.36
%37.62
%41.02

CMYK color model

#589BA9 color CMYK value is (48,8,0,34).

  • cyan value is 47.93%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(48,8,0,34)
C48M8Y0K34 
(48%,8%,0%,34%)
(0.48/0.08/0.00/0.34)	

CMYK percentages

%47.93
%8.28
%0
%33.73

Codes

Color #589BA9 in popluar color models

589BA9
RGB88155169
HSL190°32.02%50.39%
HSB/HSV190°47.93%66.27%
CMYK47.93%8.28%0.00%
33.73%

Color #589BA9 in popluar number systems.

HEX589BA9
Decimal88155169
Binary10110001001101110101001
Octal130233251

Shades and tints

Shades of #589BA9

#589BA9
(88,155,169)
#508D9A
(80,141,154)
#487F8B
(72,127,139)
#40717C
(64,113,124)
#38636D
(56,99,109)
#30555E
(48,85,94)
#28474F
(40,71,79)
#203940
(32,57,64)
#182B31
(24,43,49)
#101D22
(16,29,34)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #589BA9

#589BA9
(88,155,169)
#67A4B0
(103,164,176)
#76ADB7
(118,173,183)
#85B6BE
(133,182,190)
#94BFC5
(148,191,197)
#A3C8CC
(163,200,204)
#B2D1D3
(178,209,211)
#C1DADA
(193,218,218)
#D0E3E1
(208,227,225)
#DFECE8
(223,236,232)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589BA9 color. Also use rgb(88,155,169) instead hex code.

Text Font Color

.myTextColor { color: #589BA9; }

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

This text font color is #589BA9.


Background Color

.myBgColor { background-color: #589BA9; }

<div style="background-color:#589BA9">Inner text</div>

This div background color is #589BA9.


Border color

.myBorderColor { border: 1px solid #589BA9; }

<div style="border:3px solid #589BA9">Div</div>

This div border color is #589BA9.


Opacity

.myOpacity80 { color: #589BA9; opacity: 0.8; }

<p style="color:#589BA9;opacity:0.8;">80%</p>

Text with #589BA9 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 #589BA9;}

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

This text has shadow with #589BA9 color.

.textShadow {text-shadow: 3px 3px 1px #589BA9, 3px 3px 1px red;}

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

This text has shadow with #589BA9 primary color and red secondary color.


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

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

This text has shadow with #589BA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589BA9 on black background.


Color preview on white background

This text has color #589BA9 on white background.



Black color preview on #589BA9 background

This text has black color on #589BA9 background.


White color preview on #589BA9 background

This text has white color on #589BA9 background.