COLOR #59778F

HEX: #59778F RGB: (89,119,143)

Color info

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

RGB color model

#59778F color RGB value is (89,119,143).

RGB: (89,119,143) (35%, 47%, 56%)

RGB channels and saturation

R 89 of 255 = 35%
G 119 of 255 = 47%
B 143 of 255 = 56%

89
119
143

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

Portions of RGB colors in percentages

R + G + B = 89 + 119 + 143 = 351 (100%)
R 89 of 351 ~ 25.36%
G 119 of 351 ~ 33.9%
B 143 of 351 ~ 40.74'%

%25.36
%33.9
%40.74

CMYK color model

#59778F color CMYK value is (38,17,0,44).

  • cyan value is 37.76%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (38,17,0,44)
C38M17Y0K44 (38%, 17%, 0%, 44%)
(0.38 / 0.17 / 0.00 / 0.44)

CMYK percentages

%37.76
%16.78
%0
%43.92

Codes

Color #59778F in popluar color models

59 77 8F
RGB 89 119 143
HSL 207° 23.28% 45.49%
HSB/HSV 207° 37.76% 56.08%
CMYK 37.76% 16.78% 0.00%
43.92%

Color #59778F in popluar number systems.

HEX 59 77 8F
Decimal 89 119 143
Binary 1011001 1110111 10001111
Octal 131 167 217

Shades and tints

Shades of #59778F

#59778F
(89,119,143)
#516D82
(81,109,130)
#496375
(73,99,117)
#415968
(65,89,104)
#394F5B
(57,79,91)
#31454E
(49,69,78)
#293B41
(41,59,65)
#213134
(33,49,52)
#192727
(25,39,39)
#111D1A
(17,29,26)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #59778F

#59778F
(89,119,143)
#688399
(104,131,153)
#778FA3
(119,143,163)
#869BAD
(134,155,173)
#95A7B7
(149,167,183)
#A4B3C1
(164,179,193)
#B3BFCB
(179,191,203)
#C2CBD5
(194,203,213)
#D1D7DF
(209,215,223)
#E0E3E9
(224,227,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59778F; }

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

This text font color is #59778F.

Background Color

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

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

This div background color is #59778F.

Border color

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

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

This div border color is #59778F.

Opacity

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

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

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

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

This text has shadow with #59778F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59778F.

Preview

Color preview on black background

This text has color #59778F on black background.


Color preview on white background

This text has color #59778F on white background.


Black color preview on #59778F background

This text has black color on #59778F background.


White color preview on #59778F background

This text has white color on #59778F background.


Related colors

Complementary color

Complementary color for #hex is #A68870.


I love getcolorcode.com

Triadic colors

1 #8F5977 and #778F59 with #59778F are triadic colors.

2 #8F7759 and #77598F with #59778F are triadic colors.