COLOR #5983AA

HEX: #5983AA
RGB: (89,131,170)

Color info

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

RGB color model

#5983AA color RGB value is (89,131,170).

  • red value is 89;
  • green value is 131;
  • blue value is 170.
RGB:
(89,131,170)
(35%,51%,67%)

RGB channels and saturation

R 89 of 255 = 35%
G 131 of 255 = 51%
B 170 of 255 = 67%

89
131
170

R + G + B ~ 51%. #5983AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 131 + 170 = 390 (100%)
R 89 of 390 ~ 22.82%
G 131 of 390 ~ 33.59%
B 170 of 390 ~ 43.59%

%22.82
%33.59
%43.59

CMYK color model

#5983AA color CMYK value is (48,23,0,33).

  • cyan value is 47.65%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(48,23,0,33)
C48M23Y0K33 
(48%,23%,0%,33%)
(0.48/0.23/0.00/0.33)	

CMYK percentages

%47.65
%22.94
%0
%33.33

Codes

Color #5983AA in popluar color models

5983AA
RGB89131170
HSL209°32.27%50.78%
HSB/HSV209°47.65%66.67%
CMYK47.65%22.94%0.00%
33.33%

Color #5983AA in popluar number systems.

HEX5983AA
Decimal89131170
Binary10110011000001110101010
Octal131203252

Shades and tints

Shades of #5983AA

#5983AA
(89,131,170)
#51789B
(81,120,155)
#496D8C
(73,109,140)
#41627D
(65,98,125)
#39576E
(57,87,110)
#314C5F
(49,76,95)
#294150
(41,65,80)
#213641
(33,54,65)
#192B32
(25,43,50)
#112023
(17,32,35)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #5983AA

#5983AA
(89,131,170)
#688EB1
(104,142,177)
#7799B8
(119,153,184)
#86A4BF
(134,164,191)
#95AFC6
(149,175,198)
#A4BACD
(164,186,205)
#B3C5D4
(179,197,212)
#C2D0DB
(194,208,219)
#D1DBE2
(209,219,226)
#E0E6E9
(224,230,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5983AA color. Also use rgb(89,131,170) instead hex code.

Text Font Color

.myTextColor { color: #5983AA; }

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

This text font color is #5983AA.


Background Color

.myBgColor { background-color: #5983AA; }

<div style="background-color:#5983AA">Inner text</div>

This div background color is #5983AA.


Border color

.myBorderColor { border: 1px solid #5983AA; }

<div style="border:3px solid #5983AA">Div</div>

This div border color is #5983AA.


Opacity

.myOpacity80 { color: #5983AA; opacity: 0.8; }

<p style="color:#5983AA;opacity:0.8;">80%</p>

Text with #5983AA 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 #5983AA;}

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

This text has shadow with #5983AA color.

.textShadow {text-shadow: 3px 3px 1px #5983AA, 3px 3px 1px red;}

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

This text has shadow with #5983AA primary color and red secondary color.


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

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

This text has shadow with #5983AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5983AA on black background.


Color preview on white background

This text has color #5983AA on white background.



Black color preview on #5983AA background

This text has black color on #5983AA background.


White color preview on #5983AA background

This text has white color on #5983AA background.