COLOR #59497B

HEX: #59497B
RGB: (89,73,123)

Color info

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

RGB color model

#59497B color RGB value is (89,73,123).

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

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 123 of 255 = 48%

89
73
123

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

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 123 = 285 (100%)
R 89 of 285 ~ 31.23%
G 73 of 285 ~ 25.61%
B 123 of 285 ~ 43.16%

%31.23
%25.61
%43.16

CMYK color model

#59497B color CMYK value is (28,41,0,52).

  • cyan value is 27.64%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(28,41,0,52)
C28M41Y0K52 
(28%,41%,0%,52%)
(0.28/0.41/0.00/0.52)	

CMYK percentages

%27.64
%40.65
%0
%51.76

Codes

Color #59497B in popluar color models

59497B
RGB8973123
HSL259°25.51%38.43%
HSB/HSV259°40.65%48.24%
CMYK27.64%40.65%0.00%
51.76%

Color #59497B in popluar number systems.

HEX59497B
Decimal8973123
Binary101100110010011111011
Octal131111173

Shades and tints

Shades of #59497B

#59497B
(89,73,123)
#514370
(81,67,112)
#493D65
(73,61,101)
#41375A
(65,55,90)
#39314F
(57,49,79)
#312B44
(49,43,68)
#292539
(41,37,57)
#211F2E
(33,31,46)
#191923
(25,25,35)
#111318
(17,19,24)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #59497B

#59497B
(89,73,123)
#685987
(104,89,135)
#776993
(119,105,147)
#86799F
(134,121,159)
#9589AB
(149,137,171)
#A499B7
(164,153,183)
#B3A9C3
(179,169,195)
#C2B9CF
(194,185,207)
#D1C9DB
(209,201,219)
#E0D9E7
(224,217,231)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59497B; }

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

This text font color is #59497B.


Background Color

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

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

This div background color is #59497B.


Border color

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

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

This div border color is #59497B.


Opacity

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

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

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

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

This text has shadow with #59497B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59497B on black background.


Color preview on white background

This text has color #59497B on white background.



Black color preview on #59497B background

This text has black color on #59497B background.


White color preview on #59497B background

This text has white color on #59497B background.