COLOR #59548E

HEX: #59548E
RGB: (89,84,142)

Color info

#59548E contains red, green and blue colors in about the same proportion. Web safe color of #59548E is #666699 (or #669).

RGB color model

#59548E color RGB value is (89,84,142).

  • red value is 89;
  • green value is 84;
  • blue value is 142.
RGB:
(89,84,142)
(35%,33%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 142 of 255 = 56%

89
84
142

R + G + B ~ 41%. #59548E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 142 = 315 (100%)
R 89 of 315 ~ 28.25%
G 84 of 315 ~ 26.67%
B 142 of 315 ~ 45.08%

%28.25
%26.67
%45.08

CMYK color model

#59548E color CMYK value is (37,41,0,44).

  • cyan value is 37.32%
  • magenta value is 40.85%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(37,41,0,44)
C37M41Y0K44 
(37%,41%,0%,44%)
(0.37/0.41/0.00/0.44)	

CMYK percentages

%37.32
%40.85
%0
%44.31

Codes

Color #59548E in popluar color models

59548E
RGB8984142
HSL245°25.66%44.31%
HSB/HSV245°40.85%55.69%
CMYK37.32%40.85%0.00%
44.31%

Color #59548E in popluar number systems.

HEX59548E
Decimal8984142
Binary1011001101010010001110
Octal131124216

Shades and tints

Shades of #59548E

#59548E
(89,84,142)
#514D82
(81,77,130)
#494676
(73,70,118)
#413F6A
(65,63,106)
#39385E
(57,56,94)
#313152
(49,49,82)
#292A46
(41,42,70)
#21233A
(33,35,58)
#191C2E
(25,28,46)
#111522
(17,21,34)
#090E16
(9,14,22)
#000000
(0,0,0)

Tints of #59548E

#59548E
(89,84,142)
#686398
(104,99,152)
#7772A2
(119,114,162)
#8681AC
(134,129,172)
#9590B6
(149,144,182)
#A49FC0
(164,159,192)
#B3AECA
(179,174,202)
#C2BDD4
(194,189,212)
#D1CCDE
(209,204,222)
#E0DBE8
(224,219,232)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59548E color. Also use rgb(89,84,142) instead hex code.

Text Font Color

.myTextColor { color: #59548E; }

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

This text font color is #59548E.


Background Color

.myBgColor { background-color: #59548E; }

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

This div background color is #59548E.


Border color

.myBorderColor { border: 1px solid #59548E; }

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

This div border color is #59548E.


Opacity

.myOpacity80 { color: #59548E; opacity: 0.8; }

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

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

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

This text has shadow with #59548E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59548E on black background.


Color preview on white background

This text has color #59548E on white background.



Black color preview on #59548E background

This text has black color on #59548E background.


White color preview on #59548E background

This text has white color on #59548E background.