COLOR #59919C

HEX: #59919C
RGB: (89,145,156)

Color info

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

RGB color model

#59919C color RGB value is (89,145,156).

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

RGB channels and saturation

R 89 of 255 = 35%
G 145 of 255 = 57%
B 156 of 255 = 61%

89
145
156

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

Portions of RGB colors in percentages

R + G + B =
89 + 145 + 156 = 390 (100%)
R 89 of 390 ~ 22.82%
G 145 of 390 ~ 37.18%
B 156 of 390 ~ 40%

%22.82
%37.18
%40

CMYK color model

#59919C color CMYK value is (43,7,0,39).

  • cyan value is 42.95%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(43,7,0,39)
C43M7Y0K39 
(43%,7%,0%,39%)
(0.43/0.07/0.00/0.39)	

CMYK percentages

%42.95
%7.05
%0
%38.82

Codes

Color #59919C in popluar color models

59919C
RGB89145156
HSL190°27.35%48.04%
HSB/HSV190°42.95%61.18%
CMYK42.95%7.05%0.00%
38.82%

Color #59919C in popluar number systems.

HEX59919C
Decimal89145156
Binary10110011001000110011100
Octal131221234

Shades and tints

Shades of #59919C

#59919C
(89,145,156)
#51848E
(81,132,142)
#497780
(73,119,128)
#416A72
(65,106,114)
#395D64
(57,93,100)
#315056
(49,80,86)
#294348
(41,67,72)
#21363A
(33,54,58)
#19292C
(25,41,44)
#111C1E
(17,28,30)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #59919C

#59919C
(89,145,156)
#689BA5
(104,155,165)
#77A5AE
(119,165,174)
#86AFB7
(134,175,183)
#95B9C0
(149,185,192)
#A4C3C9
(164,195,201)
#B3CDD2
(179,205,210)
#C2D7DB
(194,215,219)
#D1E1E4
(209,225,228)
#E0EBED
(224,235,237)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59919C; }

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

This text font color is #59919C.


Background Color

.myBgColor { background-color: #59919C; }

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

This div background color is #59919C.


Border color

.myBorderColor { border: 1px solid #59919C; }

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

This div border color is #59919C.


Opacity

.myOpacity80 { color: #59919C; opacity: 0.8; }

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

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

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

This text has shadow with #59919C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59919C on black background.


Color preview on white background

This text has color #59919C on white background.



Black color preview on #59919C background

This text has black color on #59919C background.


White color preview on #59919C background

This text has white color on #59919C background.