COLOR #589CBB

HEX: #589CBB RGB: (88,156,187)

Color info

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

RGB color model

#589CBB color RGB value is (88,156,187).

RGB: (88,156,187) (35%, 61%, 73%)

RGB channels and saturation

R 88 of 255 = 35%
G 156 of 255 = 61%
B 187 of 255 = 73%

88
156
187

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

Portions of RGB colors in percentages

R + G + B = 88 + 156 + 187 = 431 (100%)
R 88 of 431 ~ 20.42%
G 156 of 431 ~ 36.19%
B 187 of 431 ~ 43.39'%

%20.42
%36.19
%43.39

CMYK color model

#589CBB color CMYK value is (53,17,0,27).

  • cyan value is 52.94%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (53,17,0,27)
C53M17Y0K27 (53%, 17%, 0%, 27%)
(0.53 / 0.17 / 0.00 / 0.27)

CMYK percentages

%52.94
%16.58
%0
%26.67

Codes

Color #589CBB in popluar color models

58 9C BB
RGB 88 156 187
HSL 199° 42.13% 53.92%
HSB/HSV 199° 52.94% 73.33%
CMYK 52.94% 16.58% 0.00%
26.67%

Color #589CBB in popluar number systems.

HEX 58 9C BB
Decimal 88 156 187
Binary 1011000 10011100 10111011
Octal 130 234 273

Shades and tints

Shades of #589CBB

#589CBB
(88,156,187)
#508EAA
(80,142,170)
#488099
(72,128,153)
#407288
(64,114,136)
#386477
(56,100,119)
#305666
(48,86,102)
#284855
(40,72,85)
#203A44
(32,58,68)
#182C33
(24,44,51)
#101E22
(16,30,34)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #589CBB

#589CBB
(88,156,187)
#67A5C1
(103,165,193)
#76AEC7
(118,174,199)
#85B7CD
(133,183,205)
#94C0D3
(148,192,211)
#A3C9D9
(163,201,217)
#B2D2DF
(178,210,223)
#C1DBE5
(193,219,229)
#D0E4EB
(208,228,235)
#DFEDF1
(223,237,241)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589CBB color. Also use rgb(88,156,187) instead hex code.

Text Font Color

.myTextColor { color: #589CBB; }

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

This text font color is #589CBB.

Background Color

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

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

This div background color is #589CBB.

Border color

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

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

This div border color is #589CBB.

Opacity

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

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

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

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

This text has shadow with #589CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #589CBB.

Preview

Color preview on black background

This text has color #589CBB on black background.


Color preview on white background

This text has color #589CBB on white background.


Black color preview on #589CBB background

This text has black color on #589CBB background.


White color preview on #589CBB background

This text has white color on #589CBB background.


Related colors

Complementary color

Complementary color for #hex is #A76344.


I love getcolorcode.com

Triadic colors

1 #BB589C and #9CBB58 with #589CBB are triadic colors.

2 #BB9C58 and #9C58BB with #589CBB are triadic colors.