COLOR #578AC4

HEX: #578AC4 RGB: (87,138,196)

Color info

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

RGB color model

#578AC4 color RGB value is (87,138,196).

RGB: (87,138,196) (34%, 54%, 77%)

RGB channels and saturation

R 87 of 255 = 34%
G 138 of 255 = 54%
B 196 of 255 = 77%

87
138
196

R + G + B ~ 55%. #578AC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 138 + 196 = 421 (100%)
R 87 of 421 ~ 20.67%
G 138 of 421 ~ 32.78%
B 196 of 421 ~ 46.56'%

%20.67
%32.78
%46.56

CMYK color model

#578AC4 color CMYK value is (56,30,0,23).

  • cyan value is 55.61%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (56,30,0,23) C56M30Y0K23 (56%,30%,0%,23%) (0.56/0.30/0.00/0.23) 

CMYK percentages

%55.61
%29.59
%0
%23.14

Codes

Color #578AC4 in popluar color models

57 8A C4
RGB 87 138 196
HSL 212° 48.02% 55.49%
HSB/HSV 212° 55.61% 76.86%
CMYK 55.61% 29.59% 0.00%
23.14%

Color #578AC4 in popluar number systems.

HEX 57 8A C4
Decimal 87 138 196
Binary 1010111 10001010 11000100
Octal 127 212 304

Shades and tints

Shades of #578AC4

#578AC4
(87,138,196)
#507EB3
(80,126,179)
#4972A2
(73,114,162)
#426691
(66,102,145)
#3B5A80
(59,90,128)
#344E6F
(52,78,111)
#2D425E
(45,66,94)
#26364D
(38,54,77)
#1F2A3C
(31,42,60)
#181E2B
(24,30,43)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #578AC4

#578AC4
(87,138,196)
#6694C9
(102,148,201)
#759ECE
(117,158,206)
#84A8D3
(132,168,211)
#93B2D8
(147,178,216)
#A2BCDD
(162,188,221)
#B1C6E2
(177,198,226)
#C0D0E7
(192,208,231)
#CFDAEC
(207,218,236)
#DEE4F1
(222,228,241)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578AC4 color. Also use rgb(87,138,196) instead hex code.

Text Font Color

.myTextColor { color: #578AC4; }

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

This text font color is #578AC4.

Background Color

.myBgColor { background-color: #578AC4; }

<div style="background-color:#578AC4">Inner text</div>

This div background color is #578AC4.

Border color

.myBorderColor { border: 1px solid #578AC4; }

<div style="border:3px solid #578AC4">Div</div>

This div border color is #578AC4.

Opacity

.myOpacity80 { color: #578AC4; opacity: 0.8; }

<p style="color:#578AC4;opacity:0.8;">80%</p>

Text with #578AC4 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 #578AC4;}

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

This text has shadow with #578AC4 color.


.textShadow {text-shadow: 3px 3px 1px #578AC4', 3px 3px 1px red;}

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

This text has shadow with #578AC4 primary color and red secondary color.


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

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

This text has shadow with #578AC4 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #578AC4; -webkit-box-shadow: 1px 1px 3px 2px #578AC4; box-shadow:1px 1px 3px 2px #578AC4;">
Div content here
</div>

This div box has shadow with color #578AC4.

Preview

Color preview on black background

This text has color #578AC4 on black background.


Color preview on white background

This text has color #578AC4 on white background.


Black color preview on #578AC4 background

This text has black color on #578AC4 background.


White color preview on #578AC4 background

This text has white color on #578AC4 background.


Related colors

Complementary color

Complementary color for #hex is #A8753B.


I love getcolorcode.com

Triadic colors

1 #C4578A and #8AC457 with #578AC4 are triadic colors.

2 #C48A57 and #8A57C4 with #578AC4 are triadic colors.