COLOR #550055

HEX: #550055
RGB: (85,0,85)

Renk bilgisi

#550055 contains only red and blue colors. #550055 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#550055 color RGB value is (85,0,85).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 0 of 255 = 0%
B 85 of 255 = 33%

85
0
85

R + G + B ~ 22%. #550055 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 0 + 85 = 170 (100%)
R 85 of 170 ~ 50%
G 0 of 170 ~ 0%
B 85 of 170 ~ 50%

%50
%50

CMYK RENK MODELİ

#550055 rengi CMYK tonu (0,100,0,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(0,100,0,67)
C0M100Y0K67 
(0%,100%,0%,67%)
(0.00/1.00/0.00/0.67)	

CMYK yüzdeleri

%0
%100
%0
%66.67

Codes

Color #550055 in popluar color models

550055
RGB85085
HSL300°100.00%16.67%
HSB/HSV300°100.00%33.33%
CMYK0.00%100.00%0.00%
66.67%

Color #550055 in popluar number systems.

HEX550055
Decimal85085
Binary101010101010101
Octal1250125

Shades and tints

Shades of #550055

#550055
(85,0,85)
#4E004E
(78,0,78)
#470047
(71,0,71)
#400040
(64,0,64)
#390039
(57,0,57)
#320032
(50,0,50)
#2B002B
(43,0,43)
#240024
(36,0,36)
#1D001D
(29,0,29)
#160016
(22,0,22)
#0F000F
(15,0,15)
#000000
(0,0,0)

Tints of #550055

#550055
(85,0,85)
#641764
(100,23,100)
#732E73
(115,46,115)
#824582
(130,69,130)
#915C91
(145,92,145)
#A073A0
(160,115,160)
#AF8AAF
(175,138,175)
#BEA1BE
(190,161,190)
#CDB8CD
(205,184,205)
#DCCFDC
(220,207,220)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550055; }

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

This text font color is #550055.


Background Color

.myBgColor { background-color: #550055; }

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

This div background color is #550055.


Border color

.myBorderColor { border: 1px solid #550055; }

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

This div border color is #550055.


Opacity

.myOpacity80 { color: #550055; opacity: 0.8; }

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

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

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

This text has shadow with #550055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550055 on black background.


Color preview on white background

This text has color #550055 on white background.



Black color preview on #550055 background

This text has black color on #550055 background.


White color preview on #550055 background

This text has white color on #550055 background.