COLOR #599AB8

HEX: #599AB8
RGB: (89,154,184)

Color info

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

RGB color model

#599AB8 color RGB value is (89,154,184).

  • red value is 89;
  • green value is 154;
  • blue value is 184.
RGB:
(89,154,184)
(35%,60%,72%)

RGB channels and saturation

R 89 of 255 = 35%
G 154 of 255 = 60%
B 184 of 255 = 72%

89
154
184

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

Portions of RGB colors in percentages

R + G + B =
89 + 154 + 184 = 427 (100%)
R 89 of 427 ~ 20.84%
G 154 of 427 ~ 36.07%
B 184 of 427 ~ 43.09%

%20.84
%36.07
%43.09

CMYK color model

#599AB8 color CMYK value is (52,16,0,28).

  • cyan value is 51.63%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(52,16,0,28)
C52M16Y0K28 
(52%,16%,0%,28%)
(0.52/0.16/0.00/0.28)	

CMYK percentages

%51.63
%16.3
%0
%27.84

Codes

Color #599AB8 in popluar color models

599AB8
RGB89154184
HSL199°40.08%53.53%
HSB/HSV199°51.63%72.16%
CMYK51.63%16.30%0.00%
27.84%

Color #599AB8 in popluar number systems.

HEX599AB8
Decimal89154184
Binary10110011001101010111000
Octal131232270

Shades and tints

Shades of #599AB8

#599AB8
(89,154,184)
#518CA8
(81,140,168)
#497E98
(73,126,152)
#417088
(65,112,136)
#396278
(57,98,120)
#315468
(49,84,104)
#294658
(41,70,88)
#213848
(33,56,72)
#192A38
(25,42,56)
#111C28
(17,28,40)
#090E18
(9,14,24)
#000000
(0,0,0)

Tints of #599AB8

#599AB8
(89,154,184)
#68A3BE
(104,163,190)
#77ACC4
(119,172,196)
#86B5CA
(134,181,202)
#95BED0
(149,190,208)
#A4C7D6
(164,199,214)
#B3D0DC
(179,208,220)
#C2D9E2
(194,217,226)
#D1E2E8
(209,226,232)
#E0EBEE
(224,235,238)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599AB8 color. Also use rgb(89,154,184) instead hex code.

Text Font Color

.myTextColor { color: #599AB8; }

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

This text font color is #599AB8.


Background Color

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

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

This div background color is #599AB8.


Border color

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

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

This div border color is #599AB8.


Opacity

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

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

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

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

This text has shadow with #599AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599AB8 on black background.


Color preview on white background

This text has color #599AB8 on white background.



Black color preview on #599AB8 background

This text has black color on #599AB8 background.


White color preview on #599AB8 background

This text has white color on #599AB8 background.