COLOR #592FA2

HEX: #592FA2
RGB: (89,47,162)

Color info

#592FA2 contains mainly blue color. Web safe color of #592FA2 is #663399 (or #639).

RGB color model

#592FA2 color RGB value is (89,47,162).

  • red value is 89;
  • green value is 47;
  • blue value is 162.
RGB:
(89,47,162)
(35%,18%,64%)

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 162 of 255 = 64%

89
47
162

R + G + B ~ 39%. #592FA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 47 + 162 = 298 (100%)
R 89 of 298 ~ 29.87%
G 47 of 298 ~ 15.77%
B 162 of 298 ~ 54.36%

%29.87
%15.77
%54.36

CMYK color model

#592FA2 color CMYK value is (45,71,0,36).

  • cyan value is 45.06%
  • magenta value is 70.99%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(45,71,0,36)
C45M71Y0K36 
(45%,71%,0%,36%)
(0.45/0.71/0.00/0.36)	

CMYK percentages

%45.06
%70.99
%0
%36.47

Codes

Color #592FA2 in popluar color models

592FA2
RGB8947162
HSL262°55.02%40.98%
HSB/HSV262°70.99%63.53%
CMYK45.06%70.99%0.00%
36.47%

Color #592FA2 in popluar number systems.

HEX592FA2
Decimal8947162
Binary101100110111110100010
Octal13157242

Shades and tints

Shades of #592FA2

#592FA2
(89,47,162)
#512B94
(81,43,148)
#492786
(73,39,134)
#412378
(65,35,120)
#391F6A
(57,31,106)
#311B5C
(49,27,92)
#29174E
(41,23,78)
#211340
(33,19,64)
#190F32
(25,15,50)
#110B24
(17,11,36)
#090716
(9,7,22)
#000000
(0,0,0)

Tints of #592FA2

#592FA2
(89,47,162)
#6841AA
(104,65,170)
#7753B2
(119,83,178)
#8665BA
(134,101,186)
#9577C2
(149,119,194)
#A489CA
(164,137,202)
#B39BD2
(179,155,210)
#C2ADDA
(194,173,218)
#D1BFE2
(209,191,226)
#E0D1EA
(224,209,234)
#EFE3F2
(239,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592FA2 color. Also use rgb(89,47,162) instead hex code.

Text Font Color

.myTextColor { color: #592FA2; }

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

This text font color is #592FA2.


Background Color

.myBgColor { background-color: #592FA2; }

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

This div background color is #592FA2.


Border color

.myBorderColor { border: 1px solid #592FA2; }

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

This div border color is #592FA2.


Opacity

.myOpacity80 { color: #592FA2; opacity: 0.8; }

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

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

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

This text has shadow with #592FA2 color.

.textShadow {text-shadow: 3px 3px 1px #592FA2, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592FA2 on black background.


Color preview on white background

This text has color #592FA2 on white background.



Black color preview on #592FA2 background

This text has black color on #592FA2 background.


White color preview on #592FA2 background

This text has white color on #592FA2 background.