COLOR #555368

HEX: #555368
RGB: (85,83,104)

Renk bilgisi

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

RGB renk modeli

#555368 color RGB value is (85,83,104).

  • kırmız ton 85;
  • yeşil ton 83;
  • mavi ton 104.
RGB:
(85,83,104)
(33%,33%,41%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 83 of 255 = 33%
B 104 of 255 = 41%

85
83
104

R + G + B ~ 36%. #555368 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 83 + 104 = 272 (100%)
R 85 of 272 ~ 31.25%
G 83 of 272 ~ 30.51%
B 104 of 272 ~ 38.24%

%31.25
%30.51
%38.24

CMYK RENK MODELİ

#555368 rengi CMYK tonu (18,20,0,59).

  • camgöbeği tonu 18.27%
  • eflatun tonu 20.19%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(18,20,0,59)
C18M20Y0K59 
(18%,20%,0%,59%)
(0.18/0.20/0.00/0.59)	

CMYK yüzdeleri

%18.27
%20.19
%0
%59.22

Codes

Color #555368 in popluar color models

555368
RGB8583104
HSL246°11.23%36.67%
HSB/HSV246°20.19%40.78%
CMYK18.27%20.19%0.00%
59.22%

Color #555368 in popluar number systems.

HEX555368
Decimal8583104
Binary101010110100111101000
Octal125123150

Shades and tints

Shades of #555368

#555368
(85,83,104)
#4E4C5F
(78,76,95)
#474556
(71,69,86)
#403E4D
(64,62,77)
#393744
(57,55,68)
#32303B
(50,48,59)
#2B2932
(43,41,50)
#242229
(36,34,41)
#1D1B20
(29,27,32)
#161417
(22,20,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #555368

#555368
(85,83,104)
#646275
(100,98,117)
#737182
(115,113,130)
#82808F
(130,128,143)
#918F9C
(145,143,156)
#A09EA9
(160,158,169)
#AFADB6
(175,173,182)
#BEBCC3
(190,188,195)
#CDCBD0
(205,203,208)
#DCDADD
(220,218,221)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555368 color. Also use rgb(85,83,104) instead hex code.

Text Font Color

.myTextColor { color: #555368; }

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

This text font color is #555368.


Background Color

.myBgColor { background-color: #555368; }

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

This div background color is #555368.


Border color

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

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

This div border color is #555368.


Opacity

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

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

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

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

This text has shadow with #555368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555368 on black background.


Color preview on white background

This text has color #555368 on white background.



Black color preview on #555368 background

This text has black color on #555368 background.


White color preview on #555368 background

This text has white color on #555368 background.