COLOR #59157B

HEX: #59157B
RGB: (89,21,123)

Color info

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

RGB color model

#59157B color RGB value is (89,21,123).

  • red value is 89;
  • green value is 21;
  • blue value is 123.
RGB:
(89,21,123)
(35%,8%,48%)

RGB channels and saturation

R 89 of 255 = 35%
G 21 of 255 = 8%
B 123 of 255 = 48%

89
21
123

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

Portions of RGB colors in percentages

R + G + B =
89 + 21 + 123 = 233 (100%)
R 89 of 233 ~ 38.2%
G 21 of 233 ~ 9.01%
B 123 of 233 ~ 52.79%

%38.2
%52.79

CMYK color model

#59157B color CMYK value is (28,83,0,52).

  • cyan value is 27.64%
  • magenta value is 82.93%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(28,83,0,52)
C28M83Y0K52 
(28%,83%,0%,52%)
(0.28/0.83/0.00/0.52)	

CMYK percentages

%27.64
%82.93
%0
%51.76

Codes

Color #59157B in popluar color models

59157B
RGB8921123
HSL280°70.83%28.24%
HSB/HSV280°82.93%48.24%
CMYK27.64%82.93%0.00%
51.76%

Color #59157B in popluar number systems.

HEX59157B
Decimal8921123
Binary1011001101011111011
Octal13125173

Shades and tints

Shades of #59157B

#59157B
(89,21,123)
#511470
(81,20,112)
#491365
(73,19,101)
#41125A
(65,18,90)
#39114F
(57,17,79)
#311044
(49,16,68)
#290F39
(41,15,57)
#210E2E
(33,14,46)
#190D23
(25,13,35)
#110C18
(17,12,24)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #59157B

#59157B
(89,21,123)
#682A87
(104,42,135)
#773F93
(119,63,147)
#86549F
(134,84,159)
#9569AB
(149,105,171)
#A47EB7
(164,126,183)
#B393C3
(179,147,195)
#C2A8CF
(194,168,207)
#D1BDDB
(209,189,219)
#E0D2E7
(224,210,231)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59157B color. Also use rgb(89,21,123) instead hex code.

Text Font Color

.myTextColor { color: #59157B; }

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

This text font color is #59157B.


Background Color

.myBgColor { background-color: #59157B; }

<div style="background-color:#59157B">Inner text</div>

This div background color is #59157B.


Border color

.myBorderColor { border: 1px solid #59157B; }

<div style="border:3px solid #59157B">Div</div>

This div border color is #59157B.


Opacity

.myOpacity80 { color: #59157B; opacity: 0.8; }

<p style="color:#59157B;opacity:0.8;">80%</p>

Text with #59157B 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 #59157B;}

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

This text has shadow with #59157B color.

.textShadow {text-shadow: 3px 3px 1px #59157B, 3px 3px 1px red;}

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

This text has shadow with #59157B primary color and red secondary color.


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

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

This text has shadow with #59157B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59157B on black background.


Color preview on white background

This text has color #59157B on white background.



Black color preview on #59157B background

This text has black color on #59157B background.


White color preview on #59157B background

This text has white color on #59157B background.