COLOR #554C63

HEX: #554C63 RGB: (85,76,99)

Color info

#554C63 contains red, green and blue colors in about the same proportion. Web safe color of #554C63 is #663366 (or #636).

RGB color model

#554C63 color RGB value is (85,76,99).

RGB: (85,76,99) (33%, 30%, 39%)

RGB channels and saturation

R 85 of 255 = 33%
G 76 of 255 = 30%
B 99 of 255 = 39%

85
76
99

R + G + B ~ 34%. #554C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 76 + 99 = 260 (100%)
R 85 of 260 ~ 32.69%
G 76 of 260 ~ 29.23%
B 99 of 260 ~ 38.08'%

%32.69
%29.23
%38.08

CMYK color model

#554C63 color CMYK value is (14,23,0,61).

  • cyan value is 14.14%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (14,23,0,61)
C14M23Y0K61 (14%, 23%, 0%, 61%)
(0.14 / 0.23 / 0.00 / 0.61)

CMYK percentages

%14.14
%23.23
%0
%61.18

Codes

Color #554C63 in popluar color models

55 4C 63
RGB 85 76 99
HSL 263° 13.14% 34.31%
HSB/HSV 263° 23.23% 38.82%
CMYK 14.14% 23.23% 0.00%
61.18%

Color #554C63 in popluar number systems.

HEX 55 4C 63
Decimal 85 76 99
Binary 1010101 1001100 1100011
Octal 125 114 143

Shades and tints

Shades of #554C63

#554C63
(85,76,99)
#4E465A
(78,70,90)
#474051
(71,64,81)
#403A48
(64,58,72)
#39343F
(57,52,63)
#322E36
(50,46,54)
#2B282D
(43,40,45)
#242224
(36,34,36)
#1D1C1B
(29,28,27)
#161612
(22,22,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #554C63

#554C63
(85,76,99)
#645C71
(100,92,113)
#736C7F
(115,108,127)
#827C8D
(130,124,141)
#918C9B
(145,140,155)
#A09CA9
(160,156,169)
#AFACB7
(175,172,183)
#BEBCC5
(190,188,197)
#CDCCD3
(205,204,211)
#DCDCE1
(220,220,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554C63 color. Also use rgb(85,76,99) instead hex code.

Text Font Color

.myTextColor { color: #554C63; }

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

This text font color is #554C63.

Background Color

.myBgColor { background-color: #554C63; }

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

This div background color is #554C63.

Border color

.myBorderColor { border: 1px solid #554C63; }

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

This div border color is #554C63.

Opacity

.myOpacity80 { color: #554C63; opacity: 0.8; }

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

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

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

This text has shadow with #554C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554C63.

Preview

Color preview on black background

This text has color #554C63 on black background.


Color preview on white background

This text has color #554C63 on white background.


Black color preview on #554C63 background

This text has black color on #554C63 background.


White color preview on #554C63 background

This text has white color on #554C63 background.


Related colors

Complementary color

Complementary color for #hex is #AAB39C.


I love getcolorcode.com

Triadic colors

1 #63554C and #4C6355 with #554C63 are triadic colors.

2 #634C55 and #4C5563 with #554C63 are triadic colors.