COLOR #555661

HEX: #555661
RGB: (85,86,97)

Renk bilgisi

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

RGB renk modeli

#555661 color RGB value is (85,86,97).

  • kırmız ton 85;
  • yeşil ton 86;
  • mavi ton 97.
RGB:
(85,86,97)
(33%,34%,38%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 86 of 255 = 34%
B 97 of 255 = 38%

85
86
97

R + G + B ~ 35%. #555661 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 86 + 97 = 268 (100%)
R 85 of 268 ~ 31.72%
G 86 of 268 ~ 32.09%
B 97 of 268 ~ 36.19%

%31.72
%32.09
%36.19

CMYK RENK MODELİ

#555661 rengi CMYK tonu (12,11,0,62).

  • camgöbeği tonu 12.37%
  • eflatun tonu 11.34%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(12,11,0,62)
C12M11Y0K62 
(12%,11%,0%,62%)
(0.12/0.11/0.00/0.62)	

CMYK yüzdeleri

%12.37
%11.34
%0
%61.96

Codes

Color #555661 in popluar color models

555661
RGB858697
HSL235°6.59%35.69%
HSB/HSV235°12.37%38.04%
CMYK12.37%11.34%0.00%
61.96%

Color #555661 in popluar number systems.

HEX555661
Decimal858697
Binary101010110101101100001
Octal125126141

Shades and tints

Shades of #555661

#555661
(85,86,97)
#4E4F59
(78,79,89)
#474851
(71,72,81)
#404149
(64,65,73)
#393A41
(57,58,65)
#323339
(50,51,57)
#2B2C31
(43,44,49)
#242529
(36,37,41)
#1D1E21
(29,30,33)
#161719
(22,23,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #555661

#555661
(85,86,97)
#64656F
(100,101,111)
#73747D
(115,116,125)
#82838B
(130,131,139)
#919299
(145,146,153)
#A0A1A7
(160,161,167)
#AFB0B5
(175,176,181)
#BEBFC3
(190,191,195)
#CDCED1
(205,206,209)
#DCDDDF
(220,221,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555661 color. Also use rgb(85,86,97) instead hex code.

Text Font Color

.myTextColor { color: #555661; }

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

This text font color is #555661.


Background Color

.myBgColor { background-color: #555661; }

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

This div background color is #555661.


Border color

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

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

This div border color is #555661.


Opacity

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

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

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

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

This text has shadow with #555661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555661 on black background.


Color preview on white background

This text has color #555661 on white background.



Black color preview on #555661 background

This text has black color on #555661 background.


White color preview on #555661 background

This text has white color on #555661 background.