COLOR #551D8D

HEX: #551D8D
RGB: (85,29,141)

Renk bilgisi

#551D8D contains mainly red and blue colors. #551D8D ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#551D8D color RGB value is (85,29,141).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 29 of 255 = 11%
B 141 of 255 = 55%

85
29
141

R + G + B ~ 33%. #551D8D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 29 + 141 = 255 (100%)
R 85 of 255 ~ 33.33%
G 29 of 255 ~ 11.37%
B 141 of 255 ~ 55.29%

%33.33
%11.37
%55.29

CMYK RENK MODELİ

#551D8D rengi CMYK tonu (40,79,0,45).

  • camgöbeği tonu 39.72%
  • eflatun tonu 79.43%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(40,79,0,45)
C40M79Y0K45 
(40%,79%,0%,45%)
(0.40/0.79/0.00/0.45)	

CMYK yüzdeleri

%39.72
%79.43
%0
%44.71

Codes

Color #551D8D in popluar color models

551D8D
RGB8529141
HSL270°65.88%33.33%
HSB/HSV270°79.43%55.29%
CMYK39.72%79.43%0.00%
44.71%

Color #551D8D in popluar number systems.

HEX551D8D
Decimal8529141
Binary10101011110110001101
Octal12535215

Shades and tints

Shades of #551D8D

#551D8D
(85,29,141)
#4E1B81
(78,27,129)
#471975
(71,25,117)
#401769
(64,23,105)
#39155D
(57,21,93)
#321351
(50,19,81)
#2B1145
(43,17,69)
#240F39
(36,15,57)
#1D0D2D
(29,13,45)
#160B21
(22,11,33)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #551D8D

#551D8D
(85,29,141)
#643197
(100,49,151)
#7345A1
(115,69,161)
#8259AB
(130,89,171)
#916DB5
(145,109,181)
#A081BF
(160,129,191)
#AF95C9
(175,149,201)
#BEA9D3
(190,169,211)
#CDBDDD
(205,189,221)
#DCD1E7
(220,209,231)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551D8D; }

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

This text font color is #551D8D.


Background Color

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

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

This div background color is #551D8D.


Border color

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

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

This div border color is #551D8D.


Opacity

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

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

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

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

This text has shadow with #551D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551D8D on black background.


Color preview on white background

This text has color #551D8D on white background.



Black color preview on #551D8D background

This text has black color on #551D8D background.


White color preview on #551D8D background

This text has white color on #551D8D background.