COLOR #555585

HEX: #555585
RGB: (85,85,133)

Renk bilgisi

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

RGB renk modeli

#555585 color RGB value is (85,85,133).

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

RGB bağlantıları ve doygunluk

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

85
85
133

R + G + B ~ 39%. #555585 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 85 + 133 = 303 (100%)
R 85 of 303 ~ 28.05%
G 85 of 303 ~ 28.05%
B 133 of 303 ~ 43.89%

%28.05
%28.05
%43.89

CMYK RENK MODELİ

#555585 rengi CMYK tonu (36,36,0,48).

  • camgöbeği tonu 36.09%
  • eflatun tonu 36.09%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(36,36,0,48)
C36M36Y0K48 
(36%,36%,0%,48%)
(0.36/0.36/0.00/0.48)	

CMYK yüzdeleri

%36.09
%36.09
%0
%47.84

Codes

Color #555585 in popluar color models

555585
RGB8585133
HSL240°22.02%42.75%
HSB/HSV240°36.09%52.16%
CMYK36.09%36.09%0.00%
47.84%

Color #555585 in popluar number systems.

HEX555585
Decimal8585133
Binary1010101101010110000101
Octal125125205

Shades and tints

Shades of #555585

#555585
(85,85,133)
#4E4E79
(78,78,121)
#47476D
(71,71,109)
#404061
(64,64,97)
#393955
(57,57,85)
#323249
(50,50,73)
#2B2B3D
(43,43,61)
#242431
(36,36,49)
#1D1D25
(29,29,37)
#161619
(22,22,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #555585

#555585
(85,85,133)
#646490
(100,100,144)
#73739B
(115,115,155)
#8282A6
(130,130,166)
#9191B1
(145,145,177)
#A0A0BC
(160,160,188)
#AFAFC7
(175,175,199)
#BEBED2
(190,190,210)
#CDCDDD
(205,205,221)
#DCDCE8
(220,220,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555585; }

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

This text font color is #555585.


Background Color

.myBgColor { background-color: #555585; }

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

This div background color is #555585.


Border color

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

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

This div border color is #555585.


Opacity

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

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

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

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

This text has shadow with #555585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555585 on black background.


Color preview on white background

This text has color #555585 on white background.



Black color preview on #555585 background

This text has black color on #555585 background.


White color preview on #555585 background

This text has white color on #555585 background.