COLOR #855586

HEX: #855586
RGB: (133,85,134)

Renk bilgisi

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

RGB renk modeli

#855586 color RGB value is (133,85,134).

  • kırmız ton 133;
  • yeşil ton 85;
  • mavi ton 134.
RGB:
(133,85,134)
(52%,33%,53%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 85 of 255 = 33%
B 134 of 255 = 53%

133
85
134

R + G + B ~ 46%. #855586 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 85 + 134 = 352 (100%)
R 133 of 352 ~ 37.78%
G 85 of 352 ~ 24.15%
B 134 of 352 ~ 38.07%

%37.78
%24.15
%38.07

CMYK RENK MODELİ

#855586 rengi CMYK tonu (1,37,0,47).

  • camgöbeği tonu 0.75%
  • eflatun tonu 36.57%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(1,37,0,47)
C1M37Y0K47 
(1%,37%,0%,47%)
(0.01/0.37/0.00/0.47)	

CMYK yüzdeleri

%0.75
%36.57
%0
%47.45

Codes

Color #855586 in popluar color models

855586
RGB13385134
HSL299°22.37%42.94%
HSB/HSV299°36.57%52.55%
CMYK0.75%36.57%0.00%
47.45%

Color #855586 in popluar number systems.

HEX855586
Decimal13385134
Binary10000101101010110000110
Octal205125206

Shades and tints

Shades of #855586

#855586
(133,85,134)
#794E7A
(121,78,122)
#6D476E
(109,71,110)
#614062
(97,64,98)
#553956
(85,57,86)
#49324A
(73,50,74)
#3D2B3E
(61,43,62)
#312432
(49,36,50)
#251D26
(37,29,38)
#19161A
(25,22,26)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #855586

#855586
(133,85,134)
#906491
(144,100,145)
#9B739C
(155,115,156)
#A682A7
(166,130,167)
#B191B2
(177,145,178)
#BCA0BD
(188,160,189)
#C7AFC8
(199,175,200)
#D2BED3
(210,190,211)
#DDCDDE
(221,205,222)
#E8DCE9
(232,220,233)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855586; }

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

This text font color is #855586.


Background Color

.myBgColor { background-color: #855586; }

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

This div background color is #855586.


Border color

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

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

This div border color is #855586.


Opacity

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

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

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

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

This text has shadow with #855586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855586 on black background.


Color preview on white background

This text has color #855586 on white background.



Black color preview on #855586 background

This text has black color on #855586 background.


White color preview on #855586 background

This text has white color on #855586 background.