COLOR #593F84

HEX: #593F84 RGB: (89,63,132)

Color info

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

RGB color model

#593F84 color RGB value is (89,63,132).

RGB: (89,63,132) (35%, 25%, 52%)

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 132 of 255 = 52%

89
63
132

R + G + B ~ 37%. #593F84 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 63 + 132 = 284 (100%)
R 89 of 284 ~ 31.34%
G 63 of 284 ~ 22.18%
B 132 of 284 ~ 46.48'%

%31.34
%22.18
%46.48

CMYK color model

#593F84 color CMYK value is (33,52,0,48).

  • cyan value is 32.58%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (33,52,0,48)
C33M52Y0K48 (33%, 52%, 0%, 48%)
(0.33 / 0.52 / 0.00 / 0.48)

CMYK percentages

%32.58
%52.27
%0
%48.24

Codes

Color #593F84 in popluar color models

59 3F 84
RGB 89 63 132
HSL 263° 35.38% 38.24%
HSB/HSV 263° 52.27% 51.76%
CMYK 32.58% 52.27% 0.00%
48.24%

Color #593F84 in popluar number systems.

HEX 59 3F 84
Decimal 89 63 132
Binary 1011001 111111 10000100
Octal 131 77 204

Shades and tints

Shades of #593F84

#593F84
(89,63,132)
#513A78
(81,58,120)
#49356C
(73,53,108)
#413060
(65,48,96)
#392B54
(57,43,84)
#312648
(49,38,72)
#29213C
(41,33,60)
#211C30
(33,28,48)
#191724
(25,23,36)
#111218
(17,18,24)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #593F84

#593F84
(89,63,132)
#68508F
(104,80,143)
#77619A
(119,97,154)
#8672A5
(134,114,165)
#9583B0
(149,131,176)
#A494BB
(164,148,187)
#B3A5C6
(179,165,198)
#C2B6D1
(194,182,209)
#D1C7DC
(209,199,220)
#E0D8E7
(224,216,231)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F84; }

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

This text font color is #593F84.

Background Color

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

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

This div background color is #593F84.

Border color

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

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

This div border color is #593F84.

Opacity

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

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

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

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

This text has shadow with #593F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593F84.

Preview

Color preview on black background

This text has color #593F84 on black background.


Color preview on white background

This text has color #593F84 on white background.


Black color preview on #593F84 background

This text has black color on #593F84 background.


White color preview on #593F84 background

This text has white color on #593F84 background.


Related colors

Complementary color

Complementary color for #hex is #A6C07B.


I love getcolorcode.com

Triadic colors

1 #84593F and #3F8459 with #593F84 are triadic colors.

2 #843F59 and #3F5984 with #593F84 are triadic colors.