COLOR #554980

HEX: #554980
RGB: (85,73,128)

Renk bilgisi

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

RGB renk modeli

#554980 color RGB value is (85,73,128).

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

RGB bağlantıları ve doygunluk

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

85
73
128

R + G + B ~ 37%. #554980 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 73 + 128 = 286 (100%)
R 85 of 286 ~ 29.72%
G 73 of 286 ~ 25.52%
B 128 of 286 ~ 44.76%

%29.72
%25.52
%44.76

CMYK RENK MODELİ

#554980 rengi CMYK tonu (34,43,0,50).

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

CMYK yüzdeleri

%33.59
%42.97
%0
%49.8

Codes

Color #554980 in popluar color models

554980
RGB8573128
HSL253°27.36%39.41%
HSB/HSV253°42.97%50.20%
CMYK33.59%42.97%0.00%
49.80%

Color #554980 in popluar number systems.

HEX554980
Decimal8573128
Binary1010101100100110000000
Octal125111200

Shades and tints

Shades of #554980

#554980
(85,73,128)
#4E4375
(78,67,117)
#473D6A
(71,61,106)
#40375F
(64,55,95)
#393154
(57,49,84)
#322B49
(50,43,73)
#2B253E
(43,37,62)
#241F33
(36,31,51)
#1D1928
(29,25,40)
#16131D
(22,19,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #554980

#554980
(85,73,128)
#64598B
(100,89,139)
#736996
(115,105,150)
#8279A1
(130,121,161)
#9189AC
(145,137,172)
#A099B7
(160,153,183)
#AFA9C2
(175,169,194)
#BEB9CD
(190,185,205)
#CDC9D8
(205,201,216)
#DCD9E3
(220,217,227)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554980; }

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

This text font color is #554980.


Background Color

.myBgColor { background-color: #554980; }

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

This div background color is #554980.


Border color

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

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

This div border color is #554980.


Opacity

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

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

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

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

This text has shadow with #554980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554980 on black background.


Color preview on white background

This text has color #554980 on white background.



Black color preview on #554980 background

This text has black color on #554980 background.


White color preview on #554980 background

This text has white color on #554980 background.