COLOR #554B63

HEX: #554B63
RGB: (85,75,99)

Color info

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

RGB color model

#554B63 color RGB value is (85,75,99).

  • red value is 85;
  • green value is 75;
  • blue value is 99.
RGB:
(85,75,99)
(33%,29%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 99 of 255 = 39%

85
75
99

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 99 = 259 (100%)
R 85 of 259 ~ 32.82%
G 75 of 259 ~ 28.96%
B 99 of 259 ~ 38.22%

%32.82
%28.96
%38.22

CMYK color model

#554B63 color CMYK value is (14,24,0,61).

  • cyan value is 14.14%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(14,24,0,61)
C14M24Y0K61 
(14%,24%,0%,61%)
(0.14/0.24/0.00/0.61)	

CMYK percentages

%14.14
%24.24
%0
%61.18

Codes

Color #554B63 in popluar color models

554B63
RGB857599
HSL265°13.79%34.12%
HSB/HSV265°24.24%38.82%
CMYK14.14%24.24%0.00%
61.18%

Color #554B63 in popluar number systems.

HEX554B63
Decimal857599
Binary101010110010111100011
Octal125113143

Shades and tints

Shades of #554B63

#554B63
(85,75,99)
#4E455A
(78,69,90)
#473F51
(71,63,81)
#403948
(64,57,72)
#39333F
(57,51,63)
#322D36
(50,45,54)
#2B272D
(43,39,45)
#242124
(36,33,36)
#1D1B1B
(29,27,27)
#161512
(22,21,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #554B63

#554B63
(85,75,99)
#645B71
(100,91,113)
#736B7F
(115,107,127)
#827B8D
(130,123,141)
#918B9B
(145,139,155)
#A09BA9
(160,155,169)
#AFABB7
(175,171,183)
#BEBBC5
(190,187,197)
#CDCBD3
(205,203,211)
#DCDBE1
(220,219,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B63; }

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

This text font color is #554B63.


Background Color

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

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

This div background color is #554B63.


Border color

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

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

This div border color is #554B63.


Opacity

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

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

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

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

This text has shadow with #554B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B63 on black background.


Color preview on white background

This text has color #554B63 on white background.



Black color preview on #554B63 background

This text has black color on #554B63 background.


White color preview on #554B63 background

This text has white color on #554B63 background.