COLOR #59005C

HEX: #59005C RGB: (89,0,92)

Color info

#59005C contains only red and blue colors. Web safe color of #59005C is #660066 (or #606).

RGB color model

#59005C color RGB value is (89,0,92).

RGB: (89,0,92) (35%, 0%, 36%)

RGB channels and saturation

R 89 of 255 = 35%
G 0 of 255 = 0%
B 92 of 255 = 36%

89
0
92

R + G + B ~ 24%. #59005C is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 0 + 92 = 181 (100%)
R 89 of 181 ~ 49.17%
G 0 of 181 ~ 0%
B 92 of 181 ~ 50.83'%

%49.17
%50.83

CMYK color model

#59005C color CMYK value is (3,100,0,64).

  • cyan value is 3.26%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (3,100,0,64)
C3M100Y0K64 (3%, 100%, 0%, 64%)
(0.03 / 1.00 / 0.00 / 0.64)

CMYK percentages

%3.26
%100
%0
%63.92

Codes

Color #59005C in popluar color models

59 00 5C
RGB 89 0 92
HSL 298° 100.00% 18.04%
HSB/HSV 298° 100.00% 36.08%
CMYK 3.26% 100.00% 0.00%
63.92%

Color #59005C in popluar number systems.

HEX 59 00 5C
Decimal 89 0 92
Binary 1011001 0 1011100
Octal 131 0 134

Shades and tints

Shades of #59005C

#59005C
(89,0,92)
#510054
(81,0,84)
#49004C
(73,0,76)
#410044
(65,0,68)
#39003C
(57,0,60)
#310034
(49,0,52)
#29002C
(41,0,44)
#210024
(33,0,36)
#19001C
(25,0,28)
#110014
(17,0,20)
#09000C
(9,0,12)
#000000
(0,0,0)

Tints of #59005C

#59005C
(89,0,92)
#68176A
(104,23,106)
#772E78
(119,46,120)
#864586
(134,69,134)
#955C94
(149,92,148)
#A473A2
(164,115,162)
#B38AB0
(179,138,176)
#C2A1BE
(194,161,190)
#D1B8CC
(209,184,204)
#E0CFDA
(224,207,218)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59005C color. Also use rgb(89,0,92) instead hex code.

Text Font Color

.myTextColor { color: #59005C; }

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

This text font color is #59005C.

Background Color

.myBgColor { background-color: #59005C; }

<div style="background-color:#59005C">Inner text</div>

This div background color is #59005C.

Border color

.myBorderColor { border: 1px solid #59005C; }

<div style="border:3px solid #59005C">Div</div>

This div border color is #59005C.

Opacity

.myOpacity80 { color: #59005C; opacity: 0.8; }

<p style="color:#59005C;opacity:0.8;">80%</p>

Text with #59005C 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 #59005C;}

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

This text has shadow with #59005C color.


.textShadow {text-shadow: 3px 3px 1px #59005C', 3px 3px 1px red;}

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

This text has shadow with #59005C primary color and red secondary color.


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

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

This text has shadow with #59005C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59005C; -webkit-box-shadow: 1px 1px 3px 2px #59005C; box-shadow:1px 1px 3px 2px #59005C;">
Div content here
</div>

This div box has shadow with color #59005C.

Preview

Color preview on black background

This text has color #59005C on black background.


Color preview on white background

This text has color #59005C on white background.


Black color preview on #59005C background

This text has black color on #59005C background.


White color preview on #59005C background

This text has white color on #59005C background.


Related colors

Complementary color

Complementary color for #hex is #A6FFA3.


I love getcolorcode.com

Triadic colors

1 #5C5900 and #005C59 with #59005C are triadic colors.

2 #5C0059 and #00595C with #59005C are triadic colors.