COLOR #59166A

HEX: #59166A
RGB: (89,22,106)

Color info

#59166A contains mainly red and blue colors. Web safe color of #59166A is #660066 (or #606).

RGB color model

#59166A color RGB value is (89,22,106).

  • red value is 89;
  • green value is 22;
  • blue value is 106.
RGB:
(89,22,106)
(35%,9%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 22 of 255 = 9%
B 106 of 255 = 42%

89
22
106

R + G + B ~ 29%. #59166A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 22 + 106 = 217 (100%)
R 89 of 217 ~ 41.01%
G 22 of 217 ~ 10.14%
B 106 of 217 ~ 48.85%

%41.01
%10.14
%48.85

CMYK color model

#59166A color CMYK value is (16,79,0,58).

  • cyan value is 16.04%
  • magenta value is 79.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(16,79,0,58)
C16M79Y0K58 
(16%,79%,0%,58%)
(0.16/0.79/0.00/0.58)	

CMYK percentages

%16.04
%79.25
%0
%58.43

Codes

Color #59166A in popluar color models

59166A
RGB8922106
HSL288°65.63%25.10%
HSB/HSV288°79.25%41.57%
CMYK16.04%79.25%0.00%
58.43%

Color #59166A in popluar number systems.

HEX59166A
Decimal8922106
Binary1011001101101101010
Octal13126152

Shades and tints

Shades of #59166A

#59166A
(89,22,106)
#511461
(81,20,97)
#491258
(73,18,88)
#41104F
(65,16,79)
#390E46
(57,14,70)
#310C3D
(49,12,61)
#290A34
(41,10,52)
#21082B
(33,8,43)
#190622
(25,6,34)
#110419
(17,4,25)
#090210
(9,2,16)
#000000
(0,0,0)

Tints of #59166A

#59166A
(89,22,106)
#682B77
(104,43,119)
#774084
(119,64,132)
#865591
(134,85,145)
#956A9E
(149,106,158)
#A47FAB
(164,127,171)
#B394B8
(179,148,184)
#C2A9C5
(194,169,197)
#D1BED2
(209,190,210)
#E0D3DF
(224,211,223)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59166A color. Also use rgb(89,22,106) instead hex code.

Text Font Color

.myTextColor { color: #59166A; }

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

This text font color is #59166A.


Background Color

.myBgColor { background-color: #59166A; }

<div style="background-color:#59166A">Inner text</div>

This div background color is #59166A.


Border color

.myBorderColor { border: 1px solid #59166A; }

<div style="border:3px solid #59166A">Div</div>

This div border color is #59166A.


Opacity

.myOpacity80 { color: #59166A; opacity: 0.8; }

<p style="color:#59166A;opacity:0.8;">80%</p>

Text with #59166A 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 #59166A;}

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

This text has shadow with #59166A color.

.textShadow {text-shadow: 3px 3px 1px #59166A, 3px 3px 1px red;}

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

This text has shadow with #59166A primary color and red secondary color.


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

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

This text has shadow with #59166A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59166A on black background.


Color preview on white background

This text has color #59166A on white background.



Black color preview on #59166A background

This text has black color on #59166A background.


White color preview on #59166A background

This text has white color on #59166A background.