COLOR #53597C

HEX: #53597C
RGB: (83,89,124)

Color info

#53597C contains red, green and blue colors in about the same proportion. Web safe color of #53597C is #666666 (or #666).

RGB color model

#53597C color RGB value is (83,89,124).

  • red value is 83;
  • green value is 89;
  • blue value is 124.
RGB:
(83,89,124)
(33%,35%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 124 of 255 = 49%

83
89
124

R + G + B ~ 39%. #53597C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 124 = 296 (100%)
R 83 of 296 ~ 28.04%
G 89 of 296 ~ 30.07%
B 124 of 296 ~ 41.89%

%28.04
%30.07
%41.89

CMYK color model

#53597C color CMYK value is (33,28,0,51).

  • cyan value is 33.06%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(33,28,0,51)
C33M28Y0K51 
(33%,28%,0%,51%)
(0.33/0.28/0.00/0.51)	

CMYK percentages

%33.06
%28.23
%0
%51.37

Codes

Color #53597C in popluar color models

53597C
RGB8389124
HSL231°19.81%40.59%
HSB/HSV231°33.06%48.63%
CMYK33.06%28.23%0.00%
51.37%

Color #53597C in popluar number systems.

HEX53597C
Decimal8389124
Binary101001110110011111100
Octal123131174

Shades and tints

Shades of #53597C

#53597C
(83,89,124)
#4C5171
(76,81,113)
#454966
(69,73,102)
#3E415B
(62,65,91)
#373950
(55,57,80)
#303145
(48,49,69)
#29293A
(41,41,58)
#22212F
(34,33,47)
#1B1924
(27,25,36)
#141119
(20,17,25)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #53597C

#53597C
(83,89,124)
#626887
(98,104,135)
#717792
(113,119,146)
#80869D
(128,134,157)
#8F95A8
(143,149,168)
#9EA4B3
(158,164,179)
#ADB3BE
(173,179,190)
#BCC2C9
(188,194,201)
#CBD1D4
(203,209,212)
#DAE0DF
(218,224,223)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53597C color. Also use rgb(83,89,124) instead hex code.

Text Font Color

.myTextColor { color: #53597C; }

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

This text font color is #53597C.


Background Color

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

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

This div background color is #53597C.


Border color

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

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

This div border color is #53597C.


Opacity

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

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

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

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

This text has shadow with #53597C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53597C on black background.


Color preview on white background

This text has color #53597C on white background.



Black color preview on #53597C background

This text has black color on #53597C background.


White color preview on #53597C background

This text has white color on #53597C background.