COLOR #579ACA

HEX: #579ACA
RGB: (87,154,202)

Color info

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

RGB color model

#579ACA color RGB value is (87,154,202).

  • red value is 87;
  • green value is 154;
  • blue value is 202.
RGB:
(87,154,202)
(34%,60%,79%)

RGB channels and saturation

R 87 of 255 = 34%
G 154 of 255 = 60%
B 202 of 255 = 79%

87
154
202

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

Portions of RGB colors in percentages

R + G + B =
87 + 154 + 202 = 443 (100%)
R 87 of 443 ~ 19.64%
G 154 of 443 ~ 34.76%
B 202 of 443 ~ 45.6%

%19.64
%34.76
%45.6

CMYK color model

#579ACA color CMYK value is (57,24,0,21).

  • cyan value is 56.93%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(57,24,0,21)
C57M24Y0K21 
(57%,24%,0%,21%)
(0.57/0.24/0.00/0.21)	

CMYK percentages

%56.93
%23.76
%0
%20.78

Codes

Color #579ACA in popluar color models

579ACA
RGB87154202
HSL205°52.04%56.67%
HSB/HSV205°56.93%79.22%
CMYK56.93%23.76%0.00%
20.78%

Color #579ACA in popluar number systems.

HEX579ACA
Decimal87154202
Binary10101111001101011001010
Octal127232312

Shades and tints

Shades of #579ACA

#579ACA
(87,154,202)
#508CB8
(80,140,184)
#497EA6
(73,126,166)
#427094
(66,112,148)
#3B6282
(59,98,130)
#345470
(52,84,112)
#2D465E
(45,70,94)
#26384C
(38,56,76)
#1F2A3A
(31,42,58)
#181C28
(24,28,40)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #579ACA

#579ACA
(87,154,202)
#66A3CE
(102,163,206)
#75ACD2
(117,172,210)
#84B5D6
(132,181,214)
#93BEDA
(147,190,218)
#A2C7DE
(162,199,222)
#B1D0E2
(177,208,226)
#C0D9E6
(192,217,230)
#CFE2EA
(207,226,234)
#DEEBEE
(222,235,238)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579ACA color. Also use rgb(87,154,202) instead hex code.

Text Font Color

.myTextColor { color: #579ACA; }

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

This text font color is #579ACA.


Background Color

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

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

This div background color is #579ACA.


Border color

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

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

This div border color is #579ACA.


Opacity

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

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

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

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

This text has shadow with #579ACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579ACA on black background.


Color preview on white background

This text has color #579ACA on white background.



Black color preview on #579ACA background

This text has black color on #579ACA background.


White color preview on #579ACA background

This text has white color on #579ACA background.