COLOR #5797AA

HEX: #5797AA
RGB: (87,151,170)

Color info

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

RGB color model

#5797AA color RGB value is (87,151,170).

  • red value is 87;
  • green value is 151;
  • blue value is 170.
RGB:
(87,151,170)
(34%,59%,67%)

RGB channels and saturation

R 87 of 255 = 34%
G 151 of 255 = 59%
B 170 of 255 = 67%

87
151
170

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

Portions of RGB colors in percentages

R + G + B =
87 + 151 + 170 = 408 (100%)
R 87 of 408 ~ 21.32%
G 151 of 408 ~ 37.01%
B 170 of 408 ~ 41.67%

%21.32
%37.01
%41.67

CMYK color model

#5797AA color CMYK value is (49,11,0,33).

  • cyan value is 48.82%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(49,11,0,33)
C49M11Y0K33 
(49%,11%,0%,33%)
(0.49/0.11/0.00/0.33)	

CMYK percentages

%48.82
%11.18
%0
%33.33

Codes

Color #5797AA in popluar color models

5797AA
RGB87151170
HSL194°32.81%50.39%
HSB/HSV194°48.82%66.67%
CMYK48.82%11.18%0.00%
33.33%

Color #5797AA in popluar number systems.

HEX5797AA
Decimal87151170
Binary10101111001011110101010
Octal127227252

Shades and tints

Shades of #5797AA

#5797AA
(87,151,170)
#508A9B
(80,138,155)
#497D8C
(73,125,140)
#42707D
(66,112,125)
#3B636E
(59,99,110)
#34565F
(52,86,95)
#2D4950
(45,73,80)
#263C41
(38,60,65)
#1F2F32
(31,47,50)
#182223
(24,34,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #5797AA

#5797AA
(87,151,170)
#66A0B1
(102,160,177)
#75A9B8
(117,169,184)
#84B2BF
(132,178,191)
#93BBC6
(147,187,198)
#A2C4CD
(162,196,205)
#B1CDD4
(177,205,212)
#C0D6DB
(192,214,219)
#CFDFE2
(207,223,226)
#DEE8E9
(222,232,233)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5797AA color. Also use rgb(87,151,170) instead hex code.

Text Font Color

.myTextColor { color: #5797AA; }

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

This text font color is #5797AA.


Background Color

.myBgColor { background-color: #5797AA; }

<div style="background-color:#5797AA">Inner text</div>

This div background color is #5797AA.


Border color

.myBorderColor { border: 1px solid #5797AA; }

<div style="border:3px solid #5797AA">Div</div>

This div border color is #5797AA.


Opacity

.myOpacity80 { color: #5797AA; opacity: 0.8; }

<p style="color:#5797AA;opacity:0.8;">80%</p>

Text with #5797AA 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 #5797AA;}

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

This text has shadow with #5797AA color.

.textShadow {text-shadow: 3px 3px 1px #5797AA, 3px 3px 1px red;}

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

This text has shadow with #5797AA primary color and red secondary color.


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

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

This text has shadow with #5797AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5797AA on black background.


Color preview on white background

This text has color #5797AA on white background.



Black color preview on #5797AA background

This text has black color on #5797AA background.


White color preview on #5797AA background

This text has white color on #5797AA background.