COLOR #51898B

HEX: #51898B
RGB: (81,137,139)

Color info

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

RGB color model

#51898B color RGB value is (81,137,139).

  • red value is 81;
  • green value is 137;
  • blue value is 139.
RGB:
(81,137,139)
(32%,54%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 137 of 255 = 54%
B 139 of 255 = 55%

81
137
139

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

Portions of RGB colors in percentages

R + G + B =
81 + 137 + 139 = 357 (100%)
R 81 of 357 ~ 22.69%
G 137 of 357 ~ 38.38%
B 139 of 357 ~ 38.94%

%22.69
%38.38
%38.94

CMYK color model

#51898B color CMYK value is (42,1,0,45).

  • cyan value is 41.73%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(42,1,0,45)
C42M1Y0K45 
(42%,1%,0%,45%)
(0.42/0.01/0.00/0.45)	

CMYK percentages

%41.73
%1.44
%0
%45.49

Codes

Color #51898B in popluar color models

51898B
RGB81137139
HSL182°26.36%43.14%
HSB/HSV182°41.73%54.51%
CMYK41.73%1.44%0.00%
45.49%

Color #51898B in popluar number systems.

HEX51898B
Decimal81137139
Binary10100011000100110001011
Octal121211213

Shades and tints

Shades of #51898B

#51898B
(81,137,139)
#4A7D7F
(74,125,127)
#437173
(67,113,115)
#3C6567
(60,101,103)
#35595B
(53,89,91)
#2E4D4F
(46,77,79)
#274143
(39,65,67)
#203537
(32,53,55)
#19292B
(25,41,43)
#121D1F
(18,29,31)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #51898B

#51898B
(81,137,139)
#609395
(96,147,149)
#6F9D9F
(111,157,159)
#7EA7A9
(126,167,169)
#8DB1B3
(141,177,179)
#9CBBBD
(156,187,189)
#ABC5C7
(171,197,199)
#BACFD1
(186,207,209)
#C9D9DB
(201,217,219)
#D8E3E5
(216,227,229)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51898B color. Also use rgb(81,137,139) instead hex code.

Text Font Color

.myTextColor { color: #51898B; }

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

This text font color is #51898B.


Background Color

.myBgColor { background-color: #51898B; }

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

This div background color is #51898B.


Border color

.myBorderColor { border: 1px solid #51898B; }

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

This div border color is #51898B.


Opacity

.myOpacity80 { color: #51898B; opacity: 0.8; }

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

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

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

This text has shadow with #51898B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51898B on black background.


Color preview on white background

This text has color #51898B on white background.



Black color preview on #51898B background

This text has black color on #51898B background.


White color preview on #51898B background

This text has white color on #51898B background.