COLOR #556477

HEX: #556477
RGB: (85,100,119)

Renk bilgisi

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

RGB renk modeli

#556477 color RGB value is (85,100,119).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 100 of 255 = 39%
B 119 of 255 = 47%

85
100
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 100 + 119 = 304 (100%)
R 85 of 304 ~ 27.96%
G 100 of 304 ~ 32.89%
B 119 of 304 ~ 39.14%

%27.96
%32.89
%39.14

CMYK RENK MODELİ

#556477 rengi CMYK tonu (29,16,0,53).

  • camgöbeği tonu 28.57%
  • eflatun tonu 15.97%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(29,16,0,53)
C29M16Y0K53 
(29%,16%,0%,53%)
(0.29/0.16/0.00/0.53)	

CMYK yüzdeleri

%28.57
%15.97
%0
%53.33

Codes

Color #556477 in popluar color models

556477
RGB85100119
HSL214°16.67%40.00%
HSB/HSV214°28.57%46.67%
CMYK28.57%15.97%0.00%
53.33%

Color #556477 in popluar number systems.

HEX556477
Decimal85100119
Binary101010111001001110111
Octal125144167

Shades and tints

Shades of #556477

#556477
(85,100,119)
#4E5B6D
(78,91,109)
#475263
(71,82,99)
#404959
(64,73,89)
#39404F
(57,64,79)
#323745
(50,55,69)
#2B2E3B
(43,46,59)
#242531
(36,37,49)
#1D1C27
(29,28,39)
#16131D
(22,19,29)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #556477

#556477
(85,100,119)
#647283
(100,114,131)
#73808F
(115,128,143)
#828E9B
(130,142,155)
#919CA7
(145,156,167)
#A0AAB3
(160,170,179)
#AFB8BF
(175,184,191)
#BEC6CB
(190,198,203)
#CDD4D7
(205,212,215)
#DCE2E3
(220,226,227)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556477; }

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

This text font color is #556477.


Background Color

.myBgColor { background-color: #556477; }

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

This div background color is #556477.


Border color

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

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

This div border color is #556477.


Opacity

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

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

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

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

This text has shadow with #556477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556477 on black background.


Color preview on white background

This text has color #556477 on white background.



Black color preview on #556477 background

This text has black color on #556477 background.


White color preview on #556477 background

This text has white color on #556477 background.