COLOR #59527C

HEX: #59527C
RGB: (89,82,124)

Color info

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

RGB color model

#59527C color RGB value is (89,82,124).

  • red value is 89;
  • green value is 82;
  • blue value is 124.
RGB:
(89,82,124)
(35%,32%,49%)

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 124 of 255 = 49%

89
82
124

R + G + B ~ 39%. #59527C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 124 = 295 (100%)
R 89 of 295 ~ 30.17%
G 82 of 295 ~ 27.8%
B 124 of 295 ~ 42.03%

%30.17
%27.8
%42.03

CMYK color model

#59527C color CMYK value is (28,34,0,51).

  • cyan value is 28.23%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(28,34,0,51)
C28M34Y0K51 
(28%,34%,0%,51%)
(0.28/0.34/0.00/0.51)	

CMYK percentages

%28.23
%33.87
%0
%51.37

Codes

Color #59527C in popluar color models

59527C
RGB8982124
HSL250°20.39%40.39%
HSB/HSV250°33.87%48.63%
CMYK28.23%33.87%0.00%
51.37%

Color #59527C in popluar number systems.

HEX59527C
Decimal8982124
Binary101100110100101111100
Octal131122174

Shades and tints

Shades of #59527C

#59527C
(89,82,124)
#514B71
(81,75,113)
#494466
(73,68,102)
#413D5B
(65,61,91)
#393650
(57,54,80)
#312F45
(49,47,69)
#29283A
(41,40,58)
#21212F
(33,33,47)
#191A24
(25,26,36)
#111319
(17,19,25)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #59527C

#59527C
(89,82,124)
#686187
(104,97,135)
#777092
(119,112,146)
#867F9D
(134,127,157)
#958EA8
(149,142,168)
#A49DB3
(164,157,179)
#B3ACBE
(179,172,190)
#C2BBC9
(194,187,201)
#D1CAD4
(209,202,212)
#E0D9DF
(224,217,223)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59527C; }

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

This text font color is #59527C.


Background Color

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

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

This div background color is #59527C.


Border color

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

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

This div border color is #59527C.


Opacity

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

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

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

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

This text has shadow with #59527C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59527C on black background.


Color preview on white background

This text has color #59527C on white background.



Black color preview on #59527C background

This text has black color on #59527C background.


White color preview on #59527C background

This text has white color on #59527C background.