COLOR #555877

HEX: #555877
RGB: (85,88,119)

Renk bilgisi

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

RGB renk modeli

#555877 color RGB value is (85,88,119).

  • kırmız ton 85;
  • yeşil ton 88;
  • mavi ton 119.
RGB:
(85,88,119)
(33%,35%,47%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 88 of 255 = 35%
B 119 of 255 = 47%

85
88
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 88 + 119 = 292 (100%)
R 85 of 292 ~ 29.11%
G 88 of 292 ~ 30.14%
B 119 of 292 ~ 40.75%

%29.11
%30.14
%40.75

CMYK RENK MODELİ

#555877 rengi CMYK tonu (29,26,0,53).

  • camgöbeği tonu 28.57%
  • eflatun tonu 26.05%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(29,26,0,53)
C29M26Y0K53 
(29%,26%,0%,53%)
(0.29/0.26/0.00/0.53)	

CMYK yüzdeleri

%28.57
%26.05
%0
%53.33

Codes

Color #555877 in popluar color models

555877
RGB8588119
HSL235°16.67%40.00%
HSB/HSV235°28.57%46.67%
CMYK28.57%26.05%0.00%
53.33%

Color #555877 in popluar number systems.

HEX555877
Decimal8588119
Binary101010110110001110111
Octal125130167

Shades and tints

Shades of #555877

#555877
(85,88,119)
#4E506D
(78,80,109)
#474863
(71,72,99)
#404059
(64,64,89)
#39384F
(57,56,79)
#323045
(50,48,69)
#2B283B
(43,40,59)
#242031
(36,32,49)
#1D1827
(29,24,39)
#16101D
(22,16,29)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #555877

#555877
(85,88,119)
#646783
(100,103,131)
#73768F
(115,118,143)
#82859B
(130,133,155)
#9194A7
(145,148,167)
#A0A3B3
(160,163,179)
#AFB2BF
(175,178,191)
#BEC1CB
(190,193,203)
#CDD0D7
(205,208,215)
#DCDFE3
(220,223,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555877; }

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

This text font color is #555877.


Background Color

.myBgColor { background-color: #555877; }

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

This div background color is #555877.


Border color

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

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

This div border color is #555877.


Opacity

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

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

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

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

This text has shadow with #555877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555877 on black background.


Color preview on white background

This text has color #555877 on white background.



Black color preview on #555877 background

This text has black color on #555877 background.


White color preview on #555877 background

This text has white color on #555877 background.