COLOR #59488F

HEX: #59488F
RGB: (89,72,143)

Color info

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

RGB color model

#59488F color RGB value is (89,72,143).

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

RGB channels and saturation

R 89 of 255 = 35%
G 72 of 255 = 28%
B 143 of 255 = 56%

89
72
143

R + G + B ~ 40%. #59488F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 72 + 143 = 304 (100%)
R 89 of 304 ~ 29.28%
G 72 of 304 ~ 23.68%
B 143 of 304 ~ 47.04%

%29.28
%23.68
%47.04

CMYK color model

#59488F color CMYK value is (38,50,0,44).

  • cyan value is 37.76%
  • magenta value is 49.65%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(38,50,0,44)
C38M50Y0K44 
(38%,50%,0%,44%)
(0.38/0.50/0.00/0.44)	

CMYK percentages

%37.76
%49.65
%0
%43.92

Codes

Color #59488F in popluar color models

59488F
RGB8972143
HSL254°33.02%42.16%
HSB/HSV254°49.65%56.08%
CMYK37.76%49.65%0.00%
43.92%

Color #59488F in popluar number systems.

HEX59488F
Decimal8972143
Binary1011001100100010001111
Octal131110217

Shades and tints

Shades of #59488F

#59488F
(89,72,143)
#514282
(81,66,130)
#493C75
(73,60,117)
#413668
(65,54,104)
#39305B
(57,48,91)
#312A4E
(49,42,78)
#292441
(41,36,65)
#211E34
(33,30,52)
#191827
(25,24,39)
#11121A
(17,18,26)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #59488F

#59488F
(89,72,143)
#685899
(104,88,153)
#7768A3
(119,104,163)
#8678AD
(134,120,173)
#9588B7
(149,136,183)
#A498C1
(164,152,193)
#B3A8CB
(179,168,203)
#C2B8D5
(194,184,213)
#D1C8DF
(209,200,223)
#E0D8E9
(224,216,233)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59488F; }

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

This text font color is #59488F.


Background Color

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

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

This div background color is #59488F.


Border color

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

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

This div border color is #59488F.


Opacity

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

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

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

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

This text has shadow with #59488F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59488F on black background.


Color preview on white background

This text has color #59488F on white background.



Black color preview on #59488F background

This text has black color on #59488F background.


White color preview on #59488F background

This text has white color on #59488F background.