COLOR #59499B

HEX: #59499B
RGB: (89,73,155)

Color info

#59499B contains mainly blue color. Web safe color of #59499B is #663399 (or #639).

RGB color model

#59499B color RGB value is (89,73,155).

  • red value is 89;
  • green value is 73;
  • blue value is 155.
RGB:
(89,73,155)
(35%,29%,61%)

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 155 of 255 = 61%

89
73
155

R + G + B ~ 42%. #59499B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 155 = 317 (100%)
R 89 of 317 ~ 28.08%
G 73 of 317 ~ 23.03%
B 155 of 317 ~ 48.9%

%28.08
%23.03
%48.9

CMYK color model

#59499B color CMYK value is (43,53,0,39).

  • cyan value is 42.58%
  • magenta value is 52.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(43,53,0,39)
C43M53Y0K39 
(43%,53%,0%,39%)
(0.43/0.53/0.00/0.39)	

CMYK percentages

%42.58
%52.9
%0
%39.22

Codes

Color #59499B in popluar color models

59499B
RGB8973155
HSL252°35.96%44.71%
HSB/HSV252°52.90%60.78%
CMYK42.58%52.90%0.00%
39.22%

Color #59499B in popluar number systems.

HEX59499B
Decimal8973155
Binary1011001100100110011011
Octal131111233

Shades and tints

Shades of #59499B

#59499B
(89,73,155)
#51438D
(81,67,141)
#493D7F
(73,61,127)
#413771
(65,55,113)
#393163
(57,49,99)
#312B55
(49,43,85)
#292547
(41,37,71)
#211F39
(33,31,57)
#19192B
(25,25,43)
#11131D
(17,19,29)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #59499B

#59499B
(89,73,155)
#6859A4
(104,89,164)
#7769AD
(119,105,173)
#8679B6
(134,121,182)
#9589BF
(149,137,191)
#A499C8
(164,153,200)
#B3A9D1
(179,169,209)
#C2B9DA
(194,185,218)
#D1C9E3
(209,201,227)
#E0D9EC
(224,217,236)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59499B color. Also use rgb(89,73,155) instead hex code.

Text Font Color

.myTextColor { color: #59499B; }

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

This text font color is #59499B.


Background Color

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

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

This div background color is #59499B.


Border color

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

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

This div border color is #59499B.


Opacity

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

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

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

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

This text has shadow with #59499B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59499B on black background.


Color preview on white background

This text has color #59499B on white background.



Black color preview on #59499B background

This text has black color on #59499B background.


White color preview on #59499B background

This text has white color on #59499B background.