COLOR #592FAC

HEX: #592FAC
RGB: (89,47,172)

Color info

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

RGB color model

#592FAC color RGB value is (89,47,172).

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

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 172 of 255 = 67%

89
47
172

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

Portions of RGB colors in percentages

R + G + B =
89 + 47 + 172 = 308 (100%)
R 89 of 308 ~ 28.9%
G 47 of 308 ~ 15.26%
B 172 of 308 ~ 55.84%

%28.9
%15.26
%55.84

CMYK color model

#592FAC color CMYK value is (48,73,0,33).

  • cyan value is 48.26%
  • magenta value is 72.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(48,73,0,33)
C48M73Y0K33 
(48%,73%,0%,33%)
(0.48/0.73/0.00/0.33)	

CMYK percentages

%48.26
%72.67
%0
%32.55

Codes

Color #592FAC in popluar color models

592FAC
RGB8947172
HSL260°57.08%42.94%
HSB/HSV260°72.67%67.45%
CMYK48.26%72.67%0.00%
32.55%

Color #592FAC in popluar number systems.

HEX592FAC
Decimal8947172
Binary101100110111110101100
Octal13157254

Shades and tints

Shades of #592FAC

#592FAC
(89,47,172)
#512B9D
(81,43,157)
#49278E
(73,39,142)
#41237F
(65,35,127)
#391F70
(57,31,112)
#311B61
(49,27,97)
#291752
(41,23,82)
#211343
(33,19,67)
#190F34
(25,15,52)
#110B25
(17,11,37)
#090716
(9,7,22)
#000000
(0,0,0)

Tints of #592FAC

#592FAC
(89,47,172)
#6841B3
(104,65,179)
#7753BA
(119,83,186)
#8665C1
(134,101,193)
#9577C8
(149,119,200)
#A489CF
(164,137,207)
#B39BD6
(179,155,214)
#C2ADDD
(194,173,221)
#D1BFE4
(209,191,228)
#E0D1EB
(224,209,235)
#EFE3F2
(239,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592FAC; }

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

This text font color is #592FAC.


Background Color

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

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

This div background color is #592FAC.


Border color

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

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

This div border color is #592FAC.


Opacity

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

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

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

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

This text has shadow with #592FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592FAC on black background.


Color preview on white background

This text has color #592FAC on white background.



Black color preview on #592FAC background

This text has black color on #592FAC background.


White color preview on #592FAC background

This text has white color on #592FAC background.