COLOR #5970A9

HEX: #5970A9
RGB: (89,112,169)

Color info

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

RGB color model

#5970A9 color RGB value is (89,112,169).

  • red value is 89;
  • green value is 112;
  • blue value is 169.
RGB:
(89,112,169)
(35%,44%,66%)

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 169 of 255 = 66%

89
112
169

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

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 169 = 370 (100%)
R 89 of 370 ~ 24.05%
G 112 of 370 ~ 30.27%
B 169 of 370 ~ 45.68%

%24.05
%30.27
%45.68

CMYK color model

#5970A9 color CMYK value is (47,34,0,34).

  • cyan value is 47.34%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(47,34,0,34)
C47M34Y0K34 
(47%,34%,0%,34%)
(0.47/0.34/0.00/0.34)	

CMYK percentages

%47.34
%33.73
%0
%33.73

Codes

Color #5970A9 in popluar color models

5970A9
RGB89112169
HSL223°31.75%50.59%
HSB/HSV223°47.34%66.27%
CMYK47.34%33.73%0.00%
33.73%

Color #5970A9 in popluar number systems.

HEX5970A9
Decimal89112169
Binary1011001111000010101001
Octal131160251

Shades and tints

Shades of #5970A9

#5970A9
(89,112,169)
#51669A
(81,102,154)
#495C8B
(73,92,139)
#41527C
(65,82,124)
#39486D
(57,72,109)
#313E5E
(49,62,94)
#29344F
(41,52,79)
#212A40
(33,42,64)
#192031
(25,32,49)
#111622
(17,22,34)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #5970A9

#5970A9
(89,112,169)
#687DB0
(104,125,176)
#778AB7
(119,138,183)
#8697BE
(134,151,190)
#95A4C5
(149,164,197)
#A4B1CC
(164,177,204)
#B3BED3
(179,190,211)
#C2CBDA
(194,203,218)
#D1D8E1
(209,216,225)
#E0E5E8
(224,229,232)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5970A9 color. Also use rgb(89,112,169) instead hex code.

Text Font Color

.myTextColor { color: #5970A9; }

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

This text font color is #5970A9.


Background Color

.myBgColor { background-color: #5970A9; }

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

This div background color is #5970A9.


Border color

.myBorderColor { border: 1px solid #5970A9; }

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

This div border color is #5970A9.


Opacity

.myOpacity80 { color: #5970A9; opacity: 0.8; }

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

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

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

This text has shadow with #5970A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5970A9 on black background.


Color preview on white background

This text has color #5970A9 on white background.



Black color preview on #5970A9 background

This text has black color on #5970A9 background.


White color preview on #5970A9 background

This text has white color on #5970A9 background.