COLOR #589BAF

HEX: #589BAF
RGB: (88,155,175)

Color info

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

RGB color model

#589BAF color RGB value is (88,155,175).

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

RGB channels and saturation

R 88 of 255 = 35%
G 155 of 255 = 61%
B 175 of 255 = 69%

88
155
175

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

Portions of RGB colors in percentages

R + G + B =
88 + 155 + 175 = 418 (100%)
R 88 of 418 ~ 21.05%
G 155 of 418 ~ 37.08%
B 175 of 418 ~ 41.87%

%21.05
%37.08
%41.87

CMYK color model

#589BAF color CMYK value is (50,11,0,31).

  • cyan value is 49.71%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(50,11,0,31)
C50M11Y0K31 
(50%,11%,0%,31%)
(0.50/0.11/0.00/0.31)	

CMYK percentages

%49.71
%11.43
%0
%31.37

Codes

Color #589BAF in popluar color models

589BAF
RGB88155175
HSL194°35.22%51.57%
HSB/HSV194°49.71%68.63%
CMYK49.71%11.43%0.00%
31.37%

Color #589BAF in popluar number systems.

HEX589BAF
Decimal88155175
Binary10110001001101110101111
Octal130233257

Shades and tints

Shades of #589BAF

#589BAF
(88,155,175)
#508DA0
(80,141,160)
#487F91
(72,127,145)
#407182
(64,113,130)
#386373
(56,99,115)
#305564
(48,85,100)
#284755
(40,71,85)
#203946
(32,57,70)
#182B37
(24,43,55)
#101D28
(16,29,40)
#080F19
(8,15,25)
#000000
(0,0,0)

Tints of #589BAF

#589BAF
(88,155,175)
#67A4B6
(103,164,182)
#76ADBD
(118,173,189)
#85B6C4
(133,182,196)
#94BFCB
(148,191,203)
#A3C8D2
(163,200,210)
#B2D1D9
(178,209,217)
#C1DAE0
(193,218,224)
#D0E3E7
(208,227,231)
#DFECEE
(223,236,238)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589BAF; }

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

This text font color is #589BAF.


Background Color

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

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

This div background color is #589BAF.


Border color

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

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

This div border color is #589BAF.


Opacity

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

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

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

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

This text has shadow with #589BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589BAF on black background.


Color preview on white background

This text has color #589BAF on white background.



Black color preview on #589BAF background

This text has black color on #589BAF background.


White color preview on #589BAF background

This text has white color on #589BAF background.