COLOR #599C93

HEX: #599C93 RGB: (89,156,147)

Color info

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

RGB color model

#599C93 color RGB value is (89,156,147).

RGB: (89,156,147) (35%, 61%, 58%)

RGB channels and saturation

R 89 of 255 = 35%
G 156 of 255 = 61%
B 147 of 255 = 58%

89
156
147

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

Portions of RGB colors in percentages

R + G + B = 89 + 156 + 147 = 392 (100%)
R 89 of 392 ~ 22.7%
G 156 of 392 ~ 39.8%
B 147 of 392 ~ 37.5'%

%22.7
%39.8
%37.5

CMYK color model

#599C93 color CMYK value is (43,0,6,39).

  • cyan value is 42.95%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 38.82%

CMYK: (43,0,6,39)
C43M0Y6K39 (43%, 0%, 6%, 39%)
(0.43 / 0.00 / 0.06 / 0.39)

CMYK percentages

%42.95
%0
%5.77
%38.82

Codes

Color #599C93 in popluar color models

59 9C 93
RGB 89 156 147
HSL 172° 27.35% 48.04%
HSB/HSV 172° 42.95% 61.18%
CMYK 42.95% 0.00% 5.77%
38.82%

Color #599C93 in popluar number systems.

HEX 59 9C 93
Decimal 89 156 147
Binary 1011001 10011100 10010011
Octal 131 234 223

Shades and tints

Shades of #599C93

#599C93
(89,156,147)
#518E86
(81,142,134)
#498079
(73,128,121)
#41726C
(65,114,108)
#39645F
(57,100,95)
#315652
(49,86,82)
#294845
(41,72,69)
#213A38
(33,58,56)
#192C2B
(25,44,43)
#111E1E
(17,30,30)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #599C93

#599C93
(89,156,147)
#68A59C
(104,165,156)
#77AEA5
(119,174,165)
#86B7AE
(134,183,174)
#95C0B7
(149,192,183)
#A4C9C0
(164,201,192)
#B3D2C9
(179,210,201)
#C2DBD2
(194,219,210)
#D1E4DB
(209,228,219)
#E0EDE4
(224,237,228)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599C93 color. Also use rgb(89,156,147) instead hex code.

Text Font Color

.myTextColor { color: #599C93; }

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

This text font color is #599C93.

Background Color

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

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

This div background color is #599C93.

Border color

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

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

This div border color is #599C93.

Opacity

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

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

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

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

This text has shadow with #599C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #599C93.

Preview

Color preview on black background

This text has color #599C93 on black background.


Color preview on white background

This text has color #599C93 on white background.


Black color preview on #599C93 background

This text has black color on #599C93 background.


White color preview on #599C93 background

This text has white color on #599C93 background.


Related colors

Complementary color

Complementary color for #hex is #A6636C.


I love getcolorcode.com

Triadic colors

1 #93599C and #9C9359 with #599C93 are triadic colors.

2 #939C59 and #9C5993 with #599C93 are triadic colors.