COLOR #552D79

HEX: #552D79
RGB: (85,45,121)

Renk bilgisi

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

RGB renk modeli

#552D79 color RGB value is (85,45,121).

  • kırmız ton 85;
  • yeşil ton 45;
  • mavi ton 121.
RGB:
(85,45,121)
(33%,18%,47%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 45 of 255 = 18%
B 121 of 255 = 47%

85
45
121

R + G + B ~ 33%. #552D79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 45 + 121 = 251 (100%)
R 85 of 251 ~ 33.86%
G 45 of 251 ~ 17.93%
B 121 of 251 ~ 48.21%

%33.86
%17.93
%48.21

CMYK RENK MODELİ

#552D79 rengi CMYK tonu (30,63,0,53).

  • camgöbeği tonu 29.75%
  • eflatun tonu 62.81%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(30,63,0,53)
C30M63Y0K53 
(30%,63%,0%,53%)
(0.30/0.63/0.00/0.53)	

CMYK yüzdeleri

%29.75
%62.81
%0
%52.55

Codes

Color #552D79 in popluar color models

552D79
RGB8545121
HSL272°45.78%32.55%
HSB/HSV272°62.81%47.45%
CMYK29.75%62.81%0.00%
52.55%

Color #552D79 in popluar number systems.

HEX552D79
Decimal8545121
Binary10101011011011111001
Octal12555171

Shades and tints

Shades of #552D79

#552D79
(85,45,121)
#4E296E
(78,41,110)
#472563
(71,37,99)
#402158
(64,33,88)
#391D4D
(57,29,77)
#321942
(50,25,66)
#2B1537
(43,21,55)
#24112C
(36,17,44)
#1D0D21
(29,13,33)
#160916
(22,9,22)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #552D79

#552D79
(85,45,121)
#644085
(100,64,133)
#735391
(115,83,145)
#82669D
(130,102,157)
#9179A9
(145,121,169)
#A08CB5
(160,140,181)
#AF9FC1
(175,159,193)
#BEB2CD
(190,178,205)
#CDC5D9
(205,197,217)
#DCD8E5
(220,216,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552D79 color. Also use rgb(85,45,121) instead hex code.

Text Font Color

.myTextColor { color: #552D79; }

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

This text font color is #552D79.


Background Color

.myBgColor { background-color: #552D79; }

<div style="background-color:#552D79">Inner text</div>

This div background color is #552D79.


Border color

.myBorderColor { border: 1px solid #552D79; }

<div style="border:3px solid #552D79">Div</div>

This div border color is #552D79.


Opacity

.myOpacity80 { color: #552D79; opacity: 0.8; }

<p style="color:#552D79;opacity:0.8;">80%</p>

Text with #552D79 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 #552D79;}

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

This text has shadow with #552D79 color.

.textShadow {text-shadow: 3px 3px 1px #552D79, 3px 3px 1px red;}

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

This text has shadow with #552D79 primary color and red secondary color.


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

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

This text has shadow with #552D79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D79 on black background.


Color preview on white background

This text has color #552D79 on white background.



Black color preview on #552D79 background

This text has black color on #552D79 background.


White color preview on #552D79 background

This text has white color on #552D79 background.