COLOR #593066

HEX: #593066
RGB: (89,48,102)

Color info

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

RGB color model

#593066 color RGB value is (89,48,102).

  • red value is 89;
  • green value is 48;
  • blue value is 102.
RGB:
(89,48,102)
(35%,19%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 48 of 255 = 19%
B 102 of 255 = 40%

89
48
102

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

Portions of RGB colors in percentages

R + G + B =
89 + 48 + 102 = 239 (100%)
R 89 of 239 ~ 37.24%
G 48 of 239 ~ 20.08%
B 102 of 239 ~ 42.68%

%37.24
%20.08
%42.68

CMYK color model

#593066 color CMYK value is (13,53,0,60).

  • cyan value is 12.75%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(13,53,0,60)
C13M53Y0K60 
(13%,53%,0%,60%)
(0.13/0.53/0.00/0.60)	

CMYK percentages

%12.75
%52.94
%0
%60

Codes

Color #593066 in popluar color models

593066
RGB8948102
HSL286°36.00%29.41%
HSB/HSV286°52.94%40.00%
CMYK12.75%52.94%0.00%
60.00%

Color #593066 in popluar number systems.

HEX593066
Decimal8948102
Binary10110011100001100110
Octal13160146

Shades and tints

Shades of #593066

#593066
(89,48,102)
#512C5D
(81,44,93)
#492854
(73,40,84)
#41244B
(65,36,75)
#392042
(57,32,66)
#311C39
(49,28,57)
#291830
(41,24,48)
#211427
(33,20,39)
#19101E
(25,16,30)
#110C15
(17,12,21)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #593066

#593066
(89,48,102)
#684273
(104,66,115)
#775480
(119,84,128)
#86668D
(134,102,141)
#95789A
(149,120,154)
#A48AA7
(164,138,167)
#B39CB4
(179,156,180)
#C2AEC1
(194,174,193)
#D1C0CE
(209,192,206)
#E0D2DB
(224,210,219)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593066 color. Also use rgb(89,48,102) instead hex code.

Text Font Color

.myTextColor { color: #593066; }

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

This text font color is #593066.


Background Color

.myBgColor { background-color: #593066; }

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

This div background color is #593066.


Border color

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

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

This div border color is #593066.


Opacity

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

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

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

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

This text has shadow with #593066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593066 on black background.


Color preview on white background

This text has color #593066 on white background.



Black color preview on #593066 background

This text has black color on #593066 background.


White color preview on #593066 background

This text has white color on #593066 background.