COLOR #59225A

HEX: #59225A
RGB: (89,34,90)

Color info

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

RGB color model

#59225A color RGB value is (89,34,90).

  • red value is 89;
  • green value is 34;
  • blue value is 90.
RGB:
(89,34,90)
(35%,13%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 34 of 255 = 13%
B 90 of 255 = 35%

89
34
90

R + G + B ~ 28%. #59225A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 34 + 90 = 213 (100%)
R 89 of 213 ~ 41.78%
G 34 of 213 ~ 15.96%
B 90 of 213 ~ 42.25%

%41.78
%15.96
%42.25

CMYK color model

#59225A color CMYK value is (1,62,0,65).

  • cyan value is 1.11%
  • magenta value is 62.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(1,62,0,65)
C1M62Y0K65 
(1%,62%,0%,65%)
(0.01/0.62/0.00/0.65)	

CMYK percentages

%1.11
%62.22
%0
%64.71

Codes

Color #59225A in popluar color models

59225A
RGB893490
HSL299°45.16%24.31%
HSB/HSV299°62.22%35.29%
CMYK1.11%62.22%0.00%
64.71%

Color #59225A in popluar number systems.

HEX59225A
Decimal893490
Binary10110011000101011010
Octal13142132

Shades and tints

Shades of #59225A

#59225A
(89,34,90)
#511F52
(81,31,82)
#491C4A
(73,28,74)
#411942
(65,25,66)
#39163A
(57,22,58)
#311332
(49,19,50)
#29102A
(41,16,42)
#210D22
(33,13,34)
#190A1A
(25,10,26)
#110712
(17,7,18)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #59225A

#59225A
(89,34,90)
#683669
(104,54,105)
#774A78
(119,74,120)
#865E87
(134,94,135)
#957296
(149,114,150)
#A486A5
(164,134,165)
#B39AB4
(179,154,180)
#C2AEC3
(194,174,195)
#D1C2D2
(209,194,210)
#E0D6E1
(224,214,225)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59225A color. Also use rgb(89,34,90) instead hex code.

Text Font Color

.myTextColor { color: #59225A; }

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

This text font color is #59225A.


Background Color

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

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

This div background color is #59225A.


Border color

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

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

This div border color is #59225A.


Opacity

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

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

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

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

This text has shadow with #59225A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59225A on black background.


Color preview on white background

This text has color #59225A on white background.



Black color preview on #59225A background

This text has black color on #59225A background.


White color preview on #59225A background

This text has white color on #59225A background.