COLOR #578398

HEX: #578398
RGB: (87,131,152)

Color info

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

RGB color model

#578398 color RGB value is (87,131,152).

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

RGB channels and saturation

R 87 of 255 = 34%
G 131 of 255 = 51%
B 152 of 255 = 60%

87
131
152

R + G + B ~ 48%. #578398 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 131 + 152 = 370 (100%)
R 87 of 370 ~ 23.51%
G 131 of 370 ~ 35.41%
B 152 of 370 ~ 41.08%

%23.51
%35.41
%41.08

CMYK color model

#578398 color CMYK value is (43,14,0,40).

  • cyan value is 42.76%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(43,14,0,40)
C43M14Y0K40 
(43%,14%,0%,40%)
(0.43/0.14/0.00/0.40)	

CMYK percentages

%42.76
%13.82
%0
%40.39

Codes

Color #578398 in popluar color models

578398
RGB87131152
HSL199°27.20%46.86%
HSB/HSV199°42.76%59.61%
CMYK42.76%13.82%0.00%
40.39%

Color #578398 in popluar number systems.

HEX578398
Decimal87131152
Binary10101111000001110011000
Octal127203230

Shades and tints

Shades of #578398

#578398
(87,131,152)
#50788B
(80,120,139)
#496D7E
(73,109,126)
#426271
(66,98,113)
#3B5764
(59,87,100)
#344C57
(52,76,87)
#2D414A
(45,65,74)
#26363D
(38,54,61)
#1F2B30
(31,43,48)
#182023
(24,32,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #578398

#578398
(87,131,152)
#668EA1
(102,142,161)
#7599AA
(117,153,170)
#84A4B3
(132,164,179)
#93AFBC
(147,175,188)
#A2BAC5
(162,186,197)
#B1C5CE
(177,197,206)
#C0D0D7
(192,208,215)
#CFDBE0
(207,219,224)
#DEE6E9
(222,230,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578398; }

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

This text font color is #578398.


Background Color

.myBgColor { background-color: #578398; }

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

This div background color is #578398.


Border color

.myBorderColor { border: 1px solid #578398; }

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

This div border color is #578398.


Opacity

.myOpacity80 { color: #578398; opacity: 0.8; }

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

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

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

This text has shadow with #578398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578398 on black background.


Color preview on white background

This text has color #578398 on white background.



Black color preview on #578398 background

This text has black color on #578398 background.


White color preview on #578398 background

This text has white color on #578398 background.