COLOR #59407F

HEX: #59407F
RGB: (89,64,127)

Color info

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

RGB color model

#59407F color RGB value is (89,64,127).

  • red value is 89;
  • green value is 64;
  • blue value is 127.
RGB:
(89,64,127)
(35%,25%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 127 of 255 = 50%

89
64
127

R + G + B ~ 37%. #59407F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 127 = 280 (100%)
R 89 of 280 ~ 31.79%
G 64 of 280 ~ 22.86%
B 127 of 280 ~ 45.36%

%31.79
%22.86
%45.36

CMYK color model

#59407F color CMYK value is (30,50,0,50).

  • cyan value is 29.92%
  • magenta value is 49.61%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(30,50,0,50)
C30M50Y0K50 
(30%,50%,0%,50%)
(0.30/0.50/0.00/0.50)	

CMYK percentages

%29.92
%49.61
%0
%50.2

Codes

Color #59407F in popluar color models

59407F
RGB8964127
HSL264°32.98%37.45%
HSB/HSV264°49.61%49.80%
CMYK29.92%49.61%0.00%
50.20%

Color #59407F in popluar number systems.

HEX59407F
Decimal8964127
Binary101100110000001111111
Octal131100177

Shades and tints

Shades of #59407F

#59407F
(89,64,127)
#513B74
(81,59,116)
#493669
(73,54,105)
#41315E
(65,49,94)
#392C53
(57,44,83)
#312748
(49,39,72)
#29223D
(41,34,61)
#211D32
(33,29,50)
#191827
(25,24,39)
#11131C
(17,19,28)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #59407F

#59407F
(89,64,127)
#68518A
(104,81,138)
#776295
(119,98,149)
#8673A0
(134,115,160)
#9584AB
(149,132,171)
#A495B6
(164,149,182)
#B3A6C1
(179,166,193)
#C2B7CC
(194,183,204)
#D1C8D7
(209,200,215)
#E0D9E2
(224,217,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59407F color. Also use rgb(89,64,127) instead hex code.

Text Font Color

.myTextColor { color: #59407F; }

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

This text font color is #59407F.


Background Color

.myBgColor { background-color: #59407F; }

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

This div background color is #59407F.


Border color

.myBorderColor { border: 1px solid #59407F; }

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

This div border color is #59407F.


Opacity

.myOpacity80 { color: #59407F; opacity: 0.8; }

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

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

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

This text has shadow with #59407F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59407F on black background.


Color preview on white background

This text has color #59407F on white background.



Black color preview on #59407F background

This text has black color on #59407F background.


White color preview on #59407F background

This text has white color on #59407F background.