COLOR #599DA5

HEX: #599DA5
RGB: (89,157,165)

Color info

#599DA5 contains mainly green and blue colors. Web safe color of #599DA5 is #669999 (or #699).

RGB color model

#599DA5 color RGB value is (89,157,165).

  • red value is 89;
  • green value is 157;
  • blue value is 165.
RGB:
(89,157,165)
(35%,62%,65%)

RGB channels and saturation

R 89 of 255 = 35%
G 157 of 255 = 62%
B 165 of 255 = 65%

89
157
165

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

Portions of RGB colors in percentages

R + G + B =
89 + 157 + 165 = 411 (100%)
R 89 of 411 ~ 21.65%
G 157 of 411 ~ 38.2%
B 165 of 411 ~ 40.15%

%21.65
%38.2
%40.15

CMYK color model

#599DA5 color CMYK value is (46,5,0,35).

  • cyan value is 46.06%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(46,5,0,35)
C46M5Y0K35 
(46%,5%,0%,35%)
(0.46/0.05/0.00/0.35)	

CMYK percentages

%46.06
%4.85
%0
%35.29

Codes

Color #599DA5 in popluar color models

599DA5
RGB89157165
HSL186°29.92%49.80%
HSB/HSV186°46.06%64.71%
CMYK46.06%4.85%0.00%
35.29%

Color #599DA5 in popluar number systems.

HEX599DA5
Decimal89157165
Binary10110011001110110100101
Octal131235245

Shades and tints

Shades of #599DA5

#599DA5
(89,157,165)
#518F96
(81,143,150)
#498187
(73,129,135)
#417378
(65,115,120)
#396569
(57,101,105)
#31575A
(49,87,90)
#29494B
(41,73,75)
#213B3C
(33,59,60)
#192D2D
(25,45,45)
#111F1E
(17,31,30)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #599DA5

#599DA5
(89,157,165)
#68A5AD
(104,165,173)
#77ADB5
(119,173,181)
#86B5BD
(134,181,189)
#95BDC5
(149,189,197)
#A4C5CD
(164,197,205)
#B3CDD5
(179,205,213)
#C2D5DD
(194,213,221)
#D1DDE5
(209,221,229)
#E0E5ED
(224,229,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599DA5 color. Also use rgb(89,157,165) instead hex code.

Text Font Color

.myTextColor { color: #599DA5; }

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

This text font color is #599DA5.


Background Color

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

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

This div background color is #599DA5.


Border color

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

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

This div border color is #599DA5.


Opacity

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

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

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

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

This text has shadow with #599DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599DA5 on black background.


Color preview on white background

This text has color #599DA5 on white background.



Black color preview on #599DA5 background

This text has black color on #599DA5 background.


White color preview on #599DA5 background

This text has white color on #599DA5 background.