COLOR #593559

HEX: #593559
RGB: (89,53,89)

Color info

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

RGB color model

#593559 color RGB value is (89,53,89).

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

RGB channels and saturation

R 89 of 255 = 35%
G 53 of 255 = 21%
B 89 of 255 = 35%

89
53
89

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

Portions of RGB colors in percentages

R + G + B =
89 + 53 + 89 = 231 (100%)
R 89 of 231 ~ 38.53%
G 53 of 231 ~ 22.94%
B 89 of 231 ~ 38.53%

%38.53
%22.94
%38.53

CMYK color model

#593559 color CMYK value is (0,40,0,65).

  • cyan value is 0.00%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(0,40,0,65)
C0M40Y0K65 
(0%,40%,0%,65%)
(0.00/0.40/0.00/0.65)	

CMYK percentages

%0
%40.45
%0
%65.1

Codes

Color #593559 in popluar color models

593559
RGB895389
HSL300°25.35%27.84%
HSB/HSV300°40.45%34.90%
CMYK0.00%40.45%0.00%
65.10%

Color #593559 in popluar number systems.

HEX593559
Decimal895389
Binary10110011101011011001
Octal13165131

Shades and tints

Shades of #593559

#593559
(89,53,89)
#513151
(81,49,81)
#492D49
(73,45,73)
#412941
(65,41,65)
#392539
(57,37,57)
#312131
(49,33,49)
#291D29
(41,29,41)
#211921
(33,25,33)
#191519
(25,21,25)
#111111
(17,17,17)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #593559

#593559
(89,53,89)
#684768
(104,71,104)
#775977
(119,89,119)
#866B86
(134,107,134)
#957D95
(149,125,149)
#A48FA4
(164,143,164)
#B3A1B3
(179,161,179)
#C2B3C2
(194,179,194)
#D1C5D1
(209,197,209)
#E0D7E0
(224,215,224)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593559 color. Also use rgb(89,53,89) instead hex code.

Text Font Color

.myTextColor { color: #593559; }

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

This text font color is #593559.


Background Color

.myBgColor { background-color: #593559; }

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

This div background color is #593559.


Border color

.myBorderColor { border: 1px solid #593559; }

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

This div border color is #593559.


Opacity

.myOpacity80 { color: #593559; opacity: 0.8; }

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

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

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

This text has shadow with #593559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593559 on black background.


Color preview on white background

This text has color #593559 on white background.



Black color preview on #593559 background

This text has black color on #593559 background.


White color preview on #593559 background

This text has white color on #593559 background.