COLOR #578998

HEX: #578998
RGB: (87,137,152)

Color info

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

RGB color model

#578998 color RGB value is (87,137,152).

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

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 152 of 255 = 60%

87
137
152

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

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 152 = 376 (100%)
R 87 of 376 ~ 23.14%
G 137 of 376 ~ 36.44%
B 152 of 376 ~ 40.43%

%23.14
%36.44
%40.43

CMYK color model

#578998 color CMYK value is (43,10,0,40).

  • cyan value is 42.76%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(43,10,0,40)
C43M10Y0K40 
(43%,10%,0%,40%)
(0.43/0.10/0.00/0.40)	

CMYK percentages

%42.76
%9.87
%0
%40.39

Codes

Color #578998 in popluar color models

578998
RGB87137152
HSL194°27.20%46.86%
HSB/HSV194°42.76%59.61%
CMYK42.76%9.87%0.00%
40.39%

Color #578998 in popluar number systems.

HEX578998
Decimal87137152
Binary10101111000100110011000
Octal127211230

Shades and tints

Shades of #578998

#578998
(87,137,152)
#507D8B
(80,125,139)
#49717E
(73,113,126)
#426571
(66,101,113)
#3B5964
(59,89,100)
#344D57
(52,77,87)
#2D414A
(45,65,74)
#26353D
(38,53,61)
#1F2930
(31,41,48)
#181D23
(24,29,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #578998

#578998
(87,137,152)
#6693A1
(102,147,161)
#759DAA
(117,157,170)
#84A7B3
(132,167,179)
#93B1BC
(147,177,188)
#A2BBC5
(162,187,197)
#B1C5CE
(177,197,206)
#C0CFD7
(192,207,215)
#CFD9E0
(207,217,224)
#DEE3E9
(222,227,233)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578998; }

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

This text font color is #578998.


Background Color

.myBgColor { background-color: #578998; }

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

This div background color is #578998.


Border color

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

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

This div border color is #578998.


Opacity

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

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

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

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

This text has shadow with #578998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578998 on black background.


Color preview on white background

This text has color #578998 on white background.



Black color preview on #578998 background

This text has black color on #578998 background.


White color preview on #578998 background

This text has white color on #578998 background.