COLOR #51588D

HEX: #51588D
RGB: (81,88,141)

Color info

#51588D contains mainly green and blue colors. Web safe color of #51588D is #666699 (or #669).

RGB color model

#51588D color RGB value is (81,88,141).

  • red value is 81;
  • green value is 88;
  • blue value is 141.
RGB:
(81,88,141)
(32%,35%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 88 of 255 = 35%
B 141 of 255 = 55%

81
88
141

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

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 141 = 310 (100%)
R 81 of 310 ~ 26.13%
G 88 of 310 ~ 28.39%
B 141 of 310 ~ 45.48%

%26.13
%28.39
%45.48

CMYK color model

#51588D color CMYK value is (43,38,0,45).

  • cyan value is 42.55%
  • magenta value is 37.59%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(43,38,0,45)
C43M38Y0K45 
(43%,38%,0%,45%)
(0.43/0.38/0.00/0.45)	

CMYK percentages

%42.55
%37.59
%0
%44.71

Codes

Color #51588D in popluar color models

51588D
RGB8188141
HSL233°27.03%43.53%
HSB/HSV233°42.55%55.29%
CMYK42.55%37.59%0.00%
44.71%

Color #51588D in popluar number systems.

HEX51588D
Decimal8188141
Binary1010001101100010001101
Octal121130215

Shades and tints

Shades of #51588D

#51588D
(81,88,141)
#4A5081
(74,80,129)
#434875
(67,72,117)
#3C4069
(60,64,105)
#35385D
(53,56,93)
#2E3051
(46,48,81)
#272845
(39,40,69)
#202039
(32,32,57)
#19182D
(25,24,45)
#121021
(18,16,33)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #51588D

#51588D
(81,88,141)
#606797
(96,103,151)
#6F76A1
(111,118,161)
#7E85AB
(126,133,171)
#8D94B5
(141,148,181)
#9CA3BF
(156,163,191)
#ABB2C9
(171,178,201)
#BAC1D3
(186,193,211)
#C9D0DD
(201,208,221)
#D8DFE7
(216,223,231)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51588D color. Also use rgb(81,88,141) instead hex code.

Text Font Color

.myTextColor { color: #51588D; }

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

This text font color is #51588D.


Background Color

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

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

This div background color is #51588D.


Border color

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

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

This div border color is #51588D.


Opacity

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

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

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

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

This text has shadow with #51588D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51588D on black background.


Color preview on white background

This text has color #51588D on white background.



Black color preview on #51588D background

This text has black color on #51588D background.


White color preview on #51588D background

This text has white color on #51588D background.