COLOR #5794A8

HEX: #5794A8
RGB: (87,148,168)

Color info

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

RGB color model

#5794A8 color RGB value is (87,148,168).

  • red value is 87;
  • green value is 148;
  • blue value is 168.
RGB:
(87,148,168)
(34%,58%,66%)

RGB channels and saturation

R 87 of 255 = 34%
G 148 of 255 = 58%
B 168 of 255 = 66%

87
148
168

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

Portions of RGB colors in percentages

R + G + B =
87 + 148 + 168 = 403 (100%)
R 87 of 403 ~ 21.59%
G 148 of 403 ~ 36.72%
B 168 of 403 ~ 41.69%

%21.59
%36.72
%41.69

CMYK color model

#5794A8 color CMYK value is (48,12,0,34).

  • cyan value is 48.21%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(48,12,0,34)
C48M12Y0K34 
(48%,12%,0%,34%)
(0.48/0.12/0.00/0.34)	

CMYK percentages

%48.21
%11.9
%0
%34.12

Codes

Color #5794A8 in popluar color models

5794A8
RGB87148168
HSL195°31.76%50.00%
HSB/HSV195°48.21%65.88%
CMYK48.21%11.90%0.00%
34.12%

Color #5794A8 in popluar number systems.

HEX5794A8
Decimal87148168
Binary10101111001010010101000
Octal127224250

Shades and tints

Shades of #5794A8

#5794A8
(87,148,168)
#508799
(80,135,153)
#497A8A
(73,122,138)
#426D7B
(66,109,123)
#3B606C
(59,96,108)
#34535D
(52,83,93)
#2D464E
(45,70,78)
#26393F
(38,57,63)
#1F2C30
(31,44,48)
#181F21
(24,31,33)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #5794A8

#5794A8
(87,148,168)
#669DAF
(102,157,175)
#75A6B6
(117,166,182)
#84AFBD
(132,175,189)
#93B8C4
(147,184,196)
#A2C1CB
(162,193,203)
#B1CAD2
(177,202,210)
#C0D3D9
(192,211,217)
#CFDCE0
(207,220,224)
#DEE5E7
(222,229,231)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5794A8 color. Also use rgb(87,148,168) instead hex code.

Text Font Color

.myTextColor { color: #5794A8; }

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

This text font color is #5794A8.


Background Color

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

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

This div background color is #5794A8.


Border color

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

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

This div border color is #5794A8.


Opacity

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

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

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

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

This text has shadow with #5794A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5794A8 on black background.


Color preview on white background

This text has color #5794A8 on white background.



Black color preview on #5794A8 background

This text has black color on #5794A8 background.


White color preview on #5794A8 background

This text has white color on #5794A8 background.