COLOR #5991AC

HEX: #5991AC
RGB: (89,145,172)

Color info

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

RGB color model

#5991AC color RGB value is (89,145,172).

  • red value is 89;
  • green value is 145;
  • blue value is 172.
RGB:
(89,145,172)
(35%,57%,67%)

RGB channels and saturation

R 89 of 255 = 35%
G 145 of 255 = 57%
B 172 of 255 = 67%

89
145
172

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

Portions of RGB colors in percentages

R + G + B =
89 + 145 + 172 = 406 (100%)
R 89 of 406 ~ 21.92%
G 145 of 406 ~ 35.71%
B 172 of 406 ~ 42.36%

%21.92
%35.71
%42.36

CMYK color model

#5991AC color CMYK value is (48,16,0,33).

  • cyan value is 48.26%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(48,16,0,33)
C48M16Y0K33 
(48%,16%,0%,33%)
(0.48/0.16/0.00/0.33)	

CMYK percentages

%48.26
%15.7
%0
%32.55

Codes

Color #5991AC in popluar color models

5991AC
RGB89145172
HSL200°33.33%51.18%
HSB/HSV200°48.26%67.45%
CMYK48.26%15.70%0.00%
32.55%

Color #5991AC in popluar number systems.

HEX5991AC
Decimal89145172
Binary10110011001000110101100
Octal131221254

Shades and tints

Shades of #5991AC

#5991AC
(89,145,172)
#51849D
(81,132,157)
#49778E
(73,119,142)
#416A7F
(65,106,127)
#395D70
(57,93,112)
#315061
(49,80,97)
#294352
(41,67,82)
#213643
(33,54,67)
#192934
(25,41,52)
#111C25
(17,28,37)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #5991AC

#5991AC
(89,145,172)
#689BB3
(104,155,179)
#77A5BA
(119,165,186)
#86AFC1
(134,175,193)
#95B9C8
(149,185,200)
#A4C3CF
(164,195,207)
#B3CDD6
(179,205,214)
#C2D7DD
(194,215,221)
#D1E1E4
(209,225,228)
#E0EBEB
(224,235,235)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5991AC color. Also use rgb(89,145,172) instead hex code.

Text Font Color

.myTextColor { color: #5991AC; }

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

This text font color is #5991AC.


Background Color

.myBgColor { background-color: #5991AC; }

<div style="background-color:#5991AC">Inner text</div>

This div background color is #5991AC.


Border color

.myBorderColor { border: 1px solid #5991AC; }

<div style="border:3px solid #5991AC">Div</div>

This div border color is #5991AC.


Opacity

.myOpacity80 { color: #5991AC; opacity: 0.8; }

<p style="color:#5991AC;opacity:0.8;">80%</p>

Text with #5991AC 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 #5991AC;}

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

This text has shadow with #5991AC color.

.textShadow {text-shadow: 3px 3px 1px #5991AC, 3px 3px 1px red;}

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

This text has shadow with #5991AC primary color and red secondary color.


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

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

This text has shadow with #5991AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5991AC on black background.


Color preview on white background

This text has color #5991AC on white background.



Black color preview on #5991AC background

This text has black color on #5991AC background.


White color preview on #5991AC background

This text has white color on #5991AC background.