COLOR #59377F

HEX: #59377F
RGB: (89,55,127)

Color info

#59377F contains mainly red and blue colors. Web safe color of #59377F is #663366 (or #636).

RGB color model

#59377F color RGB value is (89,55,127).

  • red value is 89;
  • green value is 55;
  • blue value is 127.
RGB:
(89,55,127)
(35%,22%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 55 of 255 = 22%
B 127 of 255 = 50%

89
55
127

R + G + B ~ 36%. #59377F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 55 + 127 = 271 (100%)
R 89 of 271 ~ 32.84%
G 55 of 271 ~ 20.3%
B 127 of 271 ~ 46.86%

%32.84
%20.3
%46.86

CMYK color model

#59377F color CMYK value is (30,57,0,50).

  • cyan value is 29.92%
  • magenta value is 56.69%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(30,57,0,50)
C30M57Y0K50 
(30%,57%,0%,50%)
(0.30/0.57/0.00/0.50)	

CMYK percentages

%29.92
%56.69
%0
%50.2

Codes

Color #59377F in popluar color models

59377F
RGB8955127
HSL268°39.56%35.69%
HSB/HSV268°56.69%49.80%
CMYK29.92%56.69%0.00%
50.20%

Color #59377F in popluar number systems.

HEX59377F
Decimal8955127
Binary10110011101111111111
Octal13167177

Shades and tints

Shades of #59377F

#59377F
(89,55,127)
#513274
(81,50,116)
#492D69
(73,45,105)
#41285E
(65,40,94)
#392353
(57,35,83)
#311E48
(49,30,72)
#29193D
(41,25,61)
#211432
(33,20,50)
#190F27
(25,15,39)
#110A1C
(17,10,28)
#090511
(9,5,17)
#000000
(0,0,0)

Tints of #59377F

#59377F
(89,55,127)
#68498A
(104,73,138)
#775B95
(119,91,149)
#866DA0
(134,109,160)
#957FAB
(149,127,171)
#A491B6
(164,145,182)
#B3A3C1
(179,163,193)
#C2B5CC
(194,181,204)
#D1C7D7
(209,199,215)
#E0D9E2
(224,217,226)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59377F color. Also use rgb(89,55,127) instead hex code.

Text Font Color

.myTextColor { color: #59377F; }

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

This text font color is #59377F.


Background Color

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

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

This div background color is #59377F.


Border color

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

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

This div border color is #59377F.


Opacity

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

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

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

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

This text has shadow with #59377F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59377F on black background.


Color preview on white background

This text has color #59377F on white background.



Black color preview on #59377F background

This text has black color on #59377F background.


White color preview on #59377F background

This text has white color on #59377F background.