COLOR #551D76

HEX: #551D76
RGB: (85,29,118)

Renk bilgisi

#551D76 contains mainly red and blue colors. #551D76 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#551D76 color RGB value is (85,29,118).

  • kırmız ton 85;
  • yeşil ton 29;
  • mavi ton 118.
RGB:
(85,29,118)
(33%,11%,46%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 29 of 255 = 11%
B 118 of 255 = 46%

85
29
118

R + G + B ~ 30%. #551D76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 29 + 118 = 232 (100%)
R 85 of 232 ~ 36.64%
G 29 of 232 ~ 12.5%
B 118 of 232 ~ 50.86%

%36.64
%12.5
%50.86

CMYK RENK MODELİ

#551D76 rengi CMYK tonu (28,75,0,54).

  • camgöbeği tonu 27.97%
  • eflatun tonu 75.42%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(28,75,0,54)
C28M75Y0K54 
(28%,75%,0%,54%)
(0.28/0.75/0.00/0.54)	

CMYK yüzdeleri

%27.97
%75.42
%0
%53.73

Codes

Color #551D76 in popluar color models

551D76
RGB8529118
HSL278°60.54%28.82%
HSB/HSV278°75.42%46.27%
CMYK27.97%75.42%0.00%
53.73%

Color #551D76 in popluar number systems.

HEX551D76
Decimal8529118
Binary1010101111011110110
Octal12535166

Shades and tints

Shades of #551D76

#551D76
(85,29,118)
#4E1B6C
(78,27,108)
#471962
(71,25,98)
#401758
(64,23,88)
#39154E
(57,21,78)
#321344
(50,19,68)
#2B113A
(43,17,58)
#240F30
(36,15,48)
#1D0D26
(29,13,38)
#160B1C
(22,11,28)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #551D76

#551D76
(85,29,118)
#643182
(100,49,130)
#73458E
(115,69,142)
#82599A
(130,89,154)
#916DA6
(145,109,166)
#A081B2
(160,129,178)
#AF95BE
(175,149,190)
#BEA9CA
(190,169,202)
#CDBDD6
(205,189,214)
#DCD1E2
(220,209,226)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551D76 color. Also use rgb(85,29,118) instead hex code.

Text Font Color

.myTextColor { color: #551D76; }

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

This text font color is #551D76.


Background Color

.myBgColor { background-color: #551D76; }

<div style="background-color:#551D76">Inner text</div>

This div background color is #551D76.


Border color

.myBorderColor { border: 1px solid #551D76; }

<div style="border:3px solid #551D76">Div</div>

This div border color is #551D76.


Opacity

.myOpacity80 { color: #551D76; opacity: 0.8; }

<p style="color:#551D76;opacity:0.8;">80%</p>

Text with #551D76 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 #551D76;}

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

This text has shadow with #551D76 color.

.textShadow {text-shadow: 3px 3px 1px #551D76, 3px 3px 1px red;}

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

This text has shadow with #551D76 primary color and red secondary color.


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

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

This text has shadow with #551D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551D76 on black background.


Color preview on white background

This text has color #551D76 on white background.



Black color preview on #551D76 background

This text has black color on #551D76 background.


White color preview on #551D76 background

This text has white color on #551D76 background.