COLOR #5970B8

HEX: #5970B8 RGB: (89,112,184)

Color info

#5970B8 contains mainly blue color. Web safe color of #5970B8 is #6666CC (or #66C).

RGB color model

#5970B8 color RGB value is (89,112,184).

RGB: (89,112,184) (35%, 44%, 72%)

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 184 of 255 = 72%

89
112
184

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

Portions of RGB colors in percentages

R + G + B = 89 + 112 + 184 = 385 (100%)
R 89 of 385 ~ 23.12%
G 112 of 385 ~ 29.09%
B 184 of 385 ~ 47.79'%

%23.12
%29.09
%47.79

CMYK color model

#5970B8 color CMYK value is (52,39,0,28).

  • cyan value is 51.63%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (52,39,0,28) C52M39Y0K28 (52%,39%,0%,28%) (0.52/0.39/0.00/0.28) 

CMYK percentages

%51.63
%39.13
%0
%27.84

Codes

Color #5970B8 in popluar color models

59 70 B8
RGB 89 112 184
HSL 225° 40.08% 53.53%
HSB/HSV 225° 51.63% 72.16%
CMYK 51.63% 39.13% 0.00%
27.84%

Color #5970B8 in popluar number systems.

HEX 59 70 B8
Decimal 89 112 184
Binary 1011001 1110000 10111000
Octal 131 160 270

Shades and tints

Shades of #5970B8

#5970B8
(89,112,184)
#5166A8
(81,102,168)
#495C98
(73,92,152)
#415288
(65,82,136)
#394878
(57,72,120)
#313E68
(49,62,104)
#293458
(41,52,88)
#212A48
(33,42,72)
#192038
(25,32,56)
#111628
(17,22,40)
#090C18
(9,12,24)
#000000
(0,0,0)

Tints of #5970B8

#5970B8
(89,112,184)
#687DBE
(104,125,190)
#778AC4
(119,138,196)
#8697CA
(134,151,202)
#95A4D0
(149,164,208)
#A4B1D6
(164,177,214)
#B3BEDC
(179,190,220)
#C2CBE2
(194,203,226)
#D1D8E8
(209,216,232)
#E0E5EE
(224,229,238)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5970B8; }

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

This text font color is #5970B8.

Background Color

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

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

This div background color is #5970B8.

Border color

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

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

This div border color is #5970B8.

Opacity

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

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

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

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

This text has shadow with #5970B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5970B8.

Preview

Color preview on black background

This text has color #5970B8 on black background.


Color preview on white background

This text has color #5970B8 on white background.


Black color preview on #5970B8 background

This text has black color on #5970B8 background.


White color preview on #5970B8 background

This text has white color on #5970B8 background.


Related colors

Complementary color

Complementary color for #hex is #A68F47.


I love getcolorcode.com

Triadic colors

1 #B85970 and #70B859 with #5970B8 are triadic colors.

2 #B87059 and #7059B8 with #5970B8 are triadic colors.