COLOR #5984B4

HEX: #5984B4
RGB: (89,132,180)

Color info

#5984B4 contains mainly green and blue colors. Web safe color of #5984B4 is #6699CC (or #69C).

RGB color model

#5984B4 color RGB value is (89,132,180).

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

RGB channels and saturation

R 89 of 255 = 35%
G 132 of 255 = 52%
B 180 of 255 = 71%

89
132
180

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

Portions of RGB colors in percentages

R + G + B =
89 + 132 + 180 = 401 (100%)
R 89 of 401 ~ 22.19%
G 132 of 401 ~ 32.92%
B 180 of 401 ~ 44.89%

%22.19
%32.92
%44.89

CMYK color model

#5984B4 color CMYK value is (51,27,0,29).

  • cyan value is 50.56%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(51,27,0,29)
C51M27Y0K29 
(51%,27%,0%,29%)
(0.51/0.27/0.00/0.29)	

CMYK percentages

%50.56
%26.67
%0
%29.41

Codes

Color #5984B4 in popluar color models

5984B4
RGB89132180
HSL212°37.76%52.75%
HSB/HSV212°50.56%70.59%
CMYK50.56%26.67%0.00%
29.41%

Color #5984B4 in popluar number systems.

HEX5984B4
Decimal89132180
Binary10110011000010010110100
Octal131204264

Shades and tints

Shades of #5984B4

#5984B4
(89,132,180)
#5178A4
(81,120,164)
#496C94
(73,108,148)
#416084
(65,96,132)
#395474
(57,84,116)
#314864
(49,72,100)
#293C54
(41,60,84)
#213044
(33,48,68)
#192434
(25,36,52)
#111824
(17,24,36)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #5984B4

#5984B4
(89,132,180)
#688FBA
(104,143,186)
#779AC0
(119,154,192)
#86A5C6
(134,165,198)
#95B0CC
(149,176,204)
#A4BBD2
(164,187,210)
#B3C6D8
(179,198,216)
#C2D1DE
(194,209,222)
#D1DCE4
(209,220,228)
#E0E7EA
(224,231,234)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5984B4; }

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

This text font color is #5984B4.


Background Color

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

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

This div background color is #5984B4.


Border color

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

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

This div border color is #5984B4.


Opacity

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

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

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

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

This text has shadow with #5984B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5984B4 on black background.


Color preview on white background

This text has color #5984B4 on white background.



Black color preview on #5984B4 background

This text has black color on #5984B4 background.


White color preview on #5984B4 background

This text has white color on #5984B4 background.