COLOR #51859D

HEX: #51859D RGB: (81,133,157)

Color info

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

RGB color model

#51859D color RGB value is (81,133,157).

RGB: (81,133,157) (32%, 52%, 62%)

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 157 of 255 = 62%

81
133
157

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

Portions of RGB colors in percentages

R + G + B = 81 + 133 + 157 = 371 (100%)
R 81 of 371 ~ 21.83%
G 133 of 371 ~ 35.85%
B 157 of 371 ~ 42.32'%

%21.83
%35.85
%42.32

CMYK color model

#51859D color CMYK value is (48,15,0,38).

  • cyan value is 48.41%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (48,15,0,38)
C48M15Y0K38 (48%, 15%, 0%, 38%)
(0.48 / 0.15 / 0.00 / 0.38)

CMYK percentages

%48.41
%15.29
%0
%38.43

Codes

Color #51859D in popluar color models

51 85 9D
RGB 81 133 157
HSL 199° 31.93% 46.67%
HSB/HSV 199° 48.41% 61.57%
CMYK 48.41% 15.29% 0.00%
38.43%

Color #51859D in popluar number systems.

HEX 51 85 9D
Decimal 81 133 157
Binary 1010001 10000101 10011101
Octal 121 205 235

Shades and tints

Shades of #51859D

#51859D
(81,133,157)
#4A798F
(74,121,143)
#436D81
(67,109,129)
#3C6173
(60,97,115)
#355565
(53,85,101)
#2E4957
(46,73,87)
#273D49
(39,61,73)
#20313B
(32,49,59)
#19252D
(25,37,45)
#12191F
(18,25,31)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #51859D

#51859D
(81,133,157)
#6090A5
(96,144,165)
#6F9BAD
(111,155,173)
#7EA6B5
(126,166,181)
#8DB1BD
(141,177,189)
#9CBCC5
(156,188,197)
#ABC7CD
(171,199,205)
#BAD2D5
(186,210,213)
#C9DDDD
(201,221,221)
#D8E8E5
(216,232,229)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51859D color. Also use rgb(81,133,157) instead hex code.

Text Font Color

.myTextColor { color: #51859D; }

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

This text font color is #51859D.

Background Color

.myBgColor { background-color: #51859D; }

<div style="background-color:#51859D">Inner text</div>

This div background color is #51859D.

Border color

.myBorderColor { border: 1px solid #51859D; }

<div style="border:3px solid #51859D">Div</div>

This div border color is #51859D.

Opacity

.myOpacity80 { color: #51859D; opacity: 0.8; }

<p style="color:#51859D;opacity:0.8;">80%</p>

Text with #51859D 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 #51859D;}

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

This text has shadow with #51859D color.


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

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

This text has shadow with #51859D primary color and red secondary color.


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

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

This text has shadow with #51859D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51859D.

Preview

Color preview on black background

This text has color #51859D on black background.


Color preview on white background

This text has color #51859D on white background.


Black color preview on #51859D background

This text has black color on #51859D background.


White color preview on #51859D background

This text has white color on #51859D background.


Related colors

Complementary color

Complementary color for #hex is #AE7A62.


I love getcolorcode.com

Triadic colors

1 #9D5185 and #859D51 with #51859D are triadic colors.

2 #9D8551 and #85519D with #51859D are triadic colors.