COLOR #593F7D

HEX: #593F7D
RGB: (89,63,125)

Color info

#593F7D contains mainly red and blue colors. Web safe color of #593F7D is #663366 (or #636).

RGB color model

#593F7D color RGB value is (89,63,125).

  • red value is 89;
  • green value is 63;
  • blue value is 125.
RGB:
(89,63,125)
(35%,25%,49%)

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 125 of 255 = 49%

89
63
125

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

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 125 = 277 (100%)
R 89 of 277 ~ 32.13%
G 63 of 277 ~ 22.74%
B 125 of 277 ~ 45.13%

%32.13
%22.74
%45.13

CMYK color model

#593F7D color CMYK value is (29,50,0,51).

  • cyan value is 28.80%
  • magenta value is 49.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(29,50,0,51)
C29M50Y0K51 
(29%,50%,0%,51%)
(0.29/0.50/0.00/0.51)	

CMYK percentages

%28.8
%49.6
%0
%50.98

Codes

Color #593F7D in popluar color models

593F7D
RGB8963125
HSL265°32.98%36.86%
HSB/HSV265°49.60%49.02%
CMYK28.80%49.60%0.00%
50.98%

Color #593F7D in popluar number systems.

HEX593F7D
Decimal8963125
Binary10110011111111111101
Octal13177175

Shades and tints

Shades of #593F7D

#593F7D
(89,63,125)
#513A72
(81,58,114)
#493567
(73,53,103)
#41305C
(65,48,92)
#392B51
(57,43,81)
#312646
(49,38,70)
#29213B
(41,33,59)
#211C30
(33,28,48)
#191725
(25,23,37)
#11121A
(17,18,26)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #593F7D

#593F7D
(89,63,125)
#685088
(104,80,136)
#776193
(119,97,147)
#86729E
(134,114,158)
#9583A9
(149,131,169)
#A494B4
(164,148,180)
#B3A5BF
(179,165,191)
#C2B6CA
(194,182,202)
#D1C7D5
(209,199,213)
#E0D8E0
(224,216,224)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593F7D color. Also use rgb(89,63,125) instead hex code.

Text Font Color

.myTextColor { color: #593F7D; }

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

This text font color is #593F7D.


Background Color

.myBgColor { background-color: #593F7D; }

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

This div background color is #593F7D.


Border color

.myBorderColor { border: 1px solid #593F7D; }

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

This div border color is #593F7D.


Opacity

.myOpacity80 { color: #593F7D; opacity: 0.8; }

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

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

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

This text has shadow with #593F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F7D on black background.


Color preview on white background

This text has color #593F7D on white background.



Black color preview on #593F7D background

This text has black color on #593F7D background.


White color preview on #593F7D background

This text has white color on #593F7D background.