COLOR #554966

HEX: #554966
RGB: (85,73,102)

Renk bilgisi

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

RGB renk modeli

#554966 color RGB value is (85,73,102).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 73 of 255 = 29%
B 102 of 255 = 40%

85
73
102

R + G + B ~ 34%. #554966 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 73 + 102 = 260 (100%)
R 85 of 260 ~ 32.69%
G 73 of 260 ~ 28.08%
B 102 of 260 ~ 39.23%

%32.69
%28.08
%39.23

CMYK RENK MODELİ

#554966 rengi CMYK tonu (17,28,0,60).

  • camgöbeği tonu 16.67%
  • eflatun tonu 28.43%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(17,28,0,60)
C17M28Y0K60 
(17%,28%,0%,60%)
(0.17/0.28/0.00/0.60)	

CMYK yüzdeleri

%16.67
%28.43
%0
%60

Codes

Color #554966 in popluar color models

554966
RGB8573102
HSL265°16.57%34.31%
HSB/HSV265°28.43%40.00%
CMYK16.67%28.43%0.00%
60.00%

Color #554966 in popluar number systems.

HEX554966
Decimal8573102
Binary101010110010011100110
Octal125111146

Shades and tints

Shades of #554966

#554966
(85,73,102)
#4E435D
(78,67,93)
#473D54
(71,61,84)
#40374B
(64,55,75)
#393142
(57,49,66)
#322B39
(50,43,57)
#2B2530
(43,37,48)
#241F27
(36,31,39)
#1D191E
(29,25,30)
#161315
(22,19,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #554966

#554966
(85,73,102)
#645973
(100,89,115)
#736980
(115,105,128)
#82798D
(130,121,141)
#91899A
(145,137,154)
#A099A7
(160,153,167)
#AFA9B4
(175,169,180)
#BEB9C1
(190,185,193)
#CDC9CE
(205,201,206)
#DCD9DB
(220,217,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554966; }

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

This text font color is #554966.


Background Color

.myBgColor { background-color: #554966; }

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

This div background color is #554966.


Border color

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

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

This div border color is #554966.


Opacity

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

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

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

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

This text has shadow with #554966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554966 on black background.


Color preview on white background

This text has color #554966 on white background.



Black color preview on #554966 background

This text has black color on #554966 background.


White color preview on #554966 background

This text has white color on #554966 background.