COLOR #51889C

HEX: #51889C
RGB: (81,136,156)

Color info

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

RGB color model

#51889C color RGB value is (81,136,156).

  • red value is 81;
  • green value is 136;
  • blue value is 156.
RGB:
(81,136,156)
(32%,53%,61%)

RGB channels and saturation

R 81 of 255 = 32%
G 136 of 255 = 53%
B 156 of 255 = 61%

81
136
156

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

Portions of RGB colors in percentages

R + G + B =
81 + 136 + 156 = 373 (100%)
R 81 of 373 ~ 21.72%
G 136 of 373 ~ 36.46%
B 156 of 373 ~ 41.82%

%21.72
%36.46
%41.82

CMYK color model

#51889C color CMYK value is (48,13,0,39).

  • cyan value is 48.08%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(48,13,0,39)
C48M13Y0K39 
(48%,13%,0%,39%)
(0.48/0.13/0.00/0.39)	

CMYK percentages

%48.08
%12.82
%0
%38.82

Codes

Color #51889C in popluar color models

51889C
RGB81136156
HSL196°31.65%46.47%
HSB/HSV196°48.08%61.18%
CMYK48.08%12.82%0.00%
38.82%

Color #51889C in popluar number systems.

HEX51889C
Decimal81136156
Binary10100011000100010011100
Octal121210234

Shades and tints

Shades of #51889C

#51889C
(81,136,156)
#4A7C8E
(74,124,142)
#437080
(67,112,128)
#3C6472
(60,100,114)
#355864
(53,88,100)
#2E4C56
(46,76,86)
#274048
(39,64,72)
#20343A
(32,52,58)
#19282C
(25,40,44)
#121C1E
(18,28,30)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #51889C

#51889C
(81,136,156)
#6092A5
(96,146,165)
#6F9CAE
(111,156,174)
#7EA6B7
(126,166,183)
#8DB0C0
(141,176,192)
#9CBAC9
(156,186,201)
#ABC4D2
(171,196,210)
#BACEDB
(186,206,219)
#C9D8E4
(201,216,228)
#D8E2ED
(216,226,237)
#E7ECF6
(231,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51889C color. Also use rgb(81,136,156) instead hex code.

Text Font Color

.myTextColor { color: #51889C; }

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

This text font color is #51889C.


Background Color

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

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

This div background color is #51889C.


Border color

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

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

This div border color is #51889C.


Opacity

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

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

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

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

This text has shadow with #51889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51889C on black background.


Color preview on white background

This text has color #51889C on white background.



Black color preview on #51889C background

This text has black color on #51889C background.


White color preview on #51889C background

This text has white color on #51889C background.