COLOR #577278

HEX: #577278
RGB: (87,114,120)

Color info

#577278 contains red, green and blue colors in about the same proportion. Web safe color of #577278 is #666666 (or #666).

RGB color model

#577278 color RGB value is (87,114,120).

  • red value is 87;
  • green value is 114;
  • blue value is 120.
RGB:
(87,114,120)
(34%,45%,47%)

RGB channels and saturation

R 87 of 255 = 34%
G 114 of 255 = 45%
B 120 of 255 = 47%

87
114
120

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

Portions of RGB colors in percentages

R + G + B =
87 + 114 + 120 = 321 (100%)
R 87 of 321 ~ 27.1%
G 114 of 321 ~ 35.51%
B 120 of 321 ~ 37.38%

%27.1
%35.51
%37.38

CMYK color model

#577278 color CMYK value is (28,5,0,53).

  • cyan value is 27.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(28,5,0,53)
C28M5Y0K53 
(28%,5%,0%,53%)
(0.28/0.05/0.00/0.53)	

CMYK percentages

%27.5
%5
%0
%52.94

Codes

Color #577278 in popluar color models

577278
RGB87114120
HSL191°15.94%40.59%
HSB/HSV191°27.50%47.06%
CMYK27.50%5.00%0.00%
52.94%

Color #577278 in popluar number systems.

HEX577278
Decimal87114120
Binary101011111100101111000
Octal127162170

Shades and tints

Shades of #577278

#577278
(87,114,120)
#50686E
(80,104,110)
#495E64
(73,94,100)
#42545A
(66,84,90)
#3B4A50
(59,74,80)
#344046
(52,64,70)
#2D363C
(45,54,60)
#262C32
(38,44,50)
#1F2228
(31,34,40)
#18181E
(24,24,30)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #577278

#577278
(87,114,120)
#667E84
(102,126,132)
#758A90
(117,138,144)
#84969C
(132,150,156)
#93A2A8
(147,162,168)
#A2AEB4
(162,174,180)
#B1BAC0
(177,186,192)
#C0C6CC
(192,198,204)
#CFD2D8
(207,210,216)
#DEDEE4
(222,222,228)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577278 color. Also use rgb(87,114,120) instead hex code.

Text Font Color

.myTextColor { color: #577278; }

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

This text font color is #577278.


Background Color

.myBgColor { background-color: #577278; }

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

This div background color is #577278.


Border color

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

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

This div border color is #577278.


Opacity

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

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

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

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

This text has shadow with #577278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577278 on black background.


Color preview on white background

This text has color #577278 on white background.



Black color preview on #577278 background

This text has black color on #577278 background.


White color preview on #577278 background

This text has white color on #577278 background.