COLOR #593385

HEX: #593385
RGB: (89,51,133)

Color info

#593385 contains mainly red and blue colors. Web safe color of #593385 is #663399 (or #639).

RGB color model

#593385 color RGB value is (89,51,133).

  • red value is 89;
  • green value is 51;
  • blue value is 133.
RGB:
(89,51,133)
(35%,20%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 133 of 255 = 52%

89
51
133

R + G + B ~ 36%. #593385 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 51 + 133 = 273 (100%)
R 89 of 273 ~ 32.6%
G 51 of 273 ~ 18.68%
B 133 of 273 ~ 48.72%

%32.6
%18.68
%48.72

CMYK color model

#593385 color CMYK value is (33,62,0,48).

  • cyan value is 33.08%
  • magenta value is 61.65%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(33,62,0,48)
C33M62Y0K48 
(33%,62%,0%,48%)
(0.33/0.62/0.00/0.48)	

CMYK percentages

%33.08
%61.65
%0
%47.84

Codes

Color #593385 in popluar color models

593385
RGB8951133
HSL268°44.57%36.08%
HSB/HSV268°61.65%52.16%
CMYK33.08%61.65%0.00%
47.84%

Color #593385 in popluar number systems.

HEX593385
Decimal8951133
Binary101100111001110000101
Octal13163205

Shades and tints

Shades of #593385

#593385
(89,51,133)
#512F79
(81,47,121)
#492B6D
(73,43,109)
#412761
(65,39,97)
#392355
(57,35,85)
#311F49
(49,31,73)
#291B3D
(41,27,61)
#211731
(33,23,49)
#191325
(25,19,37)
#110F19
(17,15,25)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #593385

#593385
(89,51,133)
#684590
(104,69,144)
#77579B
(119,87,155)
#8669A6
(134,105,166)
#957BB1
(149,123,177)
#A48DBC
(164,141,188)
#B39FC7
(179,159,199)
#C2B1D2
(194,177,210)
#D1C3DD
(209,195,221)
#E0D5E8
(224,213,232)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593385; }

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

This text font color is #593385.


Background Color

.myBgColor { background-color: #593385; }

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

This div background color is #593385.


Border color

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

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

This div border color is #593385.


Opacity

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

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

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

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

This text has shadow with #593385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593385 on black background.


Color preview on white background

This text has color #593385 on white background.



Black color preview on #593385 background

This text has black color on #593385 background.


White color preview on #593385 background

This text has white color on #593385 background.