COLOR #589AAE

HEX: #589AAE
RGB: (88,154,174)

Color info

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

RGB color model

#589AAE color RGB value is (88,154,174).

  • red value is 88;
  • green value is 154;
  • blue value is 174.
RGB:
(88,154,174)
(35%,60%,68%)

RGB channels and saturation

R 88 of 255 = 35%
G 154 of 255 = 60%
B 174 of 255 = 68%

88
154
174

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

Portions of RGB colors in percentages

R + G + B =
88 + 154 + 174 = 416 (100%)
R 88 of 416 ~ 21.15%
G 154 of 416 ~ 37.02%
B 174 of 416 ~ 41.83%

%21.15
%37.02
%41.83

CMYK color model

#589AAE color CMYK value is (49,11,0,32).

  • cyan value is 49.43%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(49,11,0,32)
C49M11Y0K32 
(49%,11%,0%,32%)
(0.49/0.11/0.00/0.32)	

CMYK percentages

%49.43
%11.49
%0
%31.76

Codes

Color #589AAE in popluar color models

589AAE
RGB88154174
HSL194°34.68%51.37%
HSB/HSV194°49.43%68.24%
CMYK49.43%11.49%0.00%
31.76%

Color #589AAE in popluar number systems.

HEX589AAE
Decimal88154174
Binary10110001001101010101110
Octal130232256

Shades and tints

Shades of #589AAE

#589AAE
(88,154,174)
#508C9F
(80,140,159)
#487E90
(72,126,144)
#407081
(64,112,129)
#386272
(56,98,114)
#305463
(48,84,99)
#284654
(40,70,84)
#203845
(32,56,69)
#182A36
(24,42,54)
#101C27
(16,28,39)
#080E18
(8,14,24)
#000000
(0,0,0)

Tints of #589AAE

#589AAE
(88,154,174)
#67A3B5
(103,163,181)
#76ACBC
(118,172,188)
#85B5C3
(133,181,195)
#94BECA
(148,190,202)
#A3C7D1
(163,199,209)
#B2D0D8
(178,208,216)
#C1D9DF
(193,217,223)
#D0E2E6
(208,226,230)
#DFEBED
(223,235,237)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589AAE color. Also use rgb(88,154,174) instead hex code.

Text Font Color

.myTextColor { color: #589AAE; }

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

This text font color is #589AAE.


Background Color

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

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

This div background color is #589AAE.


Border color

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

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

This div border color is #589AAE.


Opacity

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

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

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

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

This text has shadow with #589AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589AAE on black background.


Color preview on white background

This text has color #589AAE on white background.



Black color preview on #589AAE background

This text has black color on #589AAE background.


White color preview on #589AAE background

This text has white color on #589AAE background.