COLOR #59117D

HEX: #59117D RGB: (89,17,125)

Color info

#59117D contains mainly red and blue colors. Web safe color of #59117D is #660066 (or #606).

RGB color model

#59117D color RGB value is (89,17,125).

RGB: (89,17,125) (35%, 7%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 17 of 255 = 7%
B 125 of 255 = 49%

89
17
125

R + G + B ~ 30%. #59117D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 17 + 125 = 231 (100%)
R 89 of 231 ~ 38.53%
G 17 of 231 ~ 7.36%
B 125 of 231 ~ 54.11'%

%38.53
%54.11

CMYK color model

#59117D color CMYK value is (29,86,0,51).

  • cyan value is 28.80%
  • magenta value is 86.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (29,86,0,51)
C29M86Y0K51 (29%, 86%, 0%, 51%)
(0.29 / 0.86 / 0.00 / 0.51)

CMYK percentages

%28.8
%86.4
%0
%50.98

Codes

Color #59117D in popluar color models

59 11 7D
RGB 89 17 125
HSL 280° 76.06% 27.84%
HSB/HSV 280° 86.40% 49.02%
CMYK 28.80% 86.40% 0.00%
50.98%

Color #59117D in popluar number systems.

HEX 59 11 7D
Decimal 89 17 125
Binary 1011001 10001 1111101
Octal 131 21 175

Shades and tints

Shades of #59117D

#59117D
(89,17,125)
#511072
(81,16,114)
#490F67
(73,15,103)
#410E5C
(65,14,92)
#390D51
(57,13,81)
#310C46
(49,12,70)
#290B3B
(41,11,59)
#210A30
(33,10,48)
#190925
(25,9,37)
#11081A
(17,8,26)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #59117D

#59117D
(89,17,125)
#682688
(104,38,136)
#773B93
(119,59,147)
#86509E
(134,80,158)
#9565A9
(149,101,169)
#A47AB4
(164,122,180)
#B38FBF
(179,143,191)
#C2A4CA
(194,164,202)
#D1B9D5
(209,185,213)
#E0CEE0
(224,206,224)
#EFE3EB
(239,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59117D color. Also use rgb(89,17,125) instead hex code.

Text Font Color

.myTextColor { color: #59117D; }

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

This text font color is #59117D.

Background Color

.myBgColor { background-color: #59117D; }

<div style="background-color:#59117D">Inner text</div>

This div background color is #59117D.

Border color

.myBorderColor { border: 1px solid #59117D; }

<div style="border:3px solid #59117D">Div</div>

This div border color is #59117D.

Opacity

.myOpacity80 { color: #59117D; opacity: 0.8; }

<p style="color:#59117D;opacity:0.8;">80%</p>

Text with #59117D 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 #59117D;}

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

This text has shadow with #59117D color.


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

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

This text has shadow with #59117D primary color and red secondary color.


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

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

This text has shadow with #59117D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59117D.

Preview

Color preview on black background

This text has color #59117D on black background.


Color preview on white background

This text has color #59117D on white background.


Black color preview on #59117D background

This text has black color on #59117D background.


White color preview on #59117D background

This text has white color on #59117D background.


Related colors

Complementary color

Complementary color for #hex is #A6EE82.


I love getcolorcode.com

Triadic colors

1 #7D5911 and #117D59 with #59117D are triadic colors.

2 #7D1159 and #11597D with #59117D are triadic colors.