COLOR #599E85

HEX: #599E85 RGB: (89,158,133)

Color info

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

RGB color model

#599E85 color RGB value is (89,158,133).

RGB: (89,158,133) (35%, 62%, 52%)

RGB channels and saturation

R 89 of 255 = 35%
G 158 of 255 = 62%
B 133 of 255 = 52%

89
158
133

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

Portions of RGB colors in percentages

R + G + B = 89 + 158 + 133 = 380 (100%)
R 89 of 380 ~ 23.42%
G 158 of 380 ~ 41.58%
B 133 of 380 ~ 35'%

%23.42
%41.58
%35

CMYK color model

#599E85 color CMYK value is (44,0,16,38).

  • cyan value is 43.67%
  • magenta value is 0.00%
  • yellow value is 15.82%
  • key color value is 38.04%

CMYK: (44,0,16,38)
C44M0Y16K38 (44%, 0%, 16%, 38%)
(0.44 / 0.00 / 0.16 / 0.38)

CMYK percentages

%43.67
%0
%15.82
%38.04

Codes

Color #599E85 in popluar color models

59 9E 85
RGB 89 158 133
HSL 158° 27.94% 48.43%
HSB/HSV 158° 43.67% 61.96%
CMYK 43.67% 0.00% 15.82%
38.04%

Color #599E85 in popluar number systems.

HEX 59 9E 85
Decimal 89 158 133
Binary 1011001 10011110 10000101
Octal 131 236 205

Shades and tints

Shades of #599E85

#599E85
(89,158,133)
#519079
(81,144,121)
#49826D
(73,130,109)
#417461
(65,116,97)
#396655
(57,102,85)
#315849
(49,88,73)
#294A3D
(41,74,61)
#213C31
(33,60,49)
#192E25
(25,46,37)
#112019
(17,32,25)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #599E85

#599E85
(89,158,133)
#68A690
(104,166,144)
#77AE9B
(119,174,155)
#86B6A6
(134,182,166)
#95BEB1
(149,190,177)
#A4C6BC
(164,198,188)
#B3CEC7
(179,206,199)
#C2D6D2
(194,214,210)
#D1DEDD
(209,222,221)
#E0E6E8
(224,230,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599E85 color. Also use rgb(89,158,133) instead hex code.

Text Font Color

.myTextColor { color: #599E85; }

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

This text font color is #599E85.

Background Color

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

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

This div background color is #599E85.

Border color

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

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

This div border color is #599E85.

Opacity

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

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

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

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

This text has shadow with #599E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #599E85.

Preview

Color preview on black background

This text has color #599E85 on black background.


Color preview on white background

This text has color #599E85 on white background.


Black color preview on #599E85 background

This text has black color on #599E85 background.


White color preview on #599E85 background

This text has white color on #599E85 background.


Related colors

Complementary color

Complementary color for #hex is #A6617A.


I love getcolorcode.com

Triadic colors

1 #85599E and #9E8559 with #599E85 are triadic colors.

2 #859E59 and #9E5985 with #599E85 are triadic colors.