COLOR #51879E

HEX: #51879E RGB: (81,135,158)

Color info

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

RGB color model

#51879E color RGB value is (81,135,158).

RGB: (81,135,158) (32%, 53%, 62%)

RGB channels and saturation

R 81 of 255 = 32%
G 135 of 255 = 53%
B 158 of 255 = 62%

81
135
158

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

Portions of RGB colors in percentages

R + G + B = 81 + 135 + 158 = 374 (100%)
R 81 of 374 ~ 21.66%
G 135 of 374 ~ 36.1%
B 158 of 374 ~ 42.25'%

%21.66
%36.1
%42.25

CMYK color model

#51879E color CMYK value is (49,15,0,38).

  • cyan value is 48.73%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (49,15,0,38)
C49M15Y0K38 (49%, 15%, 0%, 38%)
(0.49 / 0.15 / 0.00 / 0.38)

CMYK percentages

%48.73
%14.56
%0
%38.04

Codes

Color #51879E in popluar color models

51 87 9E
RGB 81 135 158
HSL 198° 32.22% 46.86%
HSB/HSV 198° 48.73% 61.96%
CMYK 48.73% 14.56% 0.00%
38.04%

Color #51879E in popluar number systems.

HEX 51 87 9E
Decimal 81 135 158
Binary 1010001 10000111 10011110
Octal 121 207 236

Shades and tints

Shades of #51879E

#51879E
(81,135,158)
#4A7B90
(74,123,144)
#436F82
(67,111,130)
#3C6374
(60,99,116)
#355766
(53,87,102)
#2E4B58
(46,75,88)
#273F4A
(39,63,74)
#20333C
(32,51,60)
#19272E
(25,39,46)
#121B20
(18,27,32)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #51879E

#51879E
(81,135,158)
#6091A6
(96,145,166)
#6F9BAE
(111,155,174)
#7EA5B6
(126,165,182)
#8DAFBE
(141,175,190)
#9CB9C6
(156,185,198)
#ABC3CE
(171,195,206)
#BACDD6
(186,205,214)
#C9D7DE
(201,215,222)
#D8E1E6
(216,225,230)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51879E color. Also use rgb(81,135,158) instead hex code.

Text Font Color

.myTextColor { color: #51879E; }

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

This text font color is #51879E.

Background Color

.myBgColor { background-color: #51879E; }

<div style="background-color:#51879E">Inner text</div>

This div background color is #51879E.

Border color

.myBorderColor { border: 1px solid #51879E; }

<div style="border:3px solid #51879E">Div</div>

This div border color is #51879E.

Opacity

.myOpacity80 { color: #51879E; opacity: 0.8; }

<p style="color:#51879E;opacity:0.8;">80%</p>

Text with #51879E 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 #51879E;}

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

This text has shadow with #51879E color.


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

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

This text has shadow with #51879E primary color and red secondary color.


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

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

This text has shadow with #51879E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51879E.

Preview

Color preview on black background

This text has color #51879E on black background.


Color preview on white background

This text has color #51879E on white background.


Black color preview on #51879E background

This text has black color on #51879E background.


White color preview on #51879E background

This text has white color on #51879E background.


Related colors

Complementary color

Complementary color for #hex is #AE7861.


I love getcolorcode.com

Triadic colors

1 #9E5187 and #879E51 with #51879E are triadic colors.

2 #9E8751 and #87519E with #51879E are triadic colors.