COLOR #555C6E

HEX: #555C6E RGB: (85,92,110)

Color info

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

RGB color model

#555C6E color RGB value is (85,92,110).

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

RGB channels and saturation

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

85
92
110

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

Portions of RGB colors in percentages

R + G + B = 85 + 92 + 110 = 287 (100%)
R 85 of 287 ~ 29.62%
G 92 of 287 ~ 32.06%
B 110 of 287 ~ 38.33'%

%29.62
%32.06
%38.33

CMYK color model

#555C6E color CMYK value is (23,16,0,57).

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

CMYK: (23,16,0,57)
C23M16Y0K57 (23%, 16%, 0%, 57%)
(0.23 / 0.16 / 0.00 / 0.57)

CMYK percentages

%22.73
%16.36
%0
%56.86

Codes

Color #555C6E in popluar color models

55 5C 6E
RGB 85 92 110
HSL 223° 12.82% 38.24%
HSB/HSV 223° 22.73% 43.14%
CMYK 22.73% 16.36% 0.00%
56.86%

Color #555C6E in popluar number systems.

HEX 55 5C 6E
Decimal 85 92 110
Binary 1010101 1011100 1101110
Octal 125 134 156

Shades and tints

Shades of #555C6E

#555C6E
(85,92,110)
#4E5464
(78,84,100)
#474C5A
(71,76,90)
#404450
(64,68,80)
#393C46
(57,60,70)
#32343C
(50,52,60)
#2B2C32
(43,44,50)
#242428
(36,36,40)
#1D1C1E
(29,28,30)
#161414
(22,20,20)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #555C6E

#555C6E
(85,92,110)
#646A7B
(100,106,123)
#737888
(115,120,136)
#828695
(130,134,149)
#9194A2
(145,148,162)
#A0A2AF
(160,162,175)
#AFB0BC
(175,176,188)
#BEBEC9
(190,190,201)
#CDCCD6
(205,204,214)
#DCDAE3
(220,218,227)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555C6E; }

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

This text font color is #555C6E.

Background Color

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

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

This div background color is #555C6E.

Border color

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

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

This div border color is #555C6E.

Opacity

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

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

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

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

This text has shadow with #555C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555C6E.

Preview

Color preview on black background

This text has color #555C6E on black background.


Color preview on white background

This text has color #555C6E on white background.


Black color preview on #555C6E background

This text has black color on #555C6E background.


White color preview on #555C6E background

This text has white color on #555C6E background.


Related colors

Complementary color

Complementary color for #hex is #AAA391.


I love getcolorcode.com

Triadic colors

1 #6E555C and #5C6E55 with #555C6E are triadic colors.

2 #6E5C55 and #5C556E with #555C6E are triadic colors.