COLOR #51597C

HEX: #51597C
RGB: (81,89,124)

Color info

#51597C contains red, green and blue colors in about the same proportion. Web safe color of #51597C is #666666 (or #666).

RGB color model

#51597C color RGB value is (81,89,124).

  • red value is 81;
  • green value is 89;
  • blue value is 124.
RGB:
(81,89,124)
(32%,35%,49%)

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 124 of 255 = 49%

81
89
124

R + G + B ~ 39%. #51597C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 124 = 294 (100%)
R 81 of 294 ~ 27.55%
G 89 of 294 ~ 30.27%
B 124 of 294 ~ 42.18%

%27.55
%30.27
%42.18

CMYK color model

#51597C color CMYK value is (35,28,0,51).

  • cyan value is 34.68%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(35,28,0,51)
C35M28Y0K51 
(35%,28%,0%,51%)
(0.35/0.28/0.00/0.51)	

CMYK percentages

%34.68
%28.23
%0
%51.37

Codes

Color #51597C in popluar color models

51597C
RGB8189124
HSL229°20.98%40.20%
HSB/HSV229°34.68%48.63%
CMYK34.68%28.23%0.00%
51.37%

Color #51597C in popluar number systems.

HEX51597C
Decimal8189124
Binary101000110110011111100
Octal121131174

Shades and tints

Shades of #51597C

#51597C
(81,89,124)
#4A5171
(74,81,113)
#434966
(67,73,102)
#3C415B
(60,65,91)
#353950
(53,57,80)
#2E3145
(46,49,69)
#27293A
(39,41,58)
#20212F
(32,33,47)
#191924
(25,25,36)
#121119
(18,17,25)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #51597C

#51597C
(81,89,124)
#606887
(96,104,135)
#6F7792
(111,119,146)
#7E869D
(126,134,157)
#8D95A8
(141,149,168)
#9CA4B3
(156,164,179)
#ABB3BE
(171,179,190)
#BAC2C9
(186,194,201)
#C9D1D4
(201,209,212)
#D8E0DF
(216,224,223)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51597C color. Also use rgb(81,89,124) instead hex code.

Text Font Color

.myTextColor { color: #51597C; }

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

This text font color is #51597C.


Background Color

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

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

This div background color is #51597C.


Border color

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

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

This div border color is #51597C.


Opacity

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

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

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

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

This text has shadow with #51597C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51597C on black background.


Color preview on white background

This text has color #51597C on white background.



Black color preview on #51597C background

This text has black color on #51597C background.


White color preview on #51597C background

This text has white color on #51597C background.