COLOR #59627C

HEX: #59627C RGB: (89,98,124)

Color info

#59627C contains red, green and blue colors in about the same proportion. Web safe color of #59627C is #666666 (or #666).

RGB color model

#59627C color RGB value is (89,98,124).

RGB: (89,98,124) (35%, 38%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 124 of 255 = 49%

89
98
124

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

Portions of RGB colors in percentages

R + G + B = 89 + 98 + 124 = 311 (100%)
R 89 of 311 ~ 28.62%
G 98 of 311 ~ 31.51%
B 124 of 311 ~ 39.87'%

%28.62
%31.51
%39.87

CMYK color model

#59627C color CMYK value is (28,21,0,51).

  • cyan value is 28.23%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (28,21,0,51)
C28M21Y0K51 (28%, 21%, 0%, 51%)
(0.28 / 0.21 / 0.00 / 0.51)

CMYK percentages

%28.23
%20.97
%0
%51.37

Codes

Color #59627C in popluar color models

59 62 7C
RGB 89 98 124
HSL 225° 16.43% 41.76%
HSB/HSV 225° 28.23% 48.63%
CMYK 28.23% 20.97% 0.00%
51.37%

Color #59627C in popluar number systems.

HEX 59 62 7C
Decimal 89 98 124
Binary 1011001 1100010 1111100
Octal 131 142 174

Shades and tints

Shades of #59627C

#59627C
(89,98,124)
#515A71
(81,90,113)
#495266
(73,82,102)
#414A5B
(65,74,91)
#394250
(57,66,80)
#313A45
(49,58,69)
#29323A
(41,50,58)
#212A2F
(33,42,47)
#192224
(25,34,36)
#111A19
(17,26,25)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #59627C

#59627C
(89,98,124)
#687087
(104,112,135)
#777E92
(119,126,146)
#868C9D
(134,140,157)
#959AA8
(149,154,168)
#A4A8B3
(164,168,179)
#B3B6BE
(179,182,190)
#C2C4C9
(194,196,201)
#D1D2D4
(209,210,212)
#E0E0DF
(224,224,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59627C color. Also use rgb(89,98,124) instead hex code.

Text Font Color

.myTextColor { color: #59627C; }

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

This text font color is #59627C.

Background Color

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

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

This div background color is #59627C.

Border color

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

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

This div border color is #59627C.

Opacity

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

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

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

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

This text has shadow with #59627C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59627C.

Preview

Color preview on black background

This text has color #59627C on black background.


Color preview on white background

This text has color #59627C on white background.


Black color preview on #59627C background

This text has black color on #59627C background.


White color preview on #59627C background

This text has white color on #59627C background.


Related colors

Complementary color

Complementary color for #hex is #A69D83.


I love getcolorcode.com

Triadic colors

1 #7C5962 and #627C59 with #59627C are triadic colors.

2 #7C6259 and #62597C with #59627C are triadic colors.