COLOR #59538C

HEX: #59538C
RGB: (89,83,140)

Color info

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

RGB color model

#59538C color RGB value is (89,83,140).

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

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 140 of 255 = 55%

89
83
140

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

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 140 = 312 (100%)
R 89 of 312 ~ 28.53%
G 83 of 312 ~ 26.6%
B 140 of 312 ~ 44.87%

%28.53
%26.6
%44.87

CMYK color model

#59538C color CMYK value is (36,41,0,45).

  • cyan value is 36.43%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(36,41,0,45)
C36M41Y0K45 
(36%,41%,0%,45%)
(0.36/0.41/0.00/0.45)	

CMYK percentages

%36.43
%40.71
%0
%45.1

Codes

Color #59538C in popluar color models

59538C
RGB8983140
HSL246°25.56%43.73%
HSB/HSV246°40.71%54.90%
CMYK36.43%40.71%0.00%
45.10%

Color #59538C in popluar number systems.

HEX59538C
Decimal8983140
Binary1011001101001110001100
Octal131123214

Shades and tints

Shades of #59538C

#59538C
(89,83,140)
#514C80
(81,76,128)
#494574
(73,69,116)
#413E68
(65,62,104)
#39375C
(57,55,92)
#313050
(49,48,80)
#292944
(41,41,68)
#212238
(33,34,56)
#191B2C
(25,27,44)
#111420
(17,20,32)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #59538C

#59538C
(89,83,140)
#686296
(104,98,150)
#7771A0
(119,113,160)
#8680AA
(134,128,170)
#958FB4
(149,143,180)
#A49EBE
(164,158,190)
#B3ADC8
(179,173,200)
#C2BCD2
(194,188,210)
#D1CBDC
(209,203,220)
#E0DAE6
(224,218,230)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59538C; }

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

This text font color is #59538C.


Background Color

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

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

This div background color is #59538C.


Border color

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

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

This div border color is #59538C.


Opacity

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

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

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

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

This text has shadow with #59538C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59538C on black background.


Color preview on white background

This text has color #59538C on white background.



Black color preview on #59538C background

This text has black color on #59538C background.


White color preview on #59538C background

This text has white color on #59538C background.