COLOR #599BD9

HEX: #599BD9
RGB: (89,155,217)

Color info

#599BD9 contains mainly blue color. Web safe color of #599BD9 is #6699CC (or #69C).

RGB color model

#599BD9 color RGB value is (89,155,217).

  • red value is 89;
  • green value is 155;
  • blue value is 217.
RGB:
(89,155,217)
(35%,61%,85%)

RGB channels and saturation

R 89 of 255 = 35%
G 155 of 255 = 61%
B 217 of 255 = 85%

89
155
217

R + G + B ~ 60%. #599BD9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 155 + 217 = 461 (100%)
R 89 of 461 ~ 19.31%
G 155 of 461 ~ 33.62%
B 217 of 461 ~ 47.07%

%19.31
%33.62
%47.07

CMYK color model

#599BD9 color CMYK value is (59,29,0,15).

  • cyan value is 58.99%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(59,29,0,15)
C59M29Y0K15 
(59%,29%,0%,15%)
(0.59/0.29/0.00/0.15)	

CMYK percentages

%58.99
%28.57
%0
%14.9

Codes

Color #599BD9 in popluar color models

599BD9
RGB89155217
HSL209°62.75%60.00%
HSB/HSV209°58.99%85.10%
CMYK58.99%28.57%0.00%
14.90%

Color #599BD9 in popluar number systems.

HEX599BD9
Decimal89155217
Binary10110011001101111011001
Octal131233331

Shades and tints

Shades of #599BD9

#599BD9
(89,155,217)
#518DC6
(81,141,198)
#497FB3
(73,127,179)
#4171A0
(65,113,160)
#39638D
(57,99,141)
#31557A
(49,85,122)
#294767
(41,71,103)
#213954
(33,57,84)
#192B41
(25,43,65)
#111D2E
(17,29,46)
#090F1B
(9,15,27)
#000000
(0,0,0)

Tints of #599BD9

#599BD9
(89,155,217)
#68A4DC
(104,164,220)
#77ADDF
(119,173,223)
#86B6E2
(134,182,226)
#95BFE5
(149,191,229)
#A4C8E8
(164,200,232)
#B3D1EB
(179,209,235)
#C2DAEE
(194,218,238)
#D1E3F1
(209,227,241)
#E0ECF4
(224,236,244)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599BD9 color. Also use rgb(89,155,217) instead hex code.

Text Font Color

.myTextColor { color: #599BD9; }

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

This text font color is #599BD9.


Background Color

.myBgColor { background-color: #599BD9; }

<div style="background-color:#599BD9">Inner text</div>

This div background color is #599BD9.


Border color

.myBorderColor { border: 1px solid #599BD9; }

<div style="border:3px solid #599BD9">Div</div>

This div border color is #599BD9.


Opacity

.myOpacity80 { color: #599BD9; opacity: 0.8; }

<p style="color:#599BD9;opacity:0.8;">80%</p>

Text with #599BD9 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 #599BD9;}

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

This text has shadow with #599BD9 color.

.textShadow {text-shadow: 3px 3px 1px #599BD9, 3px 3px 1px red;}

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

This text has shadow with #599BD9 primary color and red secondary color.


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

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

This text has shadow with #599BD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599BD9 on black background.


Color preview on white background

This text has color #599BD9 on white background.



Black color preview on #599BD9 background

This text has black color on #599BD9 background.


White color preview on #599BD9 background

This text has white color on #599BD9 background.