COLOR #59678B

HEX: #59678B
RGB: (89,103,139)

Color info

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

RGB color model

#59678B color RGB value is (89,103,139).

  • red value is 89;
  • green value is 103;
  • blue value is 139.
RGB:
(89,103,139)
(35%,40%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 103 of 255 = 40%
B 139 of 255 = 55%

89
103
139

R + G + B ~ 43%. #59678B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 103 + 139 = 331 (100%)
R 89 of 331 ~ 26.89%
G 103 of 331 ~ 31.12%
B 139 of 331 ~ 41.99%

%26.89
%31.12
%41.99

CMYK color model

#59678B color CMYK value is (36,26,0,45).

  • cyan value is 35.97%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(36,26,0,45)
C36M26Y0K45 
(36%,26%,0%,45%)
(0.36/0.26/0.00/0.45)	

CMYK percentages

%35.97
%25.9
%0
%45.49

Codes

Color #59678B in popluar color models

59678B
RGB89103139
HSL223°21.93%44.71%
HSB/HSV223°35.97%54.51%
CMYK35.97%25.90%0.00%
45.49%

Color #59678B in popluar number systems.

HEX59678B
Decimal89103139
Binary1011001110011110001011
Octal131147213

Shades and tints

Shades of #59678B

#59678B
(89,103,139)
#515E7F
(81,94,127)
#495573
(73,85,115)
#414C67
(65,76,103)
#39435B
(57,67,91)
#313A4F
(49,58,79)
#293143
(41,49,67)
#212837
(33,40,55)
#191F2B
(25,31,43)
#11161F
(17,22,31)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #59678B

#59678B
(89,103,139)
#687495
(104,116,149)
#77819F
(119,129,159)
#868EA9
(134,142,169)
#959BB3
(149,155,179)
#A4A8BD
(164,168,189)
#B3B5C7
(179,181,199)
#C2C2D1
(194,194,209)
#D1CFDB
(209,207,219)
#E0DCE5
(224,220,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59678B color. Also use rgb(89,103,139) instead hex code.

Text Font Color

.myTextColor { color: #59678B; }

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

This text font color is #59678B.


Background Color

.myBgColor { background-color: #59678B; }

<div style="background-color:#59678B">Inner text</div>

This div background color is #59678B.


Border color

.myBorderColor { border: 1px solid #59678B; }

<div style="border:3px solid #59678B">Div</div>

This div border color is #59678B.


Opacity

.myOpacity80 { color: #59678B; opacity: 0.8; }

<p style="color:#59678B;opacity:0.8;">80%</p>

Text with #59678B 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 #59678B;}

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

This text has shadow with #59678B color.

.textShadow {text-shadow: 3px 3px 1px #59678B, 3px 3px 1px red;}

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

This text has shadow with #59678B primary color and red secondary color.


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

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

This text has shadow with #59678B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59678B on black background.


Color preview on white background

This text has color #59678B on white background.



Black color preview on #59678B background

This text has black color on #59678B background.


White color preview on #59678B background

This text has white color on #59678B background.