COLOR #552B55

HEX: #552B55
RGB: (85,43,85)

Renk bilgisi

#552B55 contains red, green and blue colors in about the same proportion. #552B55 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#552B55 color RGB value is (85,43,85).

  • kırmız ton 85;
  • yeşil ton 43;
  • mavi ton 85.
RGB:
(85,43,85)
(33%,17%,33%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 43 of 255 = 17%
B 85 of 255 = 33%

85
43
85

R + G + B ~ 28%. #552B55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 43 + 85 = 213 (100%)
R 85 of 213 ~ 39.91%
G 43 of 213 ~ 20.19%
B 85 of 213 ~ 39.91%

%39.91
%20.19
%39.91

CMYK RENK MODELİ

#552B55 rengi CMYK tonu (0,49,0,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.41%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(0,49,0,67)
C0M49Y0K67 
(0%,49%,0%,67%)
(0.00/0.49/0.00/0.67)	

CMYK yüzdeleri

%0
%49.41
%0
%66.67

Codes

Color #552B55 in popluar color models

552B55
RGB854385
HSL300°32.81%25.10%
HSB/HSV300°49.41%33.33%
CMYK0.00%49.41%0.00%
66.67%

Color #552B55 in popluar number systems.

HEX552B55
Decimal854385
Binary10101011010111010101
Octal12553125

Shades and tints

Shades of #552B55

#552B55
(85,43,85)
#4E284E
(78,40,78)
#472547
(71,37,71)
#402240
(64,34,64)
#391F39
(57,31,57)
#321C32
(50,28,50)
#2B192B
(43,25,43)
#241624
(36,22,36)
#1D131D
(29,19,29)
#161016
(22,16,22)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #552B55

#552B55
(85,43,85)
#643E64
(100,62,100)
#735173
(115,81,115)
#826482
(130,100,130)
#917791
(145,119,145)
#A08AA0
(160,138,160)
#AF9DAF
(175,157,175)
#BEB0BE
(190,176,190)
#CDC3CD
(205,195,205)
#DCD6DC
(220,214,220)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552B55; }

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

This text font color is #552B55.


Background Color

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

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

This div background color is #552B55.


Border color

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

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

This div border color is #552B55.


Opacity

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

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

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

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

This text has shadow with #552B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B55 on black background.


Color preview on white background

This text has color #552B55 on white background.



Black color preview on #552B55 background

This text has black color on #552B55 background.


White color preview on #552B55 background

This text has white color on #552B55 background.