COLOR #554B6B

HEX: #554B6B
RGB: (85,75,107)

Color info

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

RGB color model

#554B6B color RGB value is (85,75,107).

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

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 107 of 255 = 42%

85
75
107

R + G + B ~ 35%. #554B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 107 = 267 (100%)
R 85 of 267 ~ 31.84%
G 75 of 267 ~ 28.09%
B 107 of 267 ~ 40.07%

%31.84
%28.09
%40.07

CMYK color model

#554B6B color CMYK value is (21,30,0,58).

  • cyan value is 20.56%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,30,0,58)
C21M30Y0K58 
(21%,30%,0%,58%)
(0.21/0.30/0.00/0.58)	

CMYK percentages

%20.56
%29.91
%0
%58.04

Codes

Color #554B6B in popluar color models

554B6B
RGB8575107
HSL259°17.58%35.69%
HSB/HSV259°29.91%41.96%
CMYK20.56%29.91%0.00%
58.04%

Color #554B6B in popluar number systems.

HEX554B6B
Decimal8575107
Binary101010110010111101011
Octal125113153

Shades and tints

Shades of #554B6B

#554B6B
(85,75,107)
#4E4562
(78,69,98)
#473F59
(71,63,89)
#403950
(64,57,80)
#393347
(57,51,71)
#322D3E
(50,45,62)
#2B2735
(43,39,53)
#24212C
(36,33,44)
#1D1B23
(29,27,35)
#16151A
(22,21,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #554B6B

#554B6B
(85,75,107)
#645B78
(100,91,120)
#736B85
(115,107,133)
#827B92
(130,123,146)
#918B9F
(145,139,159)
#A09BAC
(160,155,172)
#AFABB9
(175,171,185)
#BEBBC6
(190,187,198)
#CDCBD3
(205,203,211)
#DCDBE0
(220,219,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B6B; }

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

This text font color is #554B6B.


Background Color

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

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

This div background color is #554B6B.


Border color

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

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

This div border color is #554B6B.


Opacity

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

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

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

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

This text has shadow with #554B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B6B on black background.


Color preview on white background

This text has color #554B6B on white background.



Black color preview on #554B6B background

This text has black color on #554B6B background.


White color preview on #554B6B background

This text has white color on #554B6B background.