COLOR #589FC7

HEX: #589FC7
RGB: (88,159,199)

Color info

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

RGB color model

#589FC7 color RGB value is (88,159,199).

  • red value is 88;
  • green value is 159;
  • blue value is 199.
RGB:
(88,159,199)
(35%,62%,78%)

RGB channels and saturation

R 88 of 255 = 35%
G 159 of 255 = 62%
B 199 of 255 = 78%

88
159
199

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

Portions of RGB colors in percentages

R + G + B =
88 + 159 + 199 = 446 (100%)
R 88 of 446 ~ 19.73%
G 159 of 446 ~ 35.65%
B 199 of 446 ~ 44.62%

%19.73
%35.65
%44.62

CMYK color model

#589FC7 color CMYK value is (56,20,0,22).

  • cyan value is 55.78%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(56,20,0,22)
C56M20Y0K22 
(56%,20%,0%,22%)
(0.56/0.20/0.00/0.22)	

CMYK percentages

%55.78
%20.1
%0
%21.96

Codes

Color #589FC7 in popluar color models

589FC7
RGB88159199
HSL202°49.78%56.27%
HSB/HSV202°55.78%78.04%
CMYK55.78%20.10%0.00%
21.96%

Color #589FC7 in popluar number systems.

HEX589FC7
Decimal88159199
Binary10110001001111111000111
Octal130237307

Shades and tints

Shades of #589FC7

#589FC7
(88,159,199)
#5091B5
(80,145,181)
#4883A3
(72,131,163)
#407591
(64,117,145)
#38677F
(56,103,127)
#30596D
(48,89,109)
#284B5B
(40,75,91)
#203D49
(32,61,73)
#182F37
(24,47,55)
#102125
(16,33,37)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #589FC7

#589FC7
(88,159,199)
#67A7CC
(103,167,204)
#76AFD1
(118,175,209)
#85B7D6
(133,183,214)
#94BFDB
(148,191,219)
#A3C7E0
(163,199,224)
#B2CFE5
(178,207,229)
#C1D7EA
(193,215,234)
#D0DFEF
(208,223,239)
#DFE7F4
(223,231,244)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589FC7 color. Also use rgb(88,159,199) instead hex code.

Text Font Color

.myTextColor { color: #589FC7; }

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

This text font color is #589FC7.


Background Color

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

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

This div background color is #589FC7.


Border color

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

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

This div border color is #589FC7.


Opacity

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

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

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

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

This text has shadow with #589FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589FC7 on black background.


Color preview on white background

This text has color #589FC7 on white background.



Black color preview on #589FC7 background

This text has black color on #589FC7 background.


White color preview on #589FC7 background

This text has white color on #589FC7 background.