COLOR #555B6E

HEX: #555B6E RGB: (85,91,110)

Color info

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

RGB color model

#555B6E color RGB value is (85,91,110).

RGB: (85,91,110) (33%, 36%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 110 of 255 = 43%

85
91
110

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

Portions of RGB colors in percentages

R + G + B = 85 + 91 + 110 = 286 (100%)
R 85 of 286 ~ 29.72%
G 91 of 286 ~ 31.82%
B 110 of 286 ~ 38.46'%

%29.72
%31.82
%38.46

CMYK color model

#555B6E color CMYK value is (23,17,0,57).

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

CMYK: (23,17,0,57)
C23M17Y0K57 (23%, 17%, 0%, 57%)
(0.23 / 0.17 / 0.00 / 0.57)

CMYK percentages

%22.73
%17.27
%0
%56.86

Codes

Color #555B6E in popluar color models

55 5B 6E
RGB 85 91 110
HSL 226° 12.82% 38.24%
HSB/HSV 226° 22.73% 43.14%
CMYK 22.73% 17.27% 0.00%
56.86%

Color #555B6E in popluar number systems.

HEX 55 5B 6E
Decimal 85 91 110
Binary 1010101 1011011 1101110
Octal 125 133 156

Shades and tints

Shades of #555B6E

#555B6E
(85,91,110)
#4E5364
(78,83,100)
#474B5A
(71,75,90)
#404350
(64,67,80)
#393B46
(57,59,70)
#32333C
(50,51,60)
#2B2B32
(43,43,50)
#242328
(36,35,40)
#1D1B1E
(29,27,30)
#161314
(22,19,20)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #555B6E

#555B6E
(85,91,110)
#64697B
(100,105,123)
#737788
(115,119,136)
#828595
(130,133,149)
#9193A2
(145,147,162)
#A0A1AF
(160,161,175)
#AFAFBC
(175,175,188)
#BEBDC9
(190,189,201)
#CDCBD6
(205,203,214)
#DCD9E3
(220,217,227)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B6E; }

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

This text font color is #555B6E.

Background Color

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

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

This div background color is #555B6E.

Border color

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

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

This div border color is #555B6E.

Opacity

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

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

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

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

This text has shadow with #555B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555B6E.

Preview

Color preview on black background

This text has color #555B6E on black background.


Color preview on white background

This text has color #555B6E on white background.


Black color preview on #555B6E background

This text has black color on #555B6E background.


White color preview on #555B6E background

This text has white color on #555B6E background.


Related colors

Complementary color

Complementary color for #hex is #AAA491.


I love getcolorcode.com

Triadic colors

1 #6E555B and #5B6E55 with #555B6E are triadic colors.

2 #6E5B55 and #5B556E with #555B6E are triadic colors.