COLOR #5990A5

HEX: #5990A5
RGB: (89,144,165)

Color info

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

RGB color model

#5990A5 color RGB value is (89,144,165).

  • red value is 89;
  • green value is 144;
  • blue value is 165.
RGB:
(89,144,165)
(35%,56%,65%)

RGB channels and saturation

R 89 of 255 = 35%
G 144 of 255 = 56%
B 165 of 255 = 65%

89
144
165

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

Portions of RGB colors in percentages

R + G + B =
89 + 144 + 165 = 398 (100%)
R 89 of 398 ~ 22.36%
G 144 of 398 ~ 36.18%
B 165 of 398 ~ 41.46%

%22.36
%36.18
%41.46

CMYK color model

#5990A5 color CMYK value is (46,13,0,35).

  • cyan value is 46.06%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(46,13,0,35)
C46M13Y0K35 
(46%,13%,0%,35%)
(0.46/0.13/0.00/0.35)	

CMYK percentages

%46.06
%12.73
%0
%35.29

Codes

Color #5990A5 in popluar color models

5990A5
RGB89144165
HSL197°29.92%49.80%
HSB/HSV197°46.06%64.71%
CMYK46.06%12.73%0.00%
35.29%

Color #5990A5 in popluar number systems.

HEX5990A5
Decimal89144165
Binary10110011001000010100101
Octal131220245

Shades and tints

Shades of #5990A5

#5990A5
(89,144,165)
#518396
(81,131,150)
#497687
(73,118,135)
#416978
(65,105,120)
#395C69
(57,92,105)
#314F5A
(49,79,90)
#29424B
(41,66,75)
#21353C
(33,53,60)
#19282D
(25,40,45)
#111B1E
(17,27,30)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #5990A5

#5990A5
(89,144,165)
#689AAD
(104,154,173)
#77A4B5
(119,164,181)
#86AEBD
(134,174,189)
#95B8C5
(149,184,197)
#A4C2CD
(164,194,205)
#B3CCD5
(179,204,213)
#C2D6DD
(194,214,221)
#D1E0E5
(209,224,229)
#E0EAED
(224,234,237)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5990A5 color. Also use rgb(89,144,165) instead hex code.

Text Font Color

.myTextColor { color: #5990A5; }

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

This text font color is #5990A5.


Background Color

.myBgColor { background-color: #5990A5; }

<div style="background-color:#5990A5">Inner text</div>

This div background color is #5990A5.


Border color

.myBorderColor { border: 1px solid #5990A5; }

<div style="border:3px solid #5990A5">Div</div>

This div border color is #5990A5.


Opacity

.myOpacity80 { color: #5990A5; opacity: 0.8; }

<p style="color:#5990A5;opacity:0.8;">80%</p>

Text with #5990A5 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 #5990A5;}

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

This text has shadow with #5990A5 color.

.textShadow {text-shadow: 3px 3px 1px #5990A5, 3px 3px 1px red;}

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

This text has shadow with #5990A5 primary color and red secondary color.


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

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

This text has shadow with #5990A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5990A5 on black background.


Color preview on white background

This text has color #5990A5 on white background.



Black color preview on #5990A5 background

This text has black color on #5990A5 background.


White color preview on #5990A5 background

This text has white color on #5990A5 background.