COLOR #593660

HEX: #593660
RGB: (89,54,96)

Color info

#593660 contains red, green and blue colors in about the same proportion. Web safe color of #593660 is #663366 (or #636).

RGB color model

#593660 color RGB value is (89,54,96).

  • red value is 89;
  • green value is 54;
  • blue value is 96.
RGB:
(89,54,96)
(35%,21%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 54 of 255 = 21%
B 96 of 255 = 38%

89
54
96

R + G + B ~ 31%. #593660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 54 + 96 = 239 (100%)
R 89 of 239 ~ 37.24%
G 54 of 239 ~ 22.59%
B 96 of 239 ~ 40.17%

%37.24
%22.59
%40.17

CMYK color model

#593660 color CMYK value is (7,44,0,62).

  • cyan value is 7.29%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,44,0,62)
C7M44Y0K62 
(7%,44%,0%,62%)
(0.07/0.44/0.00/0.62)	

CMYK percentages

%7.29
%43.75
%0
%62.35

Codes

Color #593660 in popluar color models

593660
RGB895496
HSL290°28.00%29.41%
HSB/HSV290°43.75%37.65%
CMYK7.29%43.75%0.00%
62.35%

Color #593660 in popluar number systems.

HEX593660
Decimal895496
Binary10110011101101100000
Octal13166140

Shades and tints

Shades of #593660

#593660
(89,54,96)
#513258
(81,50,88)
#492E50
(73,46,80)
#412A48
(65,42,72)
#392640
(57,38,64)
#312238
(49,34,56)
#291E30
(41,30,48)
#211A28
(33,26,40)
#191620
(25,22,32)
#111218
(17,18,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #593660

#593660
(89,54,96)
#68486E
(104,72,110)
#775A7C
(119,90,124)
#866C8A
(134,108,138)
#957E98
(149,126,152)
#A490A6
(164,144,166)
#B3A2B4
(179,162,180)
#C2B4C2
(194,180,194)
#D1C6D0
(209,198,208)
#E0D8DE
(224,216,222)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593660 color. Also use rgb(89,54,96) instead hex code.

Text Font Color

.myTextColor { color: #593660; }

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

This text font color is #593660.


Background Color

.myBgColor { background-color: #593660; }

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

This div background color is #593660.


Border color

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

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

This div border color is #593660.


Opacity

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

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

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

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

This text has shadow with #593660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593660 on black background.


Color preview on white background

This text has color #593660 on white background.



Black color preview on #593660 background

This text has black color on #593660 background.


White color preview on #593660 background

This text has white color on #593660 background.