COLOR #554DAD

HEX: #554DAD
RGB: (85,77,173)

Renk bilgisi

#554DAD contains mainly blue color. #554DAD ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#554DAD color RGB value is (85,77,173).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 77 of 255 = 30%
B 173 of 255 = 68%

85
77
173

R + G + B ~ 44%. #554DAD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 77 + 173 = 335 (100%)
R 85 of 335 ~ 25.37%
G 77 of 335 ~ 22.99%
B 173 of 335 ~ 51.64%

%25.37
%22.99
%51.64

CMYK RENK MODELİ

#554DAD rengi CMYK tonu (51,55,0,32).

  • camgöbeği tonu 50.87%
  • eflatun tonu 55.49%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(51,55,0,32)
C51M55Y0K32 
(51%,55%,0%,32%)
(0.51/0.55/0.00/0.32)	

CMYK yüzdeleri

%50.87
%55.49
%0
%32.16

Codes

Color #554DAD in popluar color models

554DAD
RGB8577173
HSL245°38.40%49.02%
HSB/HSV245°55.49%67.84%
CMYK50.87%55.49%0.00%
32.16%

Color #554DAD in popluar number systems.

HEX554DAD
Decimal8577173
Binary1010101100110110101101
Octal125115255

Shades and tints

Shades of #554DAD

#554DAD
(85,77,173)
#4E469E
(78,70,158)
#473F8F
(71,63,143)
#403880
(64,56,128)
#393171
(57,49,113)
#322A62
(50,42,98)
#2B2353
(43,35,83)
#241C44
(36,28,68)
#1D1535
(29,21,53)
#160E26
(22,14,38)
#0F0717
(15,7,23)
#000000
(0,0,0)

Tints of #554DAD

#554DAD
(85,77,173)
#645DB4
(100,93,180)
#736DBB
(115,109,187)
#827DC2
(130,125,194)
#918DC9
(145,141,201)
#A09DD0
(160,157,208)
#AFADD7
(175,173,215)
#BEBDDE
(190,189,222)
#CDCDE5
(205,205,229)
#DCDDEC
(220,221,236)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554DAD color. Also use rgb(85,77,173) instead hex code.

Text Font Color

.myTextColor { color: #554DAD; }

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

This text font color is #554DAD.


Background Color

.myBgColor { background-color: #554DAD; }

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

This div background color is #554DAD.


Border color

.myBorderColor { border: 1px solid #554DAD; }

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

This div border color is #554DAD.


Opacity

.myOpacity80 { color: #554DAD; opacity: 0.8; }

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

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

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

This text has shadow with #554DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554DAD on black background.


Color preview on white background

This text has color #554DAD on white background.



Black color preview on #554DAD background

This text has black color on #554DAD background.


White color preview on #554DAD background

This text has white color on #554DAD background.