COLOR #5997A2

HEX: #5997A2
RGB: (89,151,162)

Color info

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

RGB color model

#5997A2 color RGB value is (89,151,162).

  • red value is 89;
  • green value is 151;
  • blue value is 162.
RGB:
(89,151,162)
(35%,59%,64%)

RGB channels and saturation

R 89 of 255 = 35%
G 151 of 255 = 59%
B 162 of 255 = 64%

89
151
162

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

Portions of RGB colors in percentages

R + G + B =
89 + 151 + 162 = 402 (100%)
R 89 of 402 ~ 22.14%
G 151 of 402 ~ 37.56%
B 162 of 402 ~ 40.3%

%22.14
%37.56
%40.3

CMYK color model

#5997A2 color CMYK value is (45,7,0,36).

  • cyan value is 45.06%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(45,7,0,36)
C45M7Y0K36 
(45%,7%,0%,36%)
(0.45/0.07/0.00/0.36)	

CMYK percentages

%45.06
%6.79
%0
%36.47

Codes

Color #5997A2 in popluar color models

5997A2
RGB89151162
HSL189°29.08%49.22%
HSB/HSV189°45.06%63.53%
CMYK45.06%6.79%0.00%
36.47%

Color #5997A2 in popluar number systems.

HEX5997A2
Decimal89151162
Binary10110011001011110100010
Octal131227242

Shades and tints

Shades of #5997A2

#5997A2
(89,151,162)
#518A94
(81,138,148)
#497D86
(73,125,134)
#417078
(65,112,120)
#39636A
(57,99,106)
#31565C
(49,86,92)
#29494E
(41,73,78)
#213C40
(33,60,64)
#192F32
(25,47,50)
#112224
(17,34,36)
#091516
(9,21,22)
#000000
(0,0,0)

Tints of #5997A2

#5997A2
(89,151,162)
#68A0AA
(104,160,170)
#77A9B2
(119,169,178)
#86B2BA
(134,178,186)
#95BBC2
(149,187,194)
#A4C4CA
(164,196,202)
#B3CDD2
(179,205,210)
#C2D6DA
(194,214,218)
#D1DFE2
(209,223,226)
#E0E8EA
(224,232,234)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5997A2 color. Also use rgb(89,151,162) instead hex code.

Text Font Color

.myTextColor { color: #5997A2; }

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

This text font color is #5997A2.


Background Color

.myBgColor { background-color: #5997A2; }

<div style="background-color:#5997A2">Inner text</div>

This div background color is #5997A2.


Border color

.myBorderColor { border: 1px solid #5997A2; }

<div style="border:3px solid #5997A2">Div</div>

This div border color is #5997A2.


Opacity

.myOpacity80 { color: #5997A2; opacity: 0.8; }

<p style="color:#5997A2;opacity:0.8;">80%</p>

Text with #5997A2 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 #5997A2;}

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

This text has shadow with #5997A2 color.

.textShadow {text-shadow: 3px 3px 1px #5997A2, 3px 3px 1px red;}

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

This text has shadow with #5997A2 primary color and red secondary color.


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

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

This text has shadow with #5997A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5997A2 on black background.


Color preview on white background

This text has color #5997A2 on white background.



Black color preview on #5997A2 background

This text has black color on #5997A2 background.


White color preview on #5997A2 background

This text has white color on #5997A2 background.