COLOR #57779F

HEX: #57779F
RGB: (87,119,159)

Color info

#57779F contains mainly green and blue colors. Web safe color of #57779F is #666699 (or #669).

RGB color model

#57779F color RGB value is (87,119,159).

  • red value is 87;
  • green value is 119;
  • blue value is 159.
RGB:
(87,119,159)
(34%,47%,62%)

RGB channels and saturation

R 87 of 255 = 34%
G 119 of 255 = 47%
B 159 of 255 = 62%

87
119
159

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

Portions of RGB colors in percentages

R + G + B =
87 + 119 + 159 = 365 (100%)
R 87 of 365 ~ 23.84%
G 119 of 365 ~ 32.6%
B 159 of 365 ~ 43.56%

%23.84
%32.6
%43.56

CMYK color model

#57779F color CMYK value is (45,25,0,38).

  • cyan value is 45.28%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(45,25,0,38)
C45M25Y0K38 
(45%,25%,0%,38%)
(0.45/0.25/0.00/0.38)	

CMYK percentages

%45.28
%25.16
%0
%37.65

Codes

Color #57779F in popluar color models

57779F
RGB87119159
HSL213°29.27%48.24%
HSB/HSV213°45.28%62.35%
CMYK45.28%25.16%0.00%
37.65%

Color #57779F in popluar number systems.

HEX57779F
Decimal87119159
Binary1010111111011110011111
Octal127167237

Shades and tints

Shades of #57779F

#57779F
(87,119,159)
#506D91
(80,109,145)
#496383
(73,99,131)
#425975
(66,89,117)
#3B4F67
(59,79,103)
#344559
(52,69,89)
#2D3B4B
(45,59,75)
#26313D
(38,49,61)
#1F272F
(31,39,47)
#181D21
(24,29,33)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #57779F

#57779F
(87,119,159)
#6683A7
(102,131,167)
#758FAF
(117,143,175)
#849BB7
(132,155,183)
#93A7BF
(147,167,191)
#A2B3C7
(162,179,199)
#B1BFCF
(177,191,207)
#C0CBD7
(192,203,215)
#CFD7DF
(207,215,223)
#DEE3E7
(222,227,231)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57779F color. Also use rgb(87,119,159) instead hex code.

Text Font Color

.myTextColor { color: #57779F; }

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

This text font color is #57779F.


Background Color

.myBgColor { background-color: #57779F; }

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

This div background color is #57779F.


Border color

.myBorderColor { border: 1px solid #57779F; }

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

This div border color is #57779F.


Opacity

.myOpacity80 { color: #57779F; opacity: 0.8; }

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

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

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

This text has shadow with #57779F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57779F on black background.


Color preview on white background

This text has color #57779F on white background.



Black color preview on #57779F background

This text has black color on #57779F background.


White color preview on #57779F background

This text has white color on #57779F background.