COLOR #554B65

HEX: #554B65 RGB: (85,75,101)

Color info

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

RGB color model

#554B65 color RGB value is (85,75,101).

RGB: (85,75,101) (33%, 29%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 101 of 255 = 40%

85
75
101

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

Portions of RGB colors in percentages

R + G + B = 85 + 75 + 101 = 261 (100%)
R 85 of 261 ~ 32.57%
G 75 of 261 ~ 28.74%
B 101 of 261 ~ 38.7'%

%32.57
%28.74
%38.7

CMYK color model

#554B65 color CMYK value is (16,26,0,60).

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

CMYK: (16,26,0,60)
C16M26Y0K60 (16%, 26%, 0%, 60%)
(0.16 / 0.26 / 0.00 / 0.60)

CMYK percentages

%15.84
%25.74
%0
%60.39

Codes

Color #554B65 in popluar color models

55 4B 65
RGB 85 75 101
HSL 263° 14.77% 34.51%
HSB/HSV 263° 25.74% 39.61%
CMYK 15.84% 25.74% 0.00%
60.39%

Color #554B65 in popluar number systems.

HEX 55 4B 65
Decimal 85 75 101
Binary 1010101 1001011 1100101
Octal 125 113 145

Shades and tints

Shades of #554B65

#554B65
(85,75,101)
#4E455C
(78,69,92)
#473F53
(71,63,83)
#40394A
(64,57,74)
#393341
(57,51,65)
#322D38
(50,45,56)
#2B272F
(43,39,47)
#242126
(36,33,38)
#1D1B1D
(29,27,29)
#161514
(22,21,20)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #554B65

#554B65
(85,75,101)
#645B73
(100,91,115)
#736B81
(115,107,129)
#827B8F
(130,123,143)
#918B9D
(145,139,157)
#A09BAB
(160,155,171)
#AFABB9
(175,171,185)
#BEBBC7
(190,187,199)
#CDCBD5
(205,203,213)
#DCDBE3
(220,219,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B65; }

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

This text font color is #554B65.

Background Color

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

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

This div background color is #554B65.

Border color

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

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

This div border color is #554B65.

Opacity

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

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

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

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

This text has shadow with #554B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554B65.

Preview

Color preview on black background

This text has color #554B65 on black background.


Color preview on white background

This text has color #554B65 on white background.


Black color preview on #554B65 background

This text has black color on #554B65 background.


White color preview on #554B65 background

This text has white color on #554B65 background.


Related colors

Complementary color

Complementary color for #hex is #AAB49A.


I love getcolorcode.com

Triadic colors

1 #65554B and #4B6555 with #554B65 are triadic colors.

2 #654B55 and #4B5565 with #554B65 are triadic colors.