COLOR #5798D4

HEX: #5798D4
RGB: (87,152,212)

Color info

#5798D4 contains mainly blue color. Web safe color of #5798D4 is #6699CC (or #69C).

RGB color model

#5798D4 color RGB value is (87,152,212).

  • red value is 87;
  • green value is 152;
  • blue value is 212.
RGB:
(87,152,212)
(34%,60%,83%)

RGB channels and saturation

R 87 of 255 = 34%
G 152 of 255 = 60%
B 212 of 255 = 83%

87
152
212

R + G + B ~ 59%. #5798D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 152 + 212 = 451 (100%)
R 87 of 451 ~ 19.29%
G 152 of 451 ~ 33.7%
B 212 of 451 ~ 47.01%

%19.29
%33.7
%47.01

CMYK color model

#5798D4 color CMYK value is (59,28,0,17).

  • cyan value is 58.96%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(59,28,0,17)
C59M28Y0K17 
(59%,28%,0%,17%)
(0.59/0.28/0.00/0.17)	

CMYK percentages

%58.96
%28.3
%0
%16.86

Codes

Color #5798D4 in popluar color models

5798D4
RGB87152212
HSL209°59.24%58.63%
HSB/HSV209°58.96%83.14%
CMYK58.96%28.30%0.00%
16.86%

Color #5798D4 in popluar number systems.

HEX5798D4
Decimal87152212
Binary10101111001100011010100
Octal127230324

Shades and tints

Shades of #5798D4

#5798D4
(87,152,212)
#508BC1
(80,139,193)
#497EAE
(73,126,174)
#42719B
(66,113,155)
#3B6488
(59,100,136)
#345775
(52,87,117)
#2D4A62
(45,74,98)
#263D4F
(38,61,79)
#1F303C
(31,48,60)
#182329
(24,35,41)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #5798D4

#5798D4
(87,152,212)
#66A1D7
(102,161,215)
#75AADA
(117,170,218)
#84B3DD
(132,179,221)
#93BCE0
(147,188,224)
#A2C5E3
(162,197,227)
#B1CEE6
(177,206,230)
#C0D7E9
(192,215,233)
#CFE0EC
(207,224,236)
#DEE9EF
(222,233,239)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5798D4 color. Also use rgb(87,152,212) instead hex code.

Text Font Color

.myTextColor { color: #5798D4; }

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

This text font color is #5798D4.


Background Color

.myBgColor { background-color: #5798D4; }

<div style="background-color:#5798D4">Inner text</div>

This div background color is #5798D4.


Border color

.myBorderColor { border: 1px solid #5798D4; }

<div style="border:3px solid #5798D4">Div</div>

This div border color is #5798D4.


Opacity

.myOpacity80 { color: #5798D4; opacity: 0.8; }

<p style="color:#5798D4;opacity:0.8;">80%</p>

Text with #5798D4 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 #5798D4;}

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

This text has shadow with #5798D4 color.

.textShadow {text-shadow: 3px 3px 1px #5798D4, 3px 3px 1px red;}

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

This text has shadow with #5798D4 primary color and red secondary color.


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

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

This text has shadow with #5798D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5798D4 on black background.


Color preview on white background

This text has color #5798D4 on white background.



Black color preview on #5798D4 background

This text has black color on #5798D4 background.


White color preview on #5798D4 background

This text has white color on #5798D4 background.