COLOR #554AA2

HEX: #554AA2 RGB: (85,74,162)

Color info

#554AA2 contains mainly blue color. Web safe color of #554AA2 is #663399 (or #639).

RGB color model

#554AA2 color RGB value is (85,74,162).

RGB: (85,74,162) (33%, 29%, 64%)

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 162 of 255 = 64%

85
74
162

R + G + B ~ 42%. #554AA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 74 + 162 = 321 (100%)
R 85 of 321 ~ 26.48%
G 74 of 321 ~ 23.05%
B 162 of 321 ~ 50.47'%

%26.48
%23.05
%50.47

CMYK color model

#554AA2 color CMYK value is (48,54,0,36).

  • cyan value is 47.53%
  • magenta value is 54.32%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (48,54,0,36)
C48M54Y0K36 (48%, 54%, 0%, 36%)
(0.48 / 0.54 / 0.00 / 0.36)

CMYK percentages

%47.53
%54.32
%0
%36.47

Codes

Color #554AA2 in popluar color models

55 4A A2
RGB 85 74 162
HSL 248° 37.29% 46.27%
HSB/HSV 248° 54.32% 63.53%
CMYK 47.53% 54.32% 0.00%
36.47%

Color #554AA2 in popluar number systems.

HEX 55 4A A2
Decimal 85 74 162
Binary 1010101 1001010 10100010
Octal 125 112 242

Shades and tints

Shades of #554AA2

#554AA2
(85,74,162)
#4E4494
(78,68,148)
#473E86
(71,62,134)
#403878
(64,56,120)
#39326A
(57,50,106)
#322C5C
(50,44,92)
#2B264E
(43,38,78)
#242040
(36,32,64)
#1D1A32
(29,26,50)
#161424
(22,20,36)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #554AA2

#554AA2
(85,74,162)
#645AAA
(100,90,170)
#736AB2
(115,106,178)
#827ABA
(130,122,186)
#918AC2
(145,138,194)
#A09ACA
(160,154,202)
#AFAAD2
(175,170,210)
#BEBADA
(190,186,218)
#CDCAE2
(205,202,226)
#DCDAEA
(220,218,234)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554AA2 color. Also use rgb(85,74,162) instead hex code.

Text Font Color

.myTextColor { color: #554AA2; }

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

This text font color is #554AA2.

Background Color

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

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

This div background color is #554AA2.

Border color

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

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

This div border color is #554AA2.

Opacity

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

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

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

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

This text has shadow with #554AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554AA2.

Preview

Color preview on black background

This text has color #554AA2 on black background.


Color preview on white background

This text has color #554AA2 on white background.


Black color preview on #554AA2 background

This text has black color on #554AA2 background.


White color preview on #554AA2 background

This text has white color on #554AA2 background.


Related colors

Complementary color

Complementary color for #hex is #AAB55D.


I love getcolorcode.com

Triadic colors

1 #A2554A and #4AA255 with #554AA2 are triadic colors.

2 #A24A55 and #4A55A2 with #554AA2 are triadic colors.