COLOR #57839F

HEX: #57839F RGB: (87,131,159)

Color info

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

RGB color model

#57839F color RGB value is (87,131,159).

RGB: (87,131,159) (34%, 51%, 62%)

RGB channels and saturation

R 87 of 255 = 34%
G 131 of 255 = 51%
B 159 of 255 = 62%

87
131
159

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

Portions of RGB colors in percentages

R + G + B = 87 + 131 + 159 = 377 (100%)
R 87 of 377 ~ 23.08%
G 131 of 377 ~ 34.75%
B 159 of 377 ~ 42.18'%

%23.08
%34.75
%42.18

CMYK color model

#57839F color CMYK value is (45,18,0,38).

  • cyan value is 45.28%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (45,18,0,38)
C45M18Y0K38 (45%, 18%, 0%, 38%)
(0.45 / 0.18 / 0.00 / 0.38)

CMYK percentages

%45.28
%17.61
%0
%37.65

Codes

Color #57839F in popluar color models

57 83 9F
RGB 87 131 159
HSL 203° 29.27% 48.24%
HSB/HSV 203° 45.28% 62.35%
CMYK 45.28% 17.61% 0.00%
37.65%

Color #57839F in popluar number systems.

HEX 57 83 9F
Decimal 87 131 159
Binary 1010111 10000011 10011111
Octal 127 203 237

Shades and tints

Shades of #57839F

#57839F
(87,131,159)
#507891
(80,120,145)
#496D83
(73,109,131)
#426275
(66,98,117)
#3B5767
(59,87,103)
#344C59
(52,76,89)
#2D414B
(45,65,75)
#26363D
(38,54,61)
#1F2B2F
(31,43,47)
#182021
(24,32,33)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #57839F

#57839F
(87,131,159)
#668EA7
(102,142,167)
#7599AF
(117,153,175)
#84A4B7
(132,164,183)
#93AFBF
(147,175,191)
#A2BAC7
(162,186,199)
#B1C5CF
(177,197,207)
#C0D0D7
(192,208,215)
#CFDBDF
(207,219,223)
#DEE6E7
(222,230,231)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57839F; }

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

This text font color is #57839F.

Background Color

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

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

This div background color is #57839F.

Border color

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

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

This div border color is #57839F.

Opacity

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

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

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

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

This text has shadow with #57839F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57839F.

Preview

Color preview on black background

This text has color #57839F on black background.


Color preview on white background

This text has color #57839F on white background.


Black color preview on #57839F background

This text has black color on #57839F background.


White color preview on #57839F background

This text has white color on #57839F background.


Related colors

Complementary color

Complementary color for #hex is #A87C60.


I love getcolorcode.com

Triadic colors

1 #9F5783 and #839F57 with #57839F are triadic colors.

2 #9F8357 and #83579F with #57839F are triadic colors.