COLOR #555D63

HEX: #555D63
RGB: (85,93,99)

Renk bilgisi

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

RGB renk modeli

#555D63 color RGB value is (85,93,99).

  • kırmız ton 85;
  • yeşil ton 93;
  • mavi ton 99.
RGB:
(85,93,99)
(33%,36%,39%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 93 of 255 = 36%
B 99 of 255 = 39%

85
93
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 93 + 99 = 277 (100%)
R 85 of 277 ~ 30.69%
G 93 of 277 ~ 33.57%
B 99 of 277 ~ 35.74%

%30.69
%33.57
%35.74

CMYK RENK MODELİ

#555D63 rengi CMYK tonu (14,6,0,61).

  • camgöbeği tonu 14.14%
  • eflatun tonu 6.06%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(14,6,0,61)
C14M6Y0K61 
(14%,6%,0%,61%)
(0.14/0.06/0.00/0.61)	

CMYK yüzdeleri

%14.14
%6.06
%0
%61.18

Codes

Color #555D63 in popluar color models

555D63
RGB859399
HSL206°7.61%36.08%
HSB/HSV206°14.14%38.82%
CMYK14.14%6.06%0.00%
61.18%

Color #555D63 in popluar number systems.

HEX555D63
Decimal859399
Binary101010110111011100011
Octal125135143

Shades and tints

Shades of #555D63

#555D63
(85,93,99)
#4E555A
(78,85,90)
#474D51
(71,77,81)
#404548
(64,69,72)
#393D3F
(57,61,63)
#323536
(50,53,54)
#2B2D2D
(43,45,45)
#242524
(36,37,36)
#1D1D1B
(29,29,27)
#161512
(22,21,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #555D63

#555D63
(85,93,99)
#646B71
(100,107,113)
#73797F
(115,121,127)
#82878D
(130,135,141)
#91959B
(145,149,155)
#A0A3A9
(160,163,169)
#AFB1B7
(175,177,183)
#BEBFC5
(190,191,197)
#CDCDD3
(205,205,211)
#DCDBE1
(220,219,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D63 color. Also use rgb(85,93,99) instead hex code.

Text Font Color

.myTextColor { color: #555D63; }

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

This text font color is #555D63.


Background Color

.myBgColor { background-color: #555D63; }

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

This div background color is #555D63.


Border color

.myBorderColor { border: 1px solid #555D63; }

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

This div border color is #555D63.


Opacity

.myOpacity80 { color: #555D63; opacity: 0.8; }

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

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

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

This text has shadow with #555D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D63 on black background.


Color preview on white background

This text has color #555D63 on white background.



Black color preview on #555D63 background

This text has black color on #555D63 background.


White color preview on #555D63 background

This text has white color on #555D63 background.