COLOR #555475

HEX: #555475
RGB: (85,84,117)

Renk bilgisi

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

RGB renk modeli

#555475 color RGB value is (85,84,117).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 84 of 255 = 33%
B 117 of 255 = 46%

85
84
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 84 + 117 = 286 (100%)
R 85 of 286 ~ 29.72%
G 84 of 286 ~ 29.37%
B 117 of 286 ~ 40.91%

%29.72
%29.37
%40.91

CMYK RENK MODELİ

#555475 rengi CMYK tonu (27,28,0,54).

  • camgöbeği tonu 27.35%
  • eflatun tonu 28.21%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(27,28,0,54)
C27M28Y0K54 
(27%,28%,0%,54%)
(0.27/0.28/0.00/0.54)	

CMYK yüzdeleri

%27.35
%28.21
%0
%54.12

Codes

Color #555475 in popluar color models

555475
RGB8584117
HSL242°16.42%39.41%
HSB/HSV242°28.21%45.88%
CMYK27.35%28.21%0.00%
54.12%

Color #555475 in popluar number systems.

HEX555475
Decimal8584117
Binary101010110101001110101
Octal125124165

Shades and tints

Shades of #555475

#555475
(85,84,117)
#4E4D6B
(78,77,107)
#474661
(71,70,97)
#403F57
(64,63,87)
#39384D
(57,56,77)
#323143
(50,49,67)
#2B2A39
(43,42,57)
#24232F
(36,35,47)
#1D1C25
(29,28,37)
#16151B
(22,21,27)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #555475

#555475
(85,84,117)
#646381
(100,99,129)
#73728D
(115,114,141)
#828199
(130,129,153)
#9190A5
(145,144,165)
#A09FB1
(160,159,177)
#AFAEBD
(175,174,189)
#BEBDC9
(190,189,201)
#CDCCD5
(205,204,213)
#DCDBE1
(220,219,225)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555475; }

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

This text font color is #555475.


Background Color

.myBgColor { background-color: #555475; }

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

This div background color is #555475.


Border color

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

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

This div border color is #555475.


Opacity

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

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

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

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

This text has shadow with #555475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555475 on black background.


Color preview on white background

This text has color #555475 on white background.



Black color preview on #555475 background

This text has black color on #555475 background.


White color preview on #555475 background

This text has white color on #555475 background.