COLOR #551D7B

HEX: #551D7B
RGB: (85,29,123)

Renk bilgisi

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

RGB renk modeli

#551D7B color RGB value is (85,29,123).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 29 of 255 = 11%
B 123 of 255 = 48%

85
29
123

R + G + B ~ 31%. #551D7B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 29 + 123 = 237 (100%)
R 85 of 237 ~ 35.86%
G 29 of 237 ~ 12.24%
B 123 of 237 ~ 51.9%

%35.86
%12.24
%51.9

CMYK RENK MODELİ

#551D7B rengi CMYK tonu (31,76,0,52).

  • camgöbeği tonu 30.89%
  • eflatun tonu 76.42%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(31,76,0,52)
C31M76Y0K52 
(31%,76%,0%,52%)
(0.31/0.76/0.00/0.52)	

CMYK yüzdeleri

%30.89
%76.42
%0
%51.76

Codes

Color #551D7B in popluar color models

551D7B
RGB8529123
HSL276°61.84%29.80%
HSB/HSV276°76.42%48.24%
CMYK30.89%76.42%0.00%
51.76%

Color #551D7B in popluar number systems.

HEX551D7B
Decimal8529123
Binary1010101111011111011
Octal12535173

Shades and tints

Shades of #551D7B

#551D7B
(85,29,123)
#4E1B70
(78,27,112)
#471965
(71,25,101)
#40175A
(64,23,90)
#39154F
(57,21,79)
#321344
(50,19,68)
#2B1139
(43,17,57)
#240F2E
(36,15,46)
#1D0D23
(29,13,35)
#160B18
(22,11,24)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #551D7B

#551D7B
(85,29,123)
#643187
(100,49,135)
#734593
(115,69,147)
#82599F
(130,89,159)
#916DAB
(145,109,171)
#A081B7
(160,129,183)
#AF95C3
(175,149,195)
#BEA9CF
(190,169,207)
#CDBDDB
(205,189,219)
#DCD1E7
(220,209,231)
#EBE5F3
(235,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551D7B; }

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

This text font color is #551D7B.


Background Color

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

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

This div background color is #551D7B.


Border color

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

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

This div border color is #551D7B.


Opacity

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

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

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

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

This text has shadow with #551D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551D7B on black background.


Color preview on white background

This text has color #551D7B on white background.



Black color preview on #551D7B background

This text has black color on #551D7B background.


White color preview on #551D7B background

This text has white color on #551D7B background.