COLOR #59377A

HEX: #59377A
RGB: (89,55,122)

Color info

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

RGB color model

#59377A color RGB value is (89,55,122).

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

RGB channels and saturation

R 89 of 255 = 35%
G 55 of 255 = 22%
B 122 of 255 = 48%

89
55
122

R + G + B ~ 35%. #59377A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 55 + 122 = 266 (100%)
R 89 of 266 ~ 33.46%
G 55 of 266 ~ 20.68%
B 122 of 266 ~ 45.86%

%33.46
%20.68
%45.86

CMYK color model

#59377A color CMYK value is (27,55,0,52).

  • cyan value is 27.05%
  • magenta value is 54.92%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(27,55,0,52)
C27M55Y0K52 
(27%,55%,0%,52%)
(0.27/0.55/0.00/0.52)	

CMYK percentages

%27.05
%54.92
%0
%52.16

Codes

Color #59377A in popluar color models

59377A
RGB8955122
HSL270°37.85%34.71%
HSB/HSV270°54.92%47.84%
CMYK27.05%54.92%0.00%
52.16%

Color #59377A in popluar number systems.

HEX59377A
Decimal8955122
Binary10110011101111111010
Octal13167172

Shades and tints

Shades of #59377A

#59377A
(89,55,122)
#51326F
(81,50,111)
#492D64
(73,45,100)
#412859
(65,40,89)
#39234E
(57,35,78)
#311E43
(49,30,67)
#291938
(41,25,56)
#21142D
(33,20,45)
#190F22
(25,15,34)
#110A17
(17,10,23)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #59377A

#59377A
(89,55,122)
#684986
(104,73,134)
#775B92
(119,91,146)
#866D9E
(134,109,158)
#957FAA
(149,127,170)
#A491B6
(164,145,182)
#B3A3C2
(179,163,194)
#C2B5CE
(194,181,206)
#D1C7DA
(209,199,218)
#E0D9E6
(224,217,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59377A; }

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

This text font color is #59377A.


Background Color

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

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

This div background color is #59377A.


Border color

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

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

This div border color is #59377A.


Opacity

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

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

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

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

This text has shadow with #59377A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59377A on black background.


Color preview on white background

This text has color #59377A on white background.



Black color preview on #59377A background

This text has black color on #59377A background.


White color preview on #59377A background

This text has white color on #59377A background.