COLOR #51556B

HEX: #51556B
RGB: (81,85,107)

Renk bilgisi

#51556B contains red, green and blue colors in about the same proportion. #51556B ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#51556B color RGB value is (81,85,107).

  • kırmız ton 81;
  • yeşil ton 85;
  • mavi ton 107.
RGB:
(81,85,107)
(32%,33%,42%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 85 of 255 = 33%
B 107 of 255 = 42%

81
85
107

R + G + B ~ 36%. #51556B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 85 + 107 = 273 (100%)
R 81 of 273 ~ 29.67%
G 85 of 273 ~ 31.14%
B 107 of 273 ~ 39.19%

%29.67
%31.14
%39.19

CMYK RENK MODELİ

#51556B rengi CMYK tonu (24,21,0,58).

  • camgöbeği tonu 24.30%
  • eflatun tonu 20.56%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(24,21,0,58)
C24M21Y0K58 
(24%,21%,0%,58%)
(0.24/0.21/0.00/0.58)	

CMYK yüzdeleri

%24.3
%20.56
%0
%58.04

Codes

Color #51556B in popluar color models

51556B
RGB8185107
HSL231°13.83%36.86%
HSB/HSV231°24.30%41.96%
CMYK24.30%20.56%0.00%
58.04%

Color #51556B in popluar number systems.

HEX51556B
Decimal8185107
Binary101000110101011101011
Octal121125153

Shades and tints

Shades of #51556B

#51556B
(81,85,107)
#4A4E62
(74,78,98)
#434759
(67,71,89)
#3C4050
(60,64,80)
#353947
(53,57,71)
#2E323E
(46,50,62)
#272B35
(39,43,53)
#20242C
(32,36,44)
#191D23
(25,29,35)
#12161A
(18,22,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #51556B

#51556B
(81,85,107)
#606478
(96,100,120)
#6F7385
(111,115,133)
#7E8292
(126,130,146)
#8D919F
(141,145,159)
#9CA0AC
(156,160,172)
#ABAFB9
(171,175,185)
#BABEC6
(186,190,198)
#C9CDD3
(201,205,211)
#D8DCE0
(216,220,224)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51556B color. Also use rgb(81,85,107) instead hex code.

Text Font Color

.myTextColor { color: #51556B; }

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

This text font color is #51556B.


Background Color

.myBgColor { background-color: #51556B; }

<div style="background-color:#51556B">Inner text</div>

This div background color is #51556B.


Border color

.myBorderColor { border: 1px solid #51556B; }

<div style="border:3px solid #51556B">Div</div>

This div border color is #51556B.


Opacity

.myOpacity80 { color: #51556B; opacity: 0.8; }

<p style="color:#51556B;opacity:0.8;">80%</p>

Text with #51556B 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 #51556B;}

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

This text has shadow with #51556B color.

.textShadow {text-shadow: 3px 3px 1px #51556B, 3px 3px 1px red;}

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

This text has shadow with #51556B primary color and red secondary color.


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

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

This text has shadow with #51556B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51556B on black background.


Color preview on white background

This text has color #51556B on white background.



Black color preview on #51556B background

This text has black color on #51556B background.


White color preview on #51556B background

This text has white color on #51556B background.