COLOR #59295B

HEX: #59295B
RGB: (89,41,91)

Color info

#59295B contains red, green and blue colors in about the same proportion. Web safe color of #59295B is #663366 (or #636).

RGB color model

#59295B color RGB value is (89,41,91).

  • red value is 89;
  • green value is 41;
  • blue value is 91.
RGB:
(89,41,91)
(35%,16%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 41 of 255 = 16%
B 91 of 255 = 36%

89
41
91

R + G + B ~ 29%. #59295B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 41 + 91 = 221 (100%)
R 89 of 221 ~ 40.27%
G 41 of 221 ~ 18.55%
B 91 of 221 ~ 41.18%

%40.27
%18.55
%41.18

CMYK color model

#59295B color CMYK value is (2,55,0,64).

  • cyan value is 2.20%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(2,55,0,64)
C2M55Y0K64 
(2%,55%,0%,64%)
(0.02/0.55/0.00/0.64)	

CMYK percentages

%2.2
%54.95
%0
%64.31

Codes

Color #59295B in popluar color models

59295B
RGB894191
HSL298°37.88%25.88%
HSB/HSV298°54.95%35.69%
CMYK2.20%54.95%0.00%
64.31%

Color #59295B in popluar number systems.

HEX59295B
Decimal894191
Binary10110011010011011011
Octal13151133

Shades and tints

Shades of #59295B

#59295B
(89,41,91)
#512653
(81,38,83)
#49234B
(73,35,75)
#412043
(65,32,67)
#391D3B
(57,29,59)
#311A33
(49,26,51)
#29172B
(41,23,43)
#211423
(33,20,35)
#19111B
(25,17,27)
#110E13
(17,14,19)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #59295B

#59295B
(89,41,91)
#683C69
(104,60,105)
#774F77
(119,79,119)
#866285
(134,98,133)
#957593
(149,117,147)
#A488A1
(164,136,161)
#B39BAF
(179,155,175)
#C2AEBD
(194,174,189)
#D1C1CB
(209,193,203)
#E0D4D9
(224,212,217)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59295B color. Also use rgb(89,41,91) instead hex code.

Text Font Color

.myTextColor { color: #59295B; }

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

This text font color is #59295B.


Background Color

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

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

This div background color is #59295B.


Border color

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

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

This div border color is #59295B.


Opacity

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

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

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

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

This text has shadow with #59295B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59295B on black background.


Color preview on white background

This text has color #59295B on white background.



Black color preview on #59295B background

This text has black color on #59295B background.


White color preview on #59295B background

This text has white color on #59295B background.