COLOR #599A95

HEX: #599A95 RGB: (89,154,149)

Color info

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

RGB color model

#599A95 color RGB value is (89,154,149).

RGB: (89,154,149) (35%, 60%, 58%)

RGB channels and saturation

R 89 of 255 = 35%
G 154 of 255 = 60%
B 149 of 255 = 58%

89
154
149

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

Portions of RGB colors in percentages

R + G + B = 89 + 154 + 149 = 392 (100%)
R 89 of 392 ~ 22.7%
G 154 of 392 ~ 39.29%
B 149 of 392 ~ 38.01'%

%22.7
%39.29
%38.01

CMYK color model

#599A95 color CMYK value is (42,0,3,40).

  • cyan value is 42.21%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%

CMYK: (42,0,3,40)
C42M0Y3K40 (42%, 0%, 3%, 40%)
(0.42 / 0.00 / 0.03 / 0.40)

CMYK percentages

%42.21
%0
%3.25
%39.61

Codes

Color #599A95 in popluar color models

59 9A 95
RGB 89 154 149
HSL 175° 26.75% 47.65%
HSB/HSV 175° 42.21% 60.39%
CMYK 42.21% 0.00% 3.25%
39.61%

Color #599A95 in popluar number systems.

HEX 59 9A 95
Decimal 89 154 149
Binary 1011001 10011010 10010101
Octal 131 232 225

Shades and tints

Shades of #599A95

#599A95
(89,154,149)
#518C88
(81,140,136)
#497E7B
(73,126,123)
#41706E
(65,112,110)
#396261
(57,98,97)
#315454
(49,84,84)
#294647
(41,70,71)
#21383A
(33,56,58)
#192A2D
(25,42,45)
#111C20
(17,28,32)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #599A95

#599A95
(89,154,149)
#68A39E
(104,163,158)
#77ACA7
(119,172,167)
#86B5B0
(134,181,176)
#95BEB9
(149,190,185)
#A4C7C2
(164,199,194)
#B3D0CB
(179,208,203)
#C2D9D4
(194,217,212)
#D1E2DD
(209,226,221)
#E0EBE6
(224,235,230)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599A95; }

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

This text font color is #599A95.

Background Color

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

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

This div background color is #599A95.

Border color

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

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

This div border color is #599A95.

Opacity

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

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

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

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

This text has shadow with #599A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #599A95.

Preview

Color preview on black background

This text has color #599A95 on black background.


Color preview on white background

This text has color #599A95 on white background.


Black color preview on #599A95 background

This text has black color on #599A95 background.


White color preview on #599A95 background

This text has white color on #599A95 background.


Related colors

Complementary color

Complementary color for #hex is #A6656A.


I love getcolorcode.com

Triadic colors

1 #95599A and #9A9559 with #599A95 are triadic colors.

2 #959A59 and #9A5995 with #599A95 are triadic colors.