COLOR #555863

HEX: #555863
RGB: (85,88,99)

Renk bilgisi

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

RGB renk modeli

#555863 color RGB value is (85,88,99).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 88 of 255 = 35%
B 99 of 255 = 39%

85
88
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 99 = 272 (100%)
R 85 of 272 ~ 31.25%
G 88 of 272 ~ 32.35%
B 99 of 272 ~ 36.4%

%31.25
%32.35
%36.4

CMYK RENK MODELİ

#555863 rengi CMYK tonu (14,11,0,61).

  • camgöbeği tonu 14.14%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(14,11,0,61)
C14M11Y0K61 
(14%,11%,0%,61%)
(0.14/0.11/0.00/0.61)	

CMYK yüzdeleri

%14.14
%11.11
%0
%61.18

Codes

Color #555863 in popluar color models

555863
RGB858899
HSL227°7.61%36.08%
HSB/HSV227°14.14%38.82%
CMYK14.14%11.11%0.00%
61.18%

Color #555863 in popluar number systems.

HEX555863
Decimal858899
Binary101010110110001100011
Octal125130143

Shades and tints

Shades of #555863

#555863
(85,88,99)
#4E505A
(78,80,90)
#474851
(71,72,81)
#404048
(64,64,72)
#39383F
(57,56,63)
#323036
(50,48,54)
#2B282D
(43,40,45)
#242024
(36,32,36)
#1D181B
(29,24,27)
#161012
(22,16,18)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #555863

#555863
(85,88,99)
#646771
(100,103,113)
#73767F
(115,118,127)
#82858D
(130,133,141)
#91949B
(145,148,155)
#A0A3A9
(160,163,169)
#AFB2B7
(175,178,183)
#BEC1C5
(190,193,197)
#CDD0D3
(205,208,211)
#DCDFE1
(220,223,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555863; }

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

This text font color is #555863.


Background Color

.myBgColor { background-color: #555863; }

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

This div background color is #555863.


Border color

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

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

This div border color is #555863.


Opacity

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

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

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

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

This text has shadow with #555863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555863 on black background.


Color preview on white background

This text has color #555863 on white background.



Black color preview on #555863 background

This text has black color on #555863 background.


White color preview on #555863 background

This text has white color on #555863 background.