COLOR #5996A9

HEX: #5996A9
RGB: (89,150,169)

Color info

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

RGB color model

#5996A9 color RGB value is (89,150,169).

  • red value is 89;
  • green value is 150;
  • blue value is 169.
RGB:
(89,150,169)
(35%,59%,66%)

RGB channels and saturation

R 89 of 255 = 35%
G 150 of 255 = 59%
B 169 of 255 = 66%

89
150
169

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

Portions of RGB colors in percentages

R + G + B =
89 + 150 + 169 = 408 (100%)
R 89 of 408 ~ 21.81%
G 150 of 408 ~ 36.76%
B 169 of 408 ~ 41.42%

%21.81
%36.76
%41.42

CMYK color model

#5996A9 color CMYK value is (47,11,0,34).

  • cyan value is 47.34%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(47,11,0,34)
C47M11Y0K34 
(47%,11%,0%,34%)
(0.47/0.11/0.00/0.34)	

CMYK percentages

%47.34
%11.24
%0
%33.73

Codes

Color #5996A9 in popluar color models

5996A9
RGB89150169
HSL194°31.75%50.59%
HSB/HSV194°47.34%66.27%
CMYK47.34%11.24%0.00%
33.73%

Color #5996A9 in popluar number systems.

HEX5996A9
Decimal89150169
Binary10110011001011010101001
Octal131226251

Shades and tints

Shades of #5996A9

#5996A9
(89,150,169)
#51899A
(81,137,154)
#497C8B
(73,124,139)
#416F7C
(65,111,124)
#39626D
(57,98,109)
#31555E
(49,85,94)
#29484F
(41,72,79)
#213B40
(33,59,64)
#192E31
(25,46,49)
#112122
(17,33,34)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #5996A9

#5996A9
(89,150,169)
#689FB0
(104,159,176)
#77A8B7
(119,168,183)
#86B1BE
(134,177,190)
#95BAC5
(149,186,197)
#A4C3CC
(164,195,204)
#B3CCD3
(179,204,211)
#C2D5DA
(194,213,218)
#D1DEE1
(209,222,225)
#E0E7E8
(224,231,232)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5996A9 color. Also use rgb(89,150,169) instead hex code.

Text Font Color

.myTextColor { color: #5996A9; }

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

This text font color is #5996A9.


Background Color

.myBgColor { background-color: #5996A9; }

<div style="background-color:#5996A9">Inner text</div>

This div background color is #5996A9.


Border color

.myBorderColor { border: 1px solid #5996A9; }

<div style="border:3px solid #5996A9">Div</div>

This div border color is #5996A9.


Opacity

.myOpacity80 { color: #5996A9; opacity: 0.8; }

<p style="color:#5996A9;opacity:0.8;">80%</p>

Text with #5996A9 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 #5996A9;}

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

This text has shadow with #5996A9 color.

.textShadow {text-shadow: 3px 3px 1px #5996A9, 3px 3px 1px red;}

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

This text has shadow with #5996A9 primary color and red secondary color.


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

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

This text has shadow with #5996A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5996A9 on black background.


Color preview on white background

This text has color #5996A9 on white background.



Black color preview on #5996A9 background

This text has black color on #5996A9 background.


White color preview on #5996A9 background

This text has white color on #5996A9 background.