COLOR #554B8A

HEX: #554B8A RGB: (85,75,138)

Color info

#554B8A contains mainly red and blue colors. Web safe color of #554B8A is #663399 (or #639).

RGB color model

#554B8A color RGB value is (85,75,138).

RGB: (85,75,138) (33%, 29%, 54%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 138 of 255 = 54%

85
75
138

R + G + B ~ 39%. #554B8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 75 + 138 = 298 (100%)
R 85 of 298 ~ 28.52%
G 75 of 298 ~ 25.17%
B 138 of 298 ~ 46.31'%

%28.52
%25.17
%46.31

CMYK color model

#554B8A color CMYK value is (38,46,0,46).

  • cyan value is 38.41%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (38,46,0,46)
C38M46Y0K46 (38%, 46%, 0%, 46%)
(0.38 / 0.46 / 0.00 / 0.46)

CMYK percentages

%38.41
%45.65
%0
%45.88

Codes

Color #554B8A in popluar color models

55 4B 8A
RGB 85 75 138
HSL 250° 29.58% 41.76%
HSB/HSV 250° 45.65% 54.12%
CMYK 38.41% 45.65% 0.00%
45.88%

Color #554B8A in popluar number systems.

HEX 55 4B 8A
Decimal 85 75 138
Binary 1010101 1001011 10001010
Octal 125 113 212

Shades and tints

Shades of #554B8A

#554B8A
(85,75,138)
#4E457E
(78,69,126)
#473F72
(71,63,114)
#403966
(64,57,102)
#39335A
(57,51,90)
#322D4E
(50,45,78)
#2B2742
(43,39,66)
#242136
(36,33,54)
#1D1B2A
(29,27,42)
#16151E
(22,21,30)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #554B8A

#554B8A
(85,75,138)
#645B94
(100,91,148)
#736B9E
(115,107,158)
#827BA8
(130,123,168)
#918BB2
(145,139,178)
#A09BBC
(160,155,188)
#AFABC6
(175,171,198)
#BEBBD0
(190,187,208)
#CDCBDA
(205,203,218)
#DCDBE4
(220,219,228)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B8A; }

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

This text font color is #554B8A.

Background Color

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

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

This div background color is #554B8A.

Border color

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

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

This div border color is #554B8A.

Opacity

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

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

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

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

This text has shadow with #554B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554B8A.

Preview

Color preview on black background

This text has color #554B8A on black background.


Color preview on white background

This text has color #554B8A on white background.


Black color preview on #554B8A background

This text has black color on #554B8A background.


White color preview on #554B8A background

This text has white color on #554B8A background.


Related colors

Complementary color

Complementary color for #hex is #AAB475.


I love getcolorcode.com

Triadic colors

1 #8A554B and #4B8A55 with #554B8A are triadic colors.

2 #8A4B55 and #4B558A with #554B8A are triadic colors.