COLOR #5971B4

HEX: #5971B4
RGB: (89,113,180)

Color info

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

RGB color model

#5971B4 color RGB value is (89,113,180).

  • red value is 89;
  • green value is 113;
  • blue value is 180.
RGB:
(89,113,180)
(35%,44%,71%)

RGB channels and saturation

R 89 of 255 = 35%
G 113 of 255 = 44%
B 180 of 255 = 71%

89
113
180

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

Portions of RGB colors in percentages

R + G + B =
89 + 113 + 180 = 382 (100%)
R 89 of 382 ~ 23.3%
G 113 of 382 ~ 29.58%
B 180 of 382 ~ 47.12%

%23.3
%29.58
%47.12

CMYK color model

#5971B4 color CMYK value is (51,37,0,29).

  • cyan value is 50.56%
  • magenta value is 37.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(51,37,0,29)
C51M37Y0K29 
(51%,37%,0%,29%)
(0.51/0.37/0.00/0.29)	

CMYK percentages

%50.56
%37.22
%0
%29.41

Codes

Color #5971B4 in popluar color models

5971B4
RGB89113180
HSL224°37.76%52.75%
HSB/HSV224°50.56%70.59%
CMYK50.56%37.22%0.00%
29.41%

Color #5971B4 in popluar number systems.

HEX5971B4
Decimal89113180
Binary1011001111000110110100
Octal131161264

Shades and tints

Shades of #5971B4

#5971B4
(89,113,180)
#5167A4
(81,103,164)
#495D94
(73,93,148)
#415384
(65,83,132)
#394974
(57,73,116)
#313F64
(49,63,100)
#293554
(41,53,84)
#212B44
(33,43,68)
#192134
(25,33,52)
#111724
(17,23,36)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #5971B4

#5971B4
(89,113,180)
#687DBA
(104,125,186)
#7789C0
(119,137,192)
#8695C6
(134,149,198)
#95A1CC
(149,161,204)
#A4ADD2
(164,173,210)
#B3B9D8
(179,185,216)
#C2C5DE
(194,197,222)
#D1D1E4
(209,209,228)
#E0DDEA
(224,221,234)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5971B4 color. Also use rgb(89,113,180) instead hex code.

Text Font Color

.myTextColor { color: #5971B4; }

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

This text font color is #5971B4.


Background Color

.myBgColor { background-color: #5971B4; }

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

This div background color is #5971B4.


Border color

.myBorderColor { border: 1px solid #5971B4; }

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

This div border color is #5971B4.


Opacity

.myOpacity80 { color: #5971B4; opacity: 0.8; }

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

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

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

This text has shadow with #5971B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5971B4 on black background.


Color preview on white background

This text has color #5971B4 on white background.



Black color preview on #5971B4 background

This text has black color on #5971B4 background.


White color preview on #5971B4 background

This text has white color on #5971B4 background.