COLOR #555B61

HEX: #555B61
RGB: (85,91,97)

Renk bilgisi

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

RGB renk modeli

#555B61 color RGB value is (85,91,97).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 91 of 255 = 36%
B 97 of 255 = 38%

85
91
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 91 + 97 = 273 (100%)
R 85 of 273 ~ 31.14%
G 91 of 273 ~ 33.33%
B 97 of 273 ~ 35.53%

%31.14
%33.33
%35.53

CMYK RENK MODELİ

#555B61 rengi CMYK tonu (12,6,0,62).

  • camgöbeği tonu 12.37%
  • eflatun tonu 6.19%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(12,6,0,62)
C12M6Y0K62 
(12%,6%,0%,62%)
(0.12/0.06/0.00/0.62)	

CMYK yüzdeleri

%12.37
%6.19
%0
%61.96

Codes

Color #555B61 in popluar color models

555B61
RGB859197
HSL210°6.59%35.69%
HSB/HSV210°12.37%38.04%
CMYK12.37%6.19%0.00%
61.96%

Color #555B61 in popluar number systems.

HEX555B61
Decimal859197
Binary101010110110111100001
Octal125133141

Shades and tints

Shades of #555B61

#555B61
(85,91,97)
#4E5359
(78,83,89)
#474B51
(71,75,81)
#404349
(64,67,73)
#393B41
(57,59,65)
#323339
(50,51,57)
#2B2B31
(43,43,49)
#242329
(36,35,41)
#1D1B21
(29,27,33)
#161319
(22,19,25)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #555B61

#555B61
(85,91,97)
#64696F
(100,105,111)
#73777D
(115,119,125)
#82858B
(130,133,139)
#919399
(145,147,153)
#A0A1A7
(160,161,167)
#AFAFB5
(175,175,181)
#BEBDC3
(190,189,195)
#CDCBD1
(205,203,209)
#DCD9DF
(220,217,223)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B61; }

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

This text font color is #555B61.


Background Color

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

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

This div background color is #555B61.


Border color

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

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

This div border color is #555B61.


Opacity

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

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

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

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

This text has shadow with #555B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555B61 on black background.


Color preview on white background

This text has color #555B61 on white background.



Black color preview on #555B61 background

This text has black color on #555B61 background.


White color preview on #555B61 background

This text has white color on #555B61 background.