COLOR #593460

HEX: #593460
RGB: (89,52,96)

Color info

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

RGB color model

#593460 color RGB value is (89,52,96).

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

RGB channels and saturation

R 89 of 255 = 35%
G 52 of 255 = 20%
B 96 of 255 = 38%

89
52
96

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

Portions of RGB colors in percentages

R + G + B =
89 + 52 + 96 = 237 (100%)
R 89 of 237 ~ 37.55%
G 52 of 237 ~ 21.94%
B 96 of 237 ~ 40.51%

%37.55
%21.94
%40.51

CMYK color model

#593460 color CMYK value is (7,46,0,62).

  • cyan value is 7.29%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,46,0,62)
C7M46Y0K62 
(7%,46%,0%,62%)
(0.07/0.46/0.00/0.62)	

CMYK percentages

%7.29
%45.83
%0
%62.35

Codes

Color #593460 in popluar color models

593460
RGB895296
HSL290°29.73%29.02%
HSB/HSV290°45.83%37.65%
CMYK7.29%45.83%0.00%
62.35%

Color #593460 in popluar number systems.

HEX593460
Decimal895296
Binary10110011101001100000
Octal13164140

Shades and tints

Shades of #593460

#593460
(89,52,96)
#513058
(81,48,88)
#492C50
(73,44,80)
#412848
(65,40,72)
#392440
(57,36,64)
#312038
(49,32,56)
#291C30
(41,28,48)
#211828
(33,24,40)
#191420
(25,20,32)
#111018
(17,16,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #593460

#593460
(89,52,96)
#68466E
(104,70,110)
#77587C
(119,88,124)
#866A8A
(134,106,138)
#957C98
(149,124,152)
#A48EA6
(164,142,166)
#B3A0B4
(179,160,180)
#C2B2C2
(194,178,194)
#D1C4D0
(209,196,208)
#E0D6DE
(224,214,222)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593460; }

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

This text font color is #593460.


Background Color

.myBgColor { background-color: #593460; }

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

This div background color is #593460.


Border color

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

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

This div border color is #593460.


Opacity

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

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

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

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

This text has shadow with #593460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593460 on black background.


Color preview on white background

This text has color #593460 on white background.



Black color preview on #593460 background

This text has black color on #593460 background.


White color preview on #593460 background

This text has white color on #593460 background.