COLOR #5984B1

HEX: #5984B1 RGB: (89,132,177)

Color info

#5984B1 contains mainly green and blue colors. Web safe color of #5984B1 is #669999 (or #699).

RGB color model

#5984B1 color RGB value is (89,132,177).

RGB: (89,132,177) (35%, 52%, 69%)

RGB channels and saturation

R 89 of 255 = 35%
G 132 of 255 = 52%
B 177 of 255 = 69%

89
132
177

R + G + B ~ 52%. #5984B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 132 + 177 = 398 (100%)
R 89 of 398 ~ 22.36%
G 132 of 398 ~ 33.17%
B 177 of 398 ~ 44.47'%

%22.36
%33.17
%44.47

CMYK color model

#5984B1 color CMYK value is (50,25,0,31).

  • cyan value is 49.72%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (50,25,0,31)
C50M25Y0K31 (50%, 25%, 0%, 31%)
(0.50 / 0.25 / 0.00 / 0.31)

CMYK percentages

%49.72
%25.42
%0
%30.59

Codes

Color #5984B1 in popluar color models

59 84 B1
RGB 89 132 177
HSL 211° 36.07% 52.16%
HSB/HSV 211° 49.72% 69.41%
CMYK 49.72% 25.42% 0.00%
30.59%

Color #5984B1 in popluar number systems.

HEX 59 84 B1
Decimal 89 132 177
Binary 1011001 10000100 10110001
Octal 131 204 261

Shades and tints

Shades of #5984B1

#5984B1
(89,132,177)
#5178A1
(81,120,161)
#496C91
(73,108,145)
#416081
(65,96,129)
#395471
(57,84,113)
#314861
(49,72,97)
#293C51
(41,60,81)
#213041
(33,48,65)
#192431
(25,36,49)
#111821
(17,24,33)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #5984B1

#5984B1
(89,132,177)
#688FB8
(104,143,184)
#779ABF
(119,154,191)
#86A5C6
(134,165,198)
#95B0CD
(149,176,205)
#A4BBD4
(164,187,212)
#B3C6DB
(179,198,219)
#C2D1E2
(194,209,226)
#D1DCE9
(209,220,233)
#E0E7F0
(224,231,240)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5984B1 color. Also use rgb(89,132,177) instead hex code.

Text Font Color

.myTextColor { color: #5984B1; }

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

This text font color is #5984B1.

Background Color

.myBgColor { background-color: #5984B1; }

<div style="background-color:#5984B1">Inner text</div>

This div background color is #5984B1.

Border color

.myBorderColor { border: 1px solid #5984B1; }

<div style="border:3px solid #5984B1">Div</div>

This div border color is #5984B1.

Opacity

.myOpacity80 { color: #5984B1; opacity: 0.8; }

<p style="color:#5984B1;opacity:0.8;">80%</p>

Text with #5984B1 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 #5984B1;}

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

This text has shadow with #5984B1 color.


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

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

This text has shadow with #5984B1 primary color and red secondary color.


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

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

This text has shadow with #5984B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5984B1.

Preview

Color preview on black background

This text has color #5984B1 on black background.


Color preview on white background

This text has color #5984B1 on white background.


Black color preview on #5984B1 background

This text has black color on #5984B1 background.


White color preview on #5984B1 background

This text has white color on #5984B1 background.


Related colors

Complementary color

Complementary color for #hex is #A67B4E.


I love getcolorcode.com

Triadic colors

1 #B15984 and #84B159 with #5984B1 are triadic colors.

2 #B18459 and #8459B1 with #5984B1 are triadic colors.