COLOR #55497C

HEX: #55497C
RGB: (85,73,124)

Renk bilgisi

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

RGB renk modeli

#55497C color RGB value is (85,73,124).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 73 of 255 = 29%
B 124 of 255 = 49%

85
73
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 73 + 124 = 282 (100%)
R 85 of 282 ~ 30.14%
G 73 of 282 ~ 25.89%
B 124 of 282 ~ 43.97%

%30.14
%25.89
%43.97

CMYK RENK MODELİ

#55497C rengi CMYK tonu (31,41,0,51).

  • camgöbeği tonu 31.45%
  • eflatun tonu 41.13%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(31,41,0,51)
C31M41Y0K51 
(31%,41%,0%,51%)
(0.31/0.41/0.00/0.51)	

CMYK yüzdeleri

%31.45
%41.13
%0
%51.37

Codes

Color #55497C in popluar color models

55497C
RGB8573124
HSL254°25.89%38.63%
HSB/HSV254°41.13%48.63%
CMYK31.45%41.13%0.00%
51.37%

Color #55497C in popluar number systems.

HEX55497C
Decimal8573124
Binary101010110010011111100
Octal125111174

Shades and tints

Shades of #55497C

#55497C
(85,73,124)
#4E4371
(78,67,113)
#473D66
(71,61,102)
#40375B
(64,55,91)
#393150
(57,49,80)
#322B45
(50,43,69)
#2B253A
(43,37,58)
#241F2F
(36,31,47)
#1D1924
(29,25,36)
#161319
(22,19,25)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #55497C

#55497C
(85,73,124)
#645987
(100,89,135)
#736992
(115,105,146)
#82799D
(130,121,157)
#9189A8
(145,137,168)
#A099B3
(160,153,179)
#AFA9BE
(175,169,190)
#BEB9C9
(190,185,201)
#CDC9D4
(205,201,212)
#DCD9DF
(220,217,223)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55497C; }

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

This text font color is #55497C.


Background Color

.myBgColor { background-color: #55497C; }

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

This div background color is #55497C.


Border color

.myBorderColor { border: 1px solid #55497C; }

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

This div border color is #55497C.


Opacity

.myOpacity80 { color: #55497C; opacity: 0.8; }

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

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

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

This text has shadow with #55497C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55497C on black background.


Color preview on white background

This text has color #55497C on white background.



Black color preview on #55497C background

This text has black color on #55497C background.


White color preview on #55497C background

This text has white color on #55497C background.