COLOR #51557D

HEX: #51557D
RGB: (81,85,125)

Renk bilgisi

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

RGB renk modeli

#51557D color RGB value is (81,85,125).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 85 of 255 = 33%
B 125 of 255 = 49%

81
85
125

R + G + B ~ 38%. #51557D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 85 + 125 = 291 (100%)
R 81 of 291 ~ 27.84%
G 85 of 291 ~ 29.21%
B 125 of 291 ~ 42.96%

%27.84
%29.21
%42.96

CMYK RENK MODELİ

#51557D rengi CMYK tonu (35,32,0,51).

  • camgöbeği tonu 35.20%
  • eflatun tonu 32.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(35,32,0,51)
C35M32Y0K51 
(35%,32%,0%,51%)
(0.35/0.32/0.00/0.51)	

CMYK yüzdeleri

%35.2
%32
%0
%50.98

Codes

Color #51557D in popluar color models

51557D
RGB8185125
HSL235°21.36%40.39%
HSB/HSV235°35.20%49.02%
CMYK35.20%32.00%0.00%
50.98%

Color #51557D in popluar number systems.

HEX51557D
Decimal8185125
Binary101000110101011111101
Octal121125175

Shades and tints

Shades of #51557D

#51557D
(81,85,125)
#4A4E72
(74,78,114)
#434767
(67,71,103)
#3C405C
(60,64,92)
#353951
(53,57,81)
#2E3246
(46,50,70)
#272B3B
(39,43,59)
#202430
(32,36,48)
#191D25
(25,29,37)
#12161A
(18,22,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #51557D

#51557D
(81,85,125)
#606488
(96,100,136)
#6F7393
(111,115,147)
#7E829E
(126,130,158)
#8D91A9
(141,145,169)
#9CA0B4
(156,160,180)
#ABAFBF
(171,175,191)
#BABECA
(186,190,202)
#C9CDD5
(201,205,213)
#D8DCE0
(216,220,224)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51557D color. Also use rgb(81,85,125) instead hex code.

Text Font Color

.myTextColor { color: #51557D; }

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

This text font color is #51557D.


Background Color

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

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

This div background color is #51557D.


Border color

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

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

This div border color is #51557D.


Opacity

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

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

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

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

This text has shadow with #51557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51557D on black background.


Color preview on white background

This text has color #51557D on white background.



Black color preview on #51557D background

This text has black color on #51557D background.


White color preview on #51557D background

This text has white color on #51557D background.