COLOR #593283

HEX: #593283
RGB: (89,50,131)

Color info

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

RGB color model

#593283 color RGB value is (89,50,131).

  • red value is 89;
  • green value is 50;
  • blue value is 131.
RGB:
(89,50,131)
(35%,20%,51%)

RGB channels and saturation

R 89 of 255 = 35%
G 50 of 255 = 20%
B 131 of 255 = 51%

89
50
131

R + G + B ~ 35%. #593283 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 131 = 270 (100%)
R 89 of 270 ~ 32.96%
G 50 of 270 ~ 18.52%
B 131 of 270 ~ 48.52%

%32.96
%18.52
%48.52

CMYK color model

#593283 color CMYK value is (32,62,0,49).

  • cyan value is 32.06%
  • magenta value is 61.83%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(32,62,0,49)
C32M62Y0K49 
(32%,62%,0%,49%)
(0.32/0.62/0.00/0.49)	

CMYK percentages

%32.06
%61.83
%0
%48.63

Codes

Color #593283 in popluar color models

593283
RGB8950131
HSL269°44.75%35.49%
HSB/HSV269°61.83%51.37%
CMYK32.06%61.83%0.00%
48.63%

Color #593283 in popluar number systems.

HEX593283
Decimal8950131
Binary101100111001010000011
Octal13162203

Shades and tints

Shades of #593283

#593283
(89,50,131)
#512E78
(81,46,120)
#492A6D
(73,42,109)
#412662
(65,38,98)
#392257
(57,34,87)
#311E4C
(49,30,76)
#291A41
(41,26,65)
#211636
(33,22,54)
#19122B
(25,18,43)
#110E20
(17,14,32)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #593283

#593283
(89,50,131)
#68448E
(104,68,142)
#775699
(119,86,153)
#8668A4
(134,104,164)
#957AAF
(149,122,175)
#A48CBA
(164,140,186)
#B39EC5
(179,158,197)
#C2B0D0
(194,176,208)
#D1C2DB
(209,194,219)
#E0D4E6
(224,212,230)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593283 color. Also use rgb(89,50,131) instead hex code.

Text Font Color

.myTextColor { color: #593283; }

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

This text font color is #593283.


Background Color

.myBgColor { background-color: #593283; }

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

This div background color is #593283.


Border color

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

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

This div border color is #593283.


Opacity

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

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

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

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

This text has shadow with #593283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593283 on black background.


Color preview on white background

This text has color #593283 on white background.



Black color preview on #593283 background

This text has black color on #593283 background.


White color preview on #593283 background

This text has white color on #593283 background.