COLOR #592592

HEX: #592592 RGB: (89,37,146)

Color info

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

RGB color model

#592592 color RGB value is (89,37,146).

RGB: (89,37,146) (35%, 15%, 57%)

RGB channels and saturation

R 89 of 255 = 35%
G 37 of 255 = 15%
B 146 of 255 = 57%

89
37
146

R + G + B ~ 36%. #592592 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 37 + 146 = 272 (100%)
R 89 of 272 ~ 32.72%
G 37 of 272 ~ 13.6%
B 146 of 272 ~ 53.68'%

%32.72
%13.6
%53.68

CMYK color model

#592592 color CMYK value is (39,75,0,43).

  • cyan value is 39.04%
  • magenta value is 74.66%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (39,75,0,43)
C39M75Y0K43 (39%, 75%, 0%, 43%)
(0.39 / 0.75 / 0.00 / 0.43)

CMYK percentages

%39.04
%74.66
%0
%42.75

Codes

Color #592592 in popluar color models

59 25 92
RGB 89 37 146
HSL 269° 59.56% 35.88%
HSB/HSV 269° 74.66% 57.25%
CMYK 39.04% 74.66% 0.00%
42.75%

Color #592592 in popluar number systems.

HEX 59 25 92
Decimal 89 37 146
Binary 1011001 100101 10010010
Octal 131 45 222

Shades and tints

Shades of #592592

#592592
(89,37,146)
#512285
(81,34,133)
#491F78
(73,31,120)
#411C6B
(65,28,107)
#39195E
(57,25,94)
#311651
(49,22,81)
#291344
(41,19,68)
#211037
(33,16,55)
#190D2A
(25,13,42)
#110A1D
(17,10,29)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #592592

#592592
(89,37,146)
#68389B
(104,56,155)
#774BA4
(119,75,164)
#865EAD
(134,94,173)
#9571B6
(149,113,182)
#A484BF
(164,132,191)
#B397C8
(179,151,200)
#C2AAD1
(194,170,209)
#D1BDDA
(209,189,218)
#E0D0E3
(224,208,227)
#EFE3EC
(239,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592592 color. Also use rgb(89,37,146) instead hex code.

Text Font Color

.myTextColor { color: #592592; }

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

This text font color is #592592.

Background Color

.myBgColor { background-color: #592592; }

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

This div background color is #592592.

Border color

.myBorderColor { border: 1px solid #592592; }

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

This div border color is #592592.

Opacity

.myOpacity80 { color: #592592; opacity: 0.8; }

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

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

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

This text has shadow with #592592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #592592.

Preview

Color preview on black background

This text has color #592592 on black background.


Color preview on white background

This text has color #592592 on white background.


Black color preview on #592592 background

This text has black color on #592592 background.


White color preview on #592592 background

This text has white color on #592592 background.


Related colors

Complementary color

Complementary color for #hex is #A6DA6D.


I love getcolorcode.com

Triadic colors

1 #925925 and #259259 with #592592 are triadic colors.

2 #922559 and #255992 with #592592 are triadic colors.