COLOR #592460

HEX: #592460
RGB: (89,36,96)

Color info

#592460 contains mainly red and blue colors. Web safe color of #592460 is #663366 (or #636).

RGB color model

#592460 color RGB value is (89,36,96).

  • red value is 89;
  • green value is 36;
  • blue value is 96.
RGB:
(89,36,96)
(35%,14%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 36 of 255 = 14%
B 96 of 255 = 38%

89
36
96

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

Portions of RGB colors in percentages

R + G + B =
89 + 36 + 96 = 221 (100%)
R 89 of 221 ~ 40.27%
G 36 of 221 ~ 16.29%
B 96 of 221 ~ 43.44%

%40.27
%16.29
%43.44

CMYK color model

#592460 color CMYK value is (7,63,0,62).

  • cyan value is 7.29%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,63,0,62)
C7M63Y0K62 
(7%,63%,0%,62%)
(0.07/0.63/0.00/0.62)	

CMYK percentages

%7.29
%62.5
%0
%62.35

Codes

Color #592460 in popluar color models

592460
RGB893696
HSL293°45.45%25.88%
HSB/HSV293°62.50%37.65%
CMYK7.29%62.50%0.00%
62.35%

Color #592460 in popluar number systems.

HEX592460
Decimal893696
Binary10110011001001100000
Octal13144140

Shades and tints

Shades of #592460

#592460
(89,36,96)
#512158
(81,33,88)
#491E50
(73,30,80)
#411B48
(65,27,72)
#391840
(57,24,64)
#311538
(49,21,56)
#291230
(41,18,48)
#210F28
(33,15,40)
#190C20
(25,12,32)
#110918
(17,9,24)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #592460

#592460
(89,36,96)
#68376E
(104,55,110)
#774A7C
(119,74,124)
#865D8A
(134,93,138)
#957098
(149,112,152)
#A483A6
(164,131,166)
#B396B4
(179,150,180)
#C2A9C2
(194,169,194)
#D1BCD0
(209,188,208)
#E0CFDE
(224,207,222)
#EFE2EC
(239,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592460 color. Also use rgb(89,36,96) instead hex code.

Text Font Color

.myTextColor { color: #592460; }

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

This text font color is #592460.


Background Color

.myBgColor { background-color: #592460; }

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

This div background color is #592460.


Border color

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

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

This div border color is #592460.


Opacity

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

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

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

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

This text has shadow with #592460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592460 on black background.


Color preview on white background

This text has color #592460 on white background.



Black color preview on #592460 background

This text has black color on #592460 background.


White color preview on #592460 background

This text has white color on #592460 background.