COLOR #555568

HEX: #555568
RGB: (85,85,104)

Renk bilgisi

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

RGB renk modeli

#555568 color RGB value is (85,85,104).

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

RGB bağlantıları ve doygunluk

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

85
85
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 85 + 104 = 274 (100%)
R 85 of 274 ~ 31.02%
G 85 of 274 ~ 31.02%
B 104 of 274 ~ 37.96%

%31.02
%31.02
%37.96

CMYK RENK MODELİ

#555568 rengi CMYK tonu (18,18,0,59).

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

CMYK yüzdeleri

%18.27
%18.27
%0
%59.22

Codes

Color #555568 in popluar color models

555568
RGB8585104
HSL240°10.05%37.06%
HSB/HSV240°18.27%40.78%
CMYK18.27%18.27%0.00%
59.22%

Color #555568 in popluar number systems.

HEX555568
Decimal8585104
Binary101010110101011101000
Octal125125150

Shades and tints

Shades of #555568

#555568
(85,85,104)
#4E4E5F
(78,78,95)
#474756
(71,71,86)
#40404D
(64,64,77)
#393944
(57,57,68)
#32323B
(50,50,59)
#2B2B32
(43,43,50)
#242429
(36,36,41)
#1D1D20
(29,29,32)
#161617
(22,22,23)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #555568

#555568
(85,85,104)
#646475
(100,100,117)
#737382
(115,115,130)
#82828F
(130,130,143)
#91919C
(145,145,156)
#A0A0A9
(160,160,169)
#AFAFB6
(175,175,182)
#BEBEC3
(190,190,195)
#CDCDD0
(205,205,208)
#DCDCDD
(220,220,221)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555568; }

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

This text font color is #555568.


Background Color

.myBgColor { background-color: #555568; }

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

This div background color is #555568.


Border color

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

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

This div border color is #555568.


Opacity

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

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

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

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

This text has shadow with #555568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555568 on black background.


Color preview on white background

This text has color #555568 on white background.



Black color preview on #555568 background

This text has black color on #555568 background.


White color preview on #555568 background

This text has white color on #555568 background.