COLOR #579DBE

HEX: #579DBE
RGB: (87,157,190)

Color info

#579DBE contains mainly green and blue colors. Web safe color of #579DBE is #6699CC (or #69C).

RGB color model

#579DBE color RGB value is (87,157,190).

  • red value is 87;
  • green value is 157;
  • blue value is 190.
RGB:
(87,157,190)
(34%,62%,75%)

RGB channels and saturation

R 87 of 255 = 34%
G 157 of 255 = 62%
B 190 of 255 = 75%

87
157
190

R + G + B ~ 57%. #579DBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 157 + 190 = 434 (100%)
R 87 of 434 ~ 20.05%
G 157 of 434 ~ 36.18%
B 190 of 434 ~ 43.78%

%20.05
%36.18
%43.78

CMYK color model

#579DBE color CMYK value is (54,17,0,25).

  • cyan value is 54.21%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(54,17,0,25)
C54M17Y0K25 
(54%,17%,0%,25%)
(0.54/0.17/0.00/0.25)	

CMYK percentages

%54.21
%17.37
%0
%25.49

Codes

Color #579DBE in popluar color models

579DBE
RGB87157190
HSL199°44.21%54.31%
HSB/HSV199°54.21%74.51%
CMYK54.21%17.37%0.00%
25.49%

Color #579DBE in popluar number systems.

HEX579DBE
Decimal87157190
Binary10101111001110110111110
Octal127235276

Shades and tints

Shades of #579DBE

#579DBE
(87,157,190)
#508FAD
(80,143,173)
#49819C
(73,129,156)
#42738B
(66,115,139)
#3B657A
(59,101,122)
#345769
(52,87,105)
#2D4958
(45,73,88)
#263B47
(38,59,71)
#1F2D36
(31,45,54)
#181F25
(24,31,37)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #579DBE

#579DBE
(87,157,190)
#66A5C3
(102,165,195)
#75ADC8
(117,173,200)
#84B5CD
(132,181,205)
#93BDD2
(147,189,210)
#A2C5D7
(162,197,215)
#B1CDDC
(177,205,220)
#C0D5E1
(192,213,225)
#CFDDE6
(207,221,230)
#DEE5EB
(222,229,235)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579DBE color. Also use rgb(87,157,190) instead hex code.

Text Font Color

.myTextColor { color: #579DBE; }

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

This text font color is #579DBE.


Background Color

.myBgColor { background-color: #579DBE; }

<div style="background-color:#579DBE">Inner text</div>

This div background color is #579DBE.


Border color

.myBorderColor { border: 1px solid #579DBE; }

<div style="border:3px solid #579DBE">Div</div>

This div border color is #579DBE.


Opacity

.myOpacity80 { color: #579DBE; opacity: 0.8; }

<p style="color:#579DBE;opacity:0.8;">80%</p>

Text with #579DBE 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 #579DBE;}

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

This text has shadow with #579DBE color.

.textShadow {text-shadow: 3px 3px 1px #579DBE, 3px 3px 1px red;}

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

This text has shadow with #579DBE primary color and red secondary color.


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

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

This text has shadow with #579DBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579DBE on black background.


Color preview on white background

This text has color #579DBE on white background.



Black color preview on #579DBE background

This text has black color on #579DBE background.


White color preview on #579DBE background

This text has white color on #579DBE background.