COLOR #589ACF

HEX: #589ACF RGB: (88,154,207)

Color info

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

RGB color model

#589ACF color RGB value is (88,154,207).

RGB: (88,154,207) (35%, 60%, 81%)

RGB channels and saturation

R 88 of 255 = 35%
G 154 of 255 = 60%
B 207 of 255 = 81%

88
154
207

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

Portions of RGB colors in percentages

R + G + B = 88 + 154 + 207 = 449 (100%)
R 88 of 449 ~ 19.6%
G 154 of 449 ~ 34.3%
B 207 of 449 ~ 46.1'%

%19.6
%34.3
%46.1

CMYK color model

#589ACF color CMYK value is (57,26,0,19).

  • cyan value is 57.49%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (57,26,0,19)
C57M26Y0K19 (57%, 26%, 0%, 19%)
(0.57 / 0.26 / 0.00 / 0.19)

CMYK percentages

%57.49
%25.6
%0
%18.82

Codes

Color #589ACF in popluar color models

58 9A CF
RGB 88 154 207
HSL 207° 55.35% 57.84%
HSB/HSV 207° 57.49% 81.18%
CMYK 57.49% 25.60% 0.00%
18.82%

Color #589ACF in popluar number systems.

HEX 58 9A CF
Decimal 88 154 207
Binary 1011000 10011010 11001111
Octal 130 232 317

Shades and tints

Shades of #589ACF

#589ACF
(88,154,207)
#508CBD
(80,140,189)
#487EAB
(72,126,171)
#407099
(64,112,153)
#386287
(56,98,135)
#305475
(48,84,117)
#284663
(40,70,99)
#203851
(32,56,81)
#182A3F
(24,42,63)
#101C2D
(16,28,45)
#080E1B
(8,14,27)
#000000
(0,0,0)

Tints of #589ACF

#589ACF
(88,154,207)
#67A3D3
(103,163,211)
#76ACD7
(118,172,215)
#85B5DB
(133,181,219)
#94BEDF
(148,190,223)
#A3C7E3
(163,199,227)
#B2D0E7
(178,208,231)
#C1D9EB
(193,217,235)
#D0E2EF
(208,226,239)
#DFEBF3
(223,235,243)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589ACF; }

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

This text font color is #589ACF.

Background Color

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

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

This div background color is #589ACF.

Border color

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

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

This div border color is #589ACF.

Opacity

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

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

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

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

This text has shadow with #589ACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #589ACF.

Preview

Color preview on black background

This text has color #589ACF on black background.


Color preview on white background

This text has color #589ACF on white background.


Black color preview on #589ACF background

This text has black color on #589ACF background.


White color preview on #589ACF background

This text has white color on #589ACF background.


Related colors

Complementary color

Complementary color for #hex is #A76530.


I love getcolorcode.com

Triadic colors

1 #CF589A and #9ACF58 with #589ACF are triadic colors.

2 #CF9A58 and #9A58CF with #589ACF are triadic colors.