COLOR #593776

HEX: #593776 RGB: (89,55,118)

Color info

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

RGB color model

#593776 color RGB value is (89,55,118).

RGB: (89,55,118) (35%, 22%, 46%)

RGB channels and saturation

R 89 of 255 = 35%
G 55 of 255 = 22%
B 118 of 255 = 46%

89
55
118

R + G + B ~ 34%. #593776 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 55 + 118 = 262 (100%)
R 89 of 262 ~ 33.97%
G 55 of 262 ~ 20.99%
B 118 of 262 ~ 45.04'%

%33.97
%20.99
%45.04

CMYK color model

#593776 color CMYK value is (25,53,0,54).

  • cyan value is 24.58%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (25,53,0,54)
C25M53Y0K54 (25%, 53%, 0%, 54%)
(0.25 / 0.53 / 0.00 / 0.54)

CMYK percentages

%24.58
%53.39
%0
%53.73

Codes

Color #593776 in popluar color models

59 37 76
RGB 89 55 118
HSL 272° 36.42% 33.92%
HSB/HSV 272° 53.39% 46.27%
CMYK 24.58% 53.39% 0.00%
53.73%

Color #593776 in popluar number systems.

HEX 59 37 76
Decimal 89 55 118
Binary 1011001 110111 1110110
Octal 131 67 166

Shades and tints

Shades of #593776

#593776
(89,55,118)
#51326C
(81,50,108)
#492D62
(73,45,98)
#412858
(65,40,88)
#39234E
(57,35,78)
#311E44
(49,30,68)
#29193A
(41,25,58)
#211430
(33,20,48)
#190F26
(25,15,38)
#110A1C
(17,10,28)
#090512
(9,5,18)
#000000
(0,0,0)

Tints of #593776

#593776
(89,55,118)
#684982
(104,73,130)
#775B8E
(119,91,142)
#866D9A
(134,109,154)
#957FA6
(149,127,166)
#A491B2
(164,145,178)
#B3A3BE
(179,163,190)
#C2B5CA
(194,181,202)
#D1C7D6
(209,199,214)
#E0D9E2
(224,217,226)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593776; }

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

This text font color is #593776.

Background Color

.myBgColor { background-color: #593776; }

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

This div background color is #593776.

Border color

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

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

This div border color is #593776.

Opacity

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

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

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

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

This text has shadow with #593776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593776.

Preview

Color preview on black background

This text has color #593776 on black background.


Color preview on white background

This text has color #593776 on white background.


Black color preview on #593776 background

This text has black color on #593776 background.


White color preview on #593776 background

This text has white color on #593776 background.


Related colors

Complementary color

Complementary color for #hex is #A6C889.


I love getcolorcode.com

Triadic colors

1 #765937 and #377659 with #593776 are triadic colors.

2 #763759 and #375976 with #593776 are triadic colors.