COLOR #57828C

HEX: #57828C RGB: (87,130,140)

Color info

#57828C contains red, green and blue colors in about the same proportion. Web safe color of #57828C is #669999 (or #699).

RGB color model

#57828C color RGB value is (87,130,140).

RGB: (87,130,140) (34%, 51%, 55%)

RGB channels and saturation

R 87 of 255 = 34%
G 130 of 255 = 51%
B 140 of 255 = 55%

87
130
140

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

Portions of RGB colors in percentages

R + G + B = 87 + 130 + 140 = 357 (100%)
R 87 of 357 ~ 24.37%
G 130 of 357 ~ 36.41%
B 140 of 357 ~ 39.22'%

%24.37
%36.41
%39.22

CMYK color model

#57828C color CMYK value is (38,7,0,45).

  • cyan value is 37.86%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (38,7,0,45)
C38M7Y0K45 (38%, 7%, 0%, 45%)
(0.38 / 0.07 / 0.00 / 0.45)

CMYK percentages

%37.86
%7.14
%0
%45.1

Codes

Color #57828C in popluar color models

57 82 8C
RGB 87 130 140
HSL 191° 23.35% 44.51%
HSB/HSV 191° 37.86% 54.90%
CMYK 37.86% 7.14% 0.00%
45.10%

Color #57828C in popluar number systems.

HEX 57 82 8C
Decimal 87 130 140
Binary 1010111 10000010 10001100
Octal 127 202 214

Shades and tints

Shades of #57828C

#57828C
(87,130,140)
#507780
(80,119,128)
#496C74
(73,108,116)
#426168
(66,97,104)
#3B565C
(59,86,92)
#344B50
(52,75,80)
#2D4044
(45,64,68)
#263538
(38,53,56)
#1F2A2C
(31,42,44)
#181F20
(24,31,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #57828C

#57828C
(87,130,140)
#668D96
(102,141,150)
#7598A0
(117,152,160)
#84A3AA
(132,163,170)
#93AEB4
(147,174,180)
#A2B9BE
(162,185,190)
#B1C4C8
(177,196,200)
#C0CFD2
(192,207,210)
#CFDADC
(207,218,220)
#DEE5E6
(222,229,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57828C color. Also use rgb(87,130,140) instead hex code.

Text Font Color

.myTextColor { color: #57828C; }

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

This text font color is #57828C.

Background Color

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

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

This div background color is #57828C.

Border color

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

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

This div border color is #57828C.

Opacity

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

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

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

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

This text has shadow with #57828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57828C.

Preview

Color preview on black background

This text has color #57828C on black background.


Color preview on white background

This text has color #57828C on white background.


Black color preview on #57828C background

This text has black color on #57828C background.


White color preview on #57828C background

This text has white color on #57828C background.


Related colors

Complementary color

Complementary color for #hex is #A87D73.


I love getcolorcode.com

Triadic colors

1 #8C5782 and #828C57 with #57828C are triadic colors.

2 #8C8257 and #82578C with #57828C are triadic colors.