COLOR #59778C

HEX: #59778C
RGB: (89,119,140)

Color info

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

RGB color model

#59778C color RGB value is (89,119,140).

  • red value is 89;
  • green value is 119;
  • blue value is 140.
RGB:
(89,119,140)
(35%,47%,55%)

RGB channels and saturation

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

89
119
140

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

Portions of RGB colors in percentages

R + G + B =
89 + 119 + 140 = 348 (100%)
R 89 of 348 ~ 25.57%
G 119 of 348 ~ 34.2%
B 140 of 348 ~ 40.23%

%25.57
%34.2
%40.23

CMYK color model

#59778C color CMYK value is (36,15,0,45).

  • cyan value is 36.43%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(36,15,0,45)
C36M15Y0K45 
(36%,15%,0%,45%)
(0.36/0.15/0.00/0.45)	

CMYK percentages

%36.43
%15
%0
%45.1

Codes

Color #59778C in popluar color models

59778C
RGB89119140
HSL205°22.27%44.90%
HSB/HSV205°36.43%54.90%
CMYK36.43%15.00%0.00%
45.10%

Color #59778C in popluar number systems.

HEX59778C
Decimal89119140
Binary1011001111011110001100
Octal131167214

Shades and tints

Shades of #59778C

#59778C
(89,119,140)
#516D80
(81,109,128)
#496374
(73,99,116)
#415968
(65,89,104)
#394F5C
(57,79,92)
#314550
(49,69,80)
#293B44
(41,59,68)
#213138
(33,49,56)
#19272C
(25,39,44)
#111D20
(17,29,32)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #59778C

#59778C
(89,119,140)
#688396
(104,131,150)
#778FA0
(119,143,160)
#869BAA
(134,155,170)
#95A7B4
(149,167,180)
#A4B3BE
(164,179,190)
#B3BFC8
(179,191,200)
#C2CBD2
(194,203,210)
#D1D7DC
(209,215,220)
#E0E3E6
(224,227,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59778C; }

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

This text font color is #59778C.


Background Color

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

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

This div background color is #59778C.


Border color

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

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

This div border color is #59778C.


Opacity

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

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

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

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

This text has shadow with #59778C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59778C on black background.


Color preview on white background

This text has color #59778C on white background.



Black color preview on #59778C background

This text has black color on #59778C background.


White color preview on #59778C background

This text has white color on #59778C background.