COLOR #5973A5

HEX: #5973A5
RGB: (89,115,165)

Color info

#5973A5 contains mainly green and blue colors. Web safe color of #5973A5 is #666699 (or #669).

RGB color model

#5973A5 color RGB value is (89,115,165).

  • red value is 89;
  • green value is 115;
  • blue value is 165.
RGB:
(89,115,165)
(35%,45%,65%)

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 165 of 255 = 65%

89
115
165

R + G + B ~ 48%. #5973A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 115 + 165 = 369 (100%)
R 89 of 369 ~ 24.12%
G 115 of 369 ~ 31.17%
B 165 of 369 ~ 44.72%

%24.12
%31.17
%44.72

CMYK color model

#5973A5 color CMYK value is (46,30,0,35).

  • cyan value is 46.06%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(46,30,0,35)
C46M30Y0K35 
(46%,30%,0%,35%)
(0.46/0.30/0.00/0.35)	

CMYK percentages

%46.06
%30.3
%0
%35.29

Codes

Color #5973A5 in popluar color models

5973A5
RGB89115165
HSL219°29.92%49.80%
HSB/HSV219°46.06%64.71%
CMYK46.06%30.30%0.00%
35.29%

Color #5973A5 in popluar number systems.

HEX5973A5
Decimal89115165
Binary1011001111001110100101
Octal131163245

Shades and tints

Shades of #5973A5

#5973A5
(89,115,165)
#516996
(81,105,150)
#495F87
(73,95,135)
#415578
(65,85,120)
#394B69
(57,75,105)
#31415A
(49,65,90)
#29374B
(41,55,75)
#212D3C
(33,45,60)
#19232D
(25,35,45)
#11191E
(17,25,30)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #5973A5

#5973A5
(89,115,165)
#687FAD
(104,127,173)
#778BB5
(119,139,181)
#8697BD
(134,151,189)
#95A3C5
(149,163,197)
#A4AFCD
(164,175,205)
#B3BBD5
(179,187,213)
#C2C7DD
(194,199,221)
#D1D3E5
(209,211,229)
#E0DFED
(224,223,237)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5973A5 color. Also use rgb(89,115,165) instead hex code.

Text Font Color

.myTextColor { color: #5973A5; }

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

This text font color is #5973A5.


Background Color

.myBgColor { background-color: #5973A5; }

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

This div background color is #5973A5.


Border color

.myBorderColor { border: 1px solid #5973A5; }

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

This div border color is #5973A5.


Opacity

.myOpacity80 { color: #5973A5; opacity: 0.8; }

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

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

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

This text has shadow with #5973A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5973A5 on black background.


Color preview on white background

This text has color #5973A5 on white background.



Black color preview on #5973A5 background

This text has black color on #5973A5 background.


White color preview on #5973A5 background

This text has white color on #5973A5 background.