COLOR #59488B

HEX: #59488B
RGB: (89,72,139)

Color info

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

RGB color model

#59488B color RGB value is (89,72,139).

  • red value is 89;
  • green value is 72;
  • blue value is 139.
RGB:
(89,72,139)
(35%,28%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 72 of 255 = 28%
B 139 of 255 = 55%

89
72
139

R + G + B ~ 39%. #59488B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 72 + 139 = 300 (100%)
R 89 of 300 ~ 29.67%
G 72 of 300 ~ 24%
B 139 of 300 ~ 46.33%

%29.67
%24
%46.33

CMYK color model

#59488B color CMYK value is (36,48,0,45).

  • cyan value is 35.97%
  • magenta value is 48.20%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(36,48,0,45)
C36M48Y0K45 
(36%,48%,0%,45%)
(0.36/0.48/0.00/0.45)	

CMYK percentages

%35.97
%48.2
%0
%45.49

Codes

Color #59488B in popluar color models

59488B
RGB8972139
HSL255°31.75%41.37%
HSB/HSV255°48.20%54.51%
CMYK35.97%48.20%0.00%
45.49%

Color #59488B in popluar number systems.

HEX59488B
Decimal8972139
Binary1011001100100010001011
Octal131110213

Shades and tints

Shades of #59488B

#59488B
(89,72,139)
#51427F
(81,66,127)
#493C73
(73,60,115)
#413667
(65,54,103)
#39305B
(57,48,91)
#312A4F
(49,42,79)
#292443
(41,36,67)
#211E37
(33,30,55)
#19182B
(25,24,43)
#11121F
(17,18,31)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #59488B

#59488B
(89,72,139)
#685895
(104,88,149)
#77689F
(119,104,159)
#8678A9
(134,120,169)
#9588B3
(149,136,179)
#A498BD
(164,152,189)
#B3A8C7
(179,168,199)
#C2B8D1
(194,184,209)
#D1C8DB
(209,200,219)
#E0D8E5
(224,216,229)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59488B color. Also use rgb(89,72,139) instead hex code.

Text Font Color

.myTextColor { color: #59488B; }

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

This text font color is #59488B.


Background Color

.myBgColor { background-color: #59488B; }

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

This div background color is #59488B.


Border color

.myBorderColor { border: 1px solid #59488B; }

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

This div border color is #59488B.


Opacity

.myOpacity80 { color: #59488B; opacity: 0.8; }

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

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

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

This text has shadow with #59488B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59488B on black background.


Color preview on white background

This text has color #59488B on white background.



Black color preview on #59488B background

This text has black color on #59488B background.


White color preview on #59488B background

This text has white color on #59488B background.