COLOR #57719C

HEX: #57719C
RGB: (87,113,156)

Color info

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

RGB color model

#57719C color RGB value is (87,113,156).

  • red value is 87;
  • green value is 113;
  • blue value is 156.
RGB:
(87,113,156)
(34%,44%,61%)

RGB channels and saturation

R 87 of 255 = 34%
G 113 of 255 = 44%
B 156 of 255 = 61%

87
113
156

R + G + B ~ 46%. #57719C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 113 + 156 = 356 (100%)
R 87 of 356 ~ 24.44%
G 113 of 356 ~ 31.74%
B 156 of 356 ~ 43.82%

%24.44
%31.74
%43.82

CMYK color model

#57719C color CMYK value is (44,28,0,39).

  • cyan value is 44.23%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,28,0,39)
C44M28Y0K39 
(44%,28%,0%,39%)
(0.44/0.28/0.00/0.39)	

CMYK percentages

%44.23
%27.56
%0
%38.82

Codes

Color #57719C in popluar color models

57719C
RGB87113156
HSL217°28.40%47.65%
HSB/HSV217°44.23%61.18%
CMYK44.23%27.56%0.00%
38.82%

Color #57719C in popluar number systems.

HEX57719C
Decimal87113156
Binary1010111111000110011100
Octal127161234

Shades and tints

Shades of #57719C

#57719C
(87,113,156)
#50678E
(80,103,142)
#495D80
(73,93,128)
#425372
(66,83,114)
#3B4964
(59,73,100)
#343F56
(52,63,86)
#2D3548
(45,53,72)
#262B3A
(38,43,58)
#1F212C
(31,33,44)
#18171E
(24,23,30)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #57719C

#57719C
(87,113,156)
#667DA5
(102,125,165)
#7589AE
(117,137,174)
#8495B7
(132,149,183)
#93A1C0
(147,161,192)
#A2ADC9
(162,173,201)
#B1B9D2
(177,185,210)
#C0C5DB
(192,197,219)
#CFD1E4
(207,209,228)
#DEDDED
(222,221,237)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57719C color. Also use rgb(87,113,156) instead hex code.

Text Font Color

.myTextColor { color: #57719C; }

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

This text font color is #57719C.


Background Color

.myBgColor { background-color: #57719C; }

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

This div background color is #57719C.


Border color

.myBorderColor { border: 1px solid #57719C; }

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

This div border color is #57719C.


Opacity

.myOpacity80 { color: #57719C; opacity: 0.8; }

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

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

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

This text has shadow with #57719C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57719C on black background.


Color preview on white background

This text has color #57719C on white background.



Black color preview on #57719C background

This text has black color on #57719C background.


White color preview on #57719C background

This text has white color on #57719C background.