COLOR #599189

HEX: #599189
RGB: (89,145,137)

Color info

#599189 contains red, green and blue colors in about the same proportion. Web safe color of #599189 is #669999 (or #699).

RGB color model

#599189 color RGB value is (89,145,137).

  • red value is 89;
  • green value is 145;
  • blue value is 137.
RGB:
(89,145,137)
(35%,57%,54%)

RGB channels and saturation

R 89 of 255 = 35%
G 145 of 255 = 57%
B 137 of 255 = 54%

89
145
137

R + G + B ~ 49%. #599189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 145 + 137 = 371 (100%)
R 89 of 371 ~ 23.99%
G 145 of 371 ~ 39.08%
B 137 of 371 ~ 36.93%

%23.99
%39.08
%36.93

CMYK color model

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

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(39,0,6,43)
C39M0Y6K43 
(39%,0%,6%,43%)
(0.39/0.00/0.06/0.43)	

CMYK percentages

%38.62
%0
%5.52
%43.14

Codes

Color #599189 in popluar color models

599189
RGB89145137
HSL171°23.93%45.88%
HSB/HSV171°38.62%56.86%
CMYK38.62%0.00%5.52%
43.14%

Color #599189 in popluar number systems.

HEX599189
Decimal89145137
Binary10110011001000110001001
Octal131221211

Shades and tints

Shades of #599189

#599189
(89,145,137)
#51847D
(81,132,125)
#497771
(73,119,113)
#416A65
(65,106,101)
#395D59
(57,93,89)
#31504D
(49,80,77)
#294341
(41,67,65)
#213635
(33,54,53)
#192929
(25,41,41)
#111C1D
(17,28,29)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #599189

#599189
(89,145,137)
#689B93
(104,155,147)
#77A59D
(119,165,157)
#86AFA7
(134,175,167)
#95B9B1
(149,185,177)
#A4C3BB
(164,195,187)
#B3CDC5
(179,205,197)
#C2D7CF
(194,215,207)
#D1E1D9
(209,225,217)
#E0EBE3
(224,235,227)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599189 color. Also use rgb(89,145,137) instead hex code.

Text Font Color

.myTextColor { color: #599189; }

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

This text font color is #599189.


Background Color

.myBgColor { background-color: #599189; }

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

This div background color is #599189.


Border color

.myBorderColor { border: 1px solid #599189; }

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

This div border color is #599189.


Opacity

.myOpacity80 { color: #599189; opacity: 0.8; }

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

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

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

This text has shadow with #599189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599189 on black background.


Color preview on white background

This text has color #599189 on white background.



Black color preview on #599189 background

This text has black color on #599189 background.


White color preview on #599189 background

This text has white color on #599189 background.