COLOR #555580

HEX: #555580
RGB: (85,85,128)

Renk bilgisi

#555580 contains red, green and blue colors in about the same proportion. #555580 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#555580 color RGB value is (85,85,128).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 85 of 255 = 33%
B 128 of 255 = 50%

85
85
128

R + G + B ~ 39%. #555580 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 85 + 128 = 298 (100%)
R 85 of 298 ~ 28.52%
G 85 of 298 ~ 28.52%
B 128 of 298 ~ 42.95%

%28.52
%28.52
%42.95

CMYK RENK MODELİ

#555580 rengi CMYK tonu (34,34,0,50).

  • camgöbeği tonu 33.59%
  • eflatun tonu 33.59%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(34,34,0,50)
C34M34Y0K50 
(34%,34%,0%,50%)
(0.34/0.34/0.00/0.50)	

CMYK yüzdeleri

%33.59
%33.59
%0
%49.8

Codes

Color #555580 in popluar color models

555580
RGB8585128
HSL240°20.19%41.76%
HSB/HSV240°33.59%50.20%
CMYK33.59%33.59%0.00%
49.80%

Color #555580 in popluar number systems.

HEX555580
Decimal8585128
Binary1010101101010110000000
Octal125125200

Shades and tints

Shades of #555580

#555580
(85,85,128)
#4E4E75
(78,78,117)
#47476A
(71,71,106)
#40405F
(64,64,95)
#393954
(57,57,84)
#323249
(50,50,73)
#2B2B3E
(43,43,62)
#242433
(36,36,51)
#1D1D28
(29,29,40)
#16161D
(22,22,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #555580

#555580
(85,85,128)
#64648B
(100,100,139)
#737396
(115,115,150)
#8282A1
(130,130,161)
#9191AC
(145,145,172)
#A0A0B7
(160,160,183)
#AFAFC2
(175,175,194)
#BEBECD
(190,190,205)
#CDCDD8
(205,205,216)
#DCDCE3
(220,220,227)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555580; }

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

This text font color is #555580.


Background Color

.myBgColor { background-color: #555580; }

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

This div background color is #555580.


Border color

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

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

This div border color is #555580.


Opacity

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

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

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

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

This text has shadow with #555580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555580 on black background.


Color preview on white background

This text has color #555580 on white background.



Black color preview on #555580 background

This text has black color on #555580 background.


White color preview on #555580 background

This text has white color on #555580 background.