COLOR #556265

HEX: #556265 RGB: (85,98,101)

Color info

#556265 contains red, green and blue colors in about the same proportion. Web safe color of #556265 is #666666 (or #666).

RGB color model

#556265 color RGB value is (85,98,101).

RGB: (85,98,101) (33%, 38%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 101 of 255 = 40%

85
98
101

R + G + B ~ 37%. #556265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 98 + 101 = 284 (100%)
R 85 of 284 ~ 29.93%
G 98 of 284 ~ 34.51%
B 101 of 284 ~ 35.56'%

%29.93
%34.51
%35.56

CMYK color model

#556265 color CMYK value is (16,3,0,60).

  • cyan value is 15.84%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (16,3,0,60)
C16M3Y0K60 (16%, 3%, 0%, 60%)
(0.16 / 0.03 / 0.00 / 0.60)

CMYK percentages

%15.84
%2.97
%0
%60.39

Codes

Color #556265 in popluar color models

55 62 65
RGB 85 98 101
HSL 191° 8.60% 36.47%
HSB/HSV 191° 15.84% 39.61%
CMYK 15.84% 2.97% 0.00%
60.39%

Color #556265 in popluar number systems.

HEX 55 62 65
Decimal 85 98 101
Binary 1010101 1100010 1100101
Octal 125 142 145

Shades and tints

Shades of #556265

#556265
(85,98,101)
#4E5A5C
(78,90,92)
#475253
(71,82,83)
#404A4A
(64,74,74)
#394241
(57,66,65)
#323A38
(50,58,56)
#2B322F
(43,50,47)
#242A26
(36,42,38)
#1D221D
(29,34,29)
#161A14
(22,26,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #556265

#556265
(85,98,101)
#647073
(100,112,115)
#737E81
(115,126,129)
#828C8F
(130,140,143)
#919A9D
(145,154,157)
#A0A8AB
(160,168,171)
#AFB6B9
(175,182,185)
#BEC4C7
(190,196,199)
#CDD2D5
(205,210,213)
#DCE0E3
(220,224,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556265; }

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

This text font color is #556265.

Background Color

.myBgColor { background-color: #556265; }

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

This div background color is #556265.

Border color

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

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

This div border color is #556265.

Opacity

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

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

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

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

This text has shadow with #556265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556265.

Preview

Color preview on black background

This text has color #556265 on black background.


Color preview on white background

This text has color #556265 on white background.


Black color preview on #556265 background

This text has black color on #556265 background.


White color preview on #556265 background

This text has white color on #556265 background.


Related colors

Complementary color

Complementary color for #hex is #AA9D9A.


I love getcolorcode.com

Triadic colors

1 #655562 and #626555 with #556265 are triadic colors.

2 #656255 and #625565 with #556265 are triadic colors.