COLOR #589AD4

HEX: #589AD4
RGB: (88,154,212)

Color info

#589AD4 contains mainly green and blue colors. Web safe color of #589AD4 is #6699CC (or #69C).

RGB color model

#589AD4 color RGB value is (88,154,212).

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

RGB channels and saturation

R 88 of 255 = 35%
G 154 of 255 = 60%
B 212 of 255 = 83%

88
154
212

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

Portions of RGB colors in percentages

R + G + B =
88 + 154 + 212 = 454 (100%)
R 88 of 454 ~ 19.38%
G 154 of 454 ~ 33.92%
B 212 of 454 ~ 46.7%

%19.38
%33.92
%46.7

CMYK color model

#589AD4 color CMYK value is (58,27,0,17).

  • cyan value is 58.49%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(58,27,0,17)
C58M27Y0K17 
(58%,27%,0%,17%)
(0.58/0.27/0.00/0.17)	

CMYK percentages

%58.49
%27.36
%0
%16.86

Codes

Color #589AD4 in popluar color models

589AD4
RGB88154212
HSL208°59.05%58.82%
HSB/HSV208°58.49%83.14%
CMYK58.49%27.36%0.00%
16.86%

Color #589AD4 in popluar number systems.

HEX589AD4
Decimal88154212
Binary10110001001101011010100
Octal130232324

Shades and tints

Shades of #589AD4

#589AD4
(88,154,212)
#508CC1
(80,140,193)
#487EAE
(72,126,174)
#40709B
(64,112,155)
#386288
(56,98,136)
#305475
(48,84,117)
#284662
(40,70,98)
#20384F
(32,56,79)
#182A3C
(24,42,60)
#101C29
(16,28,41)
#080E16
(8,14,22)
#000000
(0,0,0)

Tints of #589AD4

#589AD4
(88,154,212)
#67A3D7
(103,163,215)
#76ACDA
(118,172,218)
#85B5DD
(133,181,221)
#94BEE0
(148,190,224)
#A3C7E3
(163,199,227)
#B2D0E6
(178,208,230)
#C1D9E9
(193,217,233)
#D0E2EC
(208,226,236)
#DFEBEF
(223,235,239)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589AD4; }

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

This text font color is #589AD4.


Background Color

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

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

This div background color is #589AD4.


Border color

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

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

This div border color is #589AD4.


Opacity

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

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

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

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

This text has shadow with #589AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589AD4 on black background.


Color preview on white background

This text has color #589AD4 on white background.



Black color preview on #589AD4 background

This text has black color on #589AD4 background.


White color preview on #589AD4 background

This text has white color on #589AD4 background.