COLOR #59969C

HEX: #59969C RGB: (89,150,156)

Color info

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

RGB color model

#59969C color RGB value is (89,150,156).

RGB: (89,150,156) (35%, 59%, 61%)

RGB channels and saturation

R 89 of 255 = 35%
G 150 of 255 = 59%
B 156 of 255 = 61%

89
150
156

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

Portions of RGB colors in percentages

R + G + B = 89 + 150 + 156 = 395 (100%)
R 89 of 395 ~ 22.53%
G 150 of 395 ~ 37.97%
B 156 of 395 ~ 39.49'%

%22.53
%37.97
%39.49

CMYK color model

#59969C color CMYK value is (43,4,0,39).

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

CMYK: (43,4,0,39)
C43M4Y0K39 (43%, 4%, 0%, 39%)
(0.43 / 0.04 / 0.00 / 0.39)

CMYK percentages

%42.95
%3.85
%0
%38.82

Codes

Color #59969C in popluar color models

59 96 9C
RGB 89 150 156
HSL 185° 27.35% 48.04%
HSB/HSV 185° 42.95% 61.18%
CMYK 42.95% 3.85% 0.00%
38.82%

Color #59969C in popluar number systems.

HEX 59 96 9C
Decimal 89 150 156
Binary 1011001 10010110 10011100
Octal 131 226 234

Shades and tints

Shades of #59969C

#59969C
(89,150,156)
#51898E
(81,137,142)
#497C80
(73,124,128)
#416F72
(65,111,114)
#396264
(57,98,100)
#315556
(49,85,86)
#294848
(41,72,72)
#213B3A
(33,59,58)
#192E2C
(25,46,44)
#11211E
(17,33,30)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #59969C

#59969C
(89,150,156)
#689FA5
(104,159,165)
#77A8AE
(119,168,174)
#86B1B7
(134,177,183)
#95BAC0
(149,186,192)
#A4C3C9
(164,195,201)
#B3CCD2
(179,204,210)
#C2D5DB
(194,213,219)
#D1DEE4
(209,222,228)
#E0E7ED
(224,231,237)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59969C; }

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

This text font color is #59969C.

Background Color

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

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

This div background color is #59969C.

Border color

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

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

This div border color is #59969C.

Opacity

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

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

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

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

This text has shadow with #59969C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59969C.

Preview

Color preview on black background

This text has color #59969C on black background.


Color preview on white background

This text has color #59969C on white background.


Black color preview on #59969C background

This text has black color on #59969C background.


White color preview on #59969C background

This text has white color on #59969C background.


Related colors

Complementary color

Complementary color for #hex is #A66963.


I love getcolorcode.com

Triadic colors

1 #9C5996 and #969C59 with #59969C are triadic colors.

2 #9C9659 and #96599C with #59969C are triadic colors.