COLOR #593781

HEX: #593781
RGB: (89,55,129)

Color info

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

RGB color model

#593781 color RGB value is (89,55,129).

  • red value is 89;
  • green value is 55;
  • blue value is 129.
RGB:
(89,55,129)
(35%,22%,51%)

RGB channels and saturation

R 89 of 255 = 35%
G 55 of 255 = 22%
B 129 of 255 = 51%

89
55
129

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

Portions of RGB colors in percentages

R + G + B =
89 + 55 + 129 = 273 (100%)
R 89 of 273 ~ 32.6%
G 55 of 273 ~ 20.15%
B 129 of 273 ~ 47.25%

%32.6
%20.15
%47.25

CMYK color model

#593781 color CMYK value is (31,57,0,49).

  • cyan value is 31.01%
  • magenta value is 57.36%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(31,57,0,49)
C31M57Y0K49 
(31%,57%,0%,49%)
(0.31/0.57/0.00/0.49)	

CMYK percentages

%31.01
%57.36
%0
%49.41

Codes

Color #593781 in popluar color models

593781
RGB8955129
HSL268°40.22%36.08%
HSB/HSV268°57.36%50.59%
CMYK31.01%57.36%0.00%
49.41%

Color #593781 in popluar number systems.

HEX593781
Decimal8955129
Binary101100111011110000001
Octal13167201

Shades and tints

Shades of #593781

#593781
(89,55,129)
#513276
(81,50,118)
#492D6B
(73,45,107)
#412860
(65,40,96)
#392355
(57,35,85)
#311E4A
(49,30,74)
#29193F
(41,25,63)
#211434
(33,20,52)
#190F29
(25,15,41)
#110A1E
(17,10,30)
#090513
(9,5,19)
#000000
(0,0,0)

Tints of #593781

#593781
(89,55,129)
#68498C
(104,73,140)
#775B97
(119,91,151)
#866DA2
(134,109,162)
#957FAD
(149,127,173)
#A491B8
(164,145,184)
#B3A3C3
(179,163,195)
#C2B5CE
(194,181,206)
#D1C7D9
(209,199,217)
#E0D9E4
(224,217,228)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593781; }

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

This text font color is #593781.


Background Color

.myBgColor { background-color: #593781; }

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

This div background color is #593781.


Border color

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

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

This div border color is #593781.


Opacity

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

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

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

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

This text has shadow with #593781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593781 on black background.


Color preview on white background

This text has color #593781 on white background.



Black color preview on #593781 background

This text has black color on #593781 background.


White color preview on #593781 background

This text has white color on #593781 background.