COLOR #59788C

HEX: #59788C RGB: (89,120,140)

Color info

#59788C contains red, green and blue colors in about the same proportion. Web safe color of #59788C is #666699 (or #669).

RGB color model

#59788C color RGB value is (89,120,140).

RGB: (89,120,140) (35%, 47%, 55%)

RGB channels and saturation

R 89 of 255 = 35%
G 120 of 255 = 47%
B 140 of 255 = 55%

89
120
140

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

Portions of RGB colors in percentages

R + G + B = 89 + 120 + 140 = 349 (100%)
R 89 of 349 ~ 25.5%
G 120 of 349 ~ 34.38%
B 140 of 349 ~ 40.11'%

%25.5
%34.38
%40.11

CMYK color model

#59788C color CMYK value is (36,14,0,45).

  • cyan value is 36.43%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (36,14,0,45)
C36M14Y0K45 (36%, 14%, 0%, 45%)
(0.36 / 0.14 / 0.00 / 0.45)

CMYK percentages

%36.43
%14.29
%0
%45.1

Codes

Color #59788C in popluar color models

59 78 8C
RGB 89 120 140
HSL 204° 22.27% 44.90%
HSB/HSV 204° 36.43% 54.90%
CMYK 36.43% 14.29% 0.00%
45.10%

Color #59788C in popluar number systems.

HEX 59 78 8C
Decimal 89 120 140
Binary 1011001 1111000 10001100
Octal 131 170 214

Shades and tints

Shades of #59788C

#59788C
(89,120,140)
#516E80
(81,110,128)
#496474
(73,100,116)
#415A68
(65,90,104)
#39505C
(57,80,92)
#314650
(49,70,80)
#293C44
(41,60,68)
#213238
(33,50,56)
#19282C
(25,40,44)
#111E20
(17,30,32)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #59788C

#59788C
(89,120,140)
#688496
(104,132,150)
#7790A0
(119,144,160)
#869CAA
(134,156,170)
#95A8B4
(149,168,180)
#A4B4BE
(164,180,190)
#B3C0C8
(179,192,200)
#C2CCD2
(194,204,210)
#D1D8DC
(209,216,220)
#E0E4E6
(224,228,230)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59788C color. Also use rgb(89,120,140) instead hex code.

Text Font Color

.myTextColor { color: #59788C; }

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

This text font color is #59788C.

Background Color

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

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

This div background color is #59788C.

Border color

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

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

This div border color is #59788C.

Opacity

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

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

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

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

This text has shadow with #59788C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59788C.

Preview

Color preview on black background

This text has color #59788C on black background.


Color preview on white background

This text has color #59788C on white background.


Black color preview on #59788C background

This text has black color on #59788C background.


White color preview on #59788C background

This text has white color on #59788C background.


Related colors

Complementary color

Complementary color for #hex is #A68773.


I love getcolorcode.com

Triadic colors

1 #8C5978 and #788C59 with #59788C are triadic colors.

2 #8C7859 and #78598C with #59788C are triadic colors.