COLOR #555779

HEX: #555779
RGB: (85,87,121)

Renk bilgisi

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

RGB renk modeli

#555779 color RGB value is (85,87,121).

  • kırmız ton 85;
  • yeşil ton 87;
  • mavi ton 121.
RGB:
(85,87,121)
(33%,34%,47%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 87 of 255 = 34%
B 121 of 255 = 47%

85
87
121

R + G + B ~ 38%. #555779 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 87 + 121 = 293 (100%)
R 85 of 293 ~ 29.01%
G 87 of 293 ~ 29.69%
B 121 of 293 ~ 41.3%

%29.01
%29.69
%41.3

CMYK RENK MODELİ

#555779 rengi CMYK tonu (30,28,0,53).

  • camgöbeği tonu 29.75%
  • eflatun tonu 28.10%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(30,28,0,53)
C30M28Y0K53 
(30%,28%,0%,53%)
(0.30/0.28/0.00/0.53)	

CMYK yüzdeleri

%29.75
%28.1
%0
%52.55

Codes

Color #555779 in popluar color models

555779
RGB8587121
HSL237°17.48%40.39%
HSB/HSV237°29.75%47.45%
CMYK29.75%28.10%0.00%
52.55%

Color #555779 in popluar number systems.

HEX555779
Decimal8587121
Binary101010110101111111001
Octal125127171

Shades and tints

Shades of #555779

#555779
(85,87,121)
#4E506E
(78,80,110)
#474963
(71,73,99)
#404258
(64,66,88)
#393B4D
(57,59,77)
#323442
(50,52,66)
#2B2D37
(43,45,55)
#24262C
(36,38,44)
#1D1F21
(29,31,33)
#161816
(22,24,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #555779

#555779
(85,87,121)
#646685
(100,102,133)
#737591
(115,117,145)
#82849D
(130,132,157)
#9193A9
(145,147,169)
#A0A2B5
(160,162,181)
#AFB1C1
(175,177,193)
#BEC0CD
(190,192,205)
#CDCFD9
(205,207,217)
#DCDEE5
(220,222,229)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555779; }

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

This text font color is #555779.


Background Color

.myBgColor { background-color: #555779; }

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

This div background color is #555779.


Border color

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

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

This div border color is #555779.


Opacity

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

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

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

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

This text has shadow with #555779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555779 on black background.


Color preview on white background

This text has color #555779 on white background.



Black color preview on #555779 background

This text has black color on #555779 background.


White color preview on #555779 background

This text has white color on #555779 background.