COLOR #554B6A

HEX: #554B6A
RGB: (85,75,106)

Color info

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

RGB color model

#554B6A color RGB value is (85,75,106).

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

RGB channels and saturation

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

85
75
106

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 106 = 266 (100%)
R 85 of 266 ~ 31.95%
G 75 of 266 ~ 28.2%
B 106 of 266 ~ 39.85%

%31.95
%28.2
%39.85

CMYK color model

#554B6A color CMYK value is (20,29,0,58).

  • cyan value is 19.81%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(20,29,0,58)
C20M29Y0K58 
(20%,29%,0%,58%)
(0.20/0.29/0.00/0.58)	

CMYK percentages

%19.81
%29.25
%0
%58.43

Codes

Color #554B6A in popluar color models

554B6A
RGB8575106
HSL259°17.13%35.49%
HSB/HSV259°29.25%41.57%
CMYK19.81%29.25%0.00%
58.43%

Color #554B6A in popluar number systems.

HEX554B6A
Decimal8575106
Binary101010110010111101010
Octal125113152

Shades and tints

Shades of #554B6A

#554B6A
(85,75,106)
#4E4561
(78,69,97)
#473F58
(71,63,88)
#40394F
(64,57,79)
#393346
(57,51,70)
#322D3D
(50,45,61)
#2B2734
(43,39,52)
#24212B
(36,33,43)
#1D1B22
(29,27,34)
#161519
(22,21,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #554B6A

#554B6A
(85,75,106)
#645B77
(100,91,119)
#736B84
(115,107,132)
#827B91
(130,123,145)
#918B9E
(145,139,158)
#A09BAB
(160,155,171)
#AFABB8
(175,171,184)
#BEBBC5
(190,187,197)
#CDCBD2
(205,203,210)
#DCDBDF
(220,219,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B6A; }

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

This text font color is #554B6A.


Background Color

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

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

This div background color is #554B6A.


Border color

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

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

This div border color is #554B6A.


Opacity

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

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

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

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

This text has shadow with #554B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B6A on black background.


Color preview on white background

This text has color #554B6A on white background.



Black color preview on #554B6A background

This text has black color on #554B6A background.


White color preview on #554B6A background

This text has white color on #554B6A background.