COLOR #555F6E

HEX: #555F6E RGB: (85,95,110)

Color info

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

RGB color model

#555F6E color RGB value is (85,95,110).

RGB: (85,95,110) (33%, 37%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 110 of 255 = 43%

85
95
110

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

Portions of RGB colors in percentages

R + G + B = 85 + 95 + 110 = 290 (100%)
R 85 of 290 ~ 29.31%
G 95 of 290 ~ 32.76%
B 110 of 290 ~ 37.93'%

%29.31
%32.76
%37.93

CMYK color model

#555F6E color CMYK value is (23,14,0,57).

  • cyan value is 22.73%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (23,14,0,57)
C23M14Y0K57 (23%, 14%, 0%, 57%)
(0.23 / 0.14 / 0.00 / 0.57)

CMYK percentages

%22.73
%13.64
%0
%56.86

Codes

Color #555F6E in popluar color models

55 5F 6E
RGB 85 95 110
HSL 216° 12.82% 38.24%
HSB/HSV 216° 22.73% 43.14%
CMYK 22.73% 13.64% 0.00%
56.86%

Color #555F6E in popluar number systems.

HEX 55 5F 6E
Decimal 85 95 110
Binary 1010101 1011111 1101110
Octal 125 137 156

Shades and tints

Shades of #555F6E

#555F6E
(85,95,110)
#4E5764
(78,87,100)
#474F5A
(71,79,90)
#404750
(64,71,80)
#393F46
(57,63,70)
#32373C
(50,55,60)
#2B2F32
(43,47,50)
#242728
(36,39,40)
#1D1F1E
(29,31,30)
#161714
(22,23,20)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #555F6E

#555F6E
(85,95,110)
#646D7B
(100,109,123)
#737B88
(115,123,136)
#828995
(130,137,149)
#9197A2
(145,151,162)
#A0A5AF
(160,165,175)
#AFB3BC
(175,179,188)
#BEC1C9
(190,193,201)
#CDCFD6
(205,207,214)
#DCDDE3
(220,221,227)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555F6E color. Also use rgb(85,95,110) instead hex code.

Text Font Color

.myTextColor { color: #555F6E; }

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

This text font color is #555F6E.

Background Color

.myBgColor { background-color: #555F6E; }

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

This div background color is #555F6E.

Border color

.myBorderColor { border: 1px solid #555F6E; }

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

This div border color is #555F6E.

Opacity

.myOpacity80 { color: #555F6E; opacity: 0.8; }

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

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

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

This text has shadow with #555F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555F6E.

Preview

Color preview on black background

This text has color #555F6E on black background.


Color preview on white background

This text has color #555F6E on white background.


Black color preview on #555F6E background

This text has black color on #555F6E background.


White color preview on #555F6E background

This text has white color on #555F6E background.


Related colors

Complementary color

Complementary color for #hex is #AAA091.


I love getcolorcode.com

Triadic colors

1 #6E555F and #5F6E55 with #555F6E are triadic colors.

2 #6E5F55 and #5F556E with #555F6E are triadic colors.