COLOR #5996A8

HEX: #5996A8 RGB: (89,150,168)

Color info

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

RGB color model

#5996A8 color RGB value is (89,150,168).

RGB: (89,150,168) (35%, 59%, 66%)

RGB channels and saturation

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

89
150
168

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

Portions of RGB colors in percentages

R + G + B = 89 + 150 + 168 = 407 (100%)
R 89 of 407 ~ 21.87%
G 150 of 407 ~ 36.86%
B 168 of 407 ~ 41.28'%

%21.87
%36.86
%41.28

CMYK color model

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

  • cyan value is 47.02%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (47,11,0,34)
C47M11Y0K34 (47%, 11%, 0%, 34%)
(0.47 / 0.11 / 0.00 / 0.34)

CMYK percentages

%47.02
%10.71
%0
%34.12

Codes

Color #5996A8 in popluar color models

59 96 A8
RGB 89 150 168
HSL 194° 31.23% 50.39%
HSB/HSV 194° 47.02% 65.88%
CMYK 47.02% 10.71% 0.00%
34.12%

Color #5996A8 in popluar number systems.

HEX 59 96 A8
Decimal 89 150 168
Binary 1011001 10010110 10101000
Octal 131 226 250

Shades and tints

Shades of #5996A8

#5996A8
(89,150,168)
#518999
(81,137,153)
#497C8A
(73,124,138)
#416F7B
(65,111,123)
#39626C
(57,98,108)
#31555D
(49,85,93)
#29484E
(41,72,78)
#213B3F
(33,59,63)
#192E30
(25,46,48)
#112121
(17,33,33)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #5996A8

#5996A8
(89,150,168)
#689FAF
(104,159,175)
#77A8B6
(119,168,182)
#86B1BD
(134,177,189)
#95BAC4
(149,186,196)
#A4C3CB
(164,195,203)
#B3CCD2
(179,204,210)
#C2D5D9
(194,213,217)
#D1DEE0
(209,222,224)
#E0E7E7
(224,231,231)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5996A8; }

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

This text font color is #5996A8.

Background Color

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

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

This div background color is #5996A8.

Border color

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

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

This div border color is #5996A8.

Opacity

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

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

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

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

This text has shadow with #5996A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5996A8.

Preview

Color preview on black background

This text has color #5996A8 on black background.


Color preview on white background

This text has color #5996A8 on white background.


Black color preview on #5996A8 background

This text has black color on #5996A8 background.


White color preview on #5996A8 background

This text has white color on #5996A8 background.


Related colors

Complementary color

Complementary color for #hex is #A66957.


I love getcolorcode.com

Triadic colors

1 #A85996 and #96A859 with #5996A8 are triadic colors.

2 #A89659 and #9659A8 with #5996A8 are triadic colors.