COLOR #553EC3

HEX: #553EC3 RGB: (85,62,195)

Color info

#553EC3 contains mainly blue color. Web safe color of #553EC3 is #6633CC (or #63C).

RGB color model

#553EC3 color RGB value is (85,62,195).

RGB: (85,62,195) (33%, 24%, 76%)

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 195 of 255 = 76%

85
62
195

R + G + B ~ 44%. #553EC3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 62 + 195 = 342 (100%)
R 85 of 342 ~ 24.85%
G 62 of 342 ~ 18.13%
B 195 of 342 ~ 57.02'%

%24.85
%18.13
%57.02

CMYK color model

#553EC3 color CMYK value is (56,68,0,24).

  • cyan value is 56.41%
  • magenta value is 68.21%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (56,68,0,24)
C56M68Y0K24 (56%, 68%, 0%, 24%)
(0.56 / 0.68 / 0.00 / 0.24)

CMYK percentages

%56.41
%68.21
%0
%23.53

Codes

Color #553EC3 in popluar color models

55 3E C3
RGB 85 62 195
HSL 250° 52.57% 50.39%
HSB/HSV 250° 68.21% 76.47%
CMYK 56.41% 68.21% 0.00%
23.53%

Color #553EC3 in popluar number systems.

HEX 55 3E C3
Decimal 85 62 195
Binary 1010101 111110 11000011
Octal 125 76 303

Shades and tints

Shades of #553EC3

#553EC3
(85,62,195)
#4E39B2
(78,57,178)
#4734A1
(71,52,161)
#402F90
(64,47,144)
#392A7F
(57,42,127)
#32256E
(50,37,110)
#2B205D
(43,32,93)
#241B4C
(36,27,76)
#1D163B
(29,22,59)
#16112A
(22,17,42)
#0F0C19
(15,12,25)
#000000
(0,0,0)

Tints of #553EC3

#553EC3
(85,62,195)
#644FC8
(100,79,200)
#7360CD
(115,96,205)
#8271D2
(130,113,210)
#9182D7
(145,130,215)
#A093DC
(160,147,220)
#AFA4E1
(175,164,225)
#BEB5E6
(190,181,230)
#CDC6EB
(205,198,235)
#DCD7F0
(220,215,240)
#EBE8F5
(235,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553EC3 color. Also use rgb(85,62,195) instead hex code.

Text Font Color

.myTextColor { color: #553EC3; }

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

This text font color is #553EC3.

Background Color

.myBgColor { background-color: #553EC3; }

<div style="background-color:#553EC3">Inner text</div>

This div background color is #553EC3.

Border color

.myBorderColor { border: 1px solid #553EC3; }

<div style="border:3px solid #553EC3">Div</div>

This div border color is #553EC3.

Opacity

.myOpacity80 { color: #553EC3; opacity: 0.8; }

<p style="color:#553EC3;opacity:0.8;">80%</p>

Text with #553EC3 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 #553EC3;}

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

This text has shadow with #553EC3 color.


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

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

This text has shadow with #553EC3 primary color and red secondary color.


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

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

This text has shadow with #553EC3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #553EC3.

Preview

Color preview on black background

This text has color #553EC3 on black background.


Color preview on white background

This text has color #553EC3 on white background.


Black color preview on #553EC3 background

This text has black color on #553EC3 background.


White color preview on #553EC3 background

This text has white color on #553EC3 background.


Related colors

Complementary color

Complementary color for #hex is #AAC13C.


I love getcolorcode.com

Triadic colors

1 #C3553E and #3EC355 with #553EC3 are triadic colors.

2 #C33E55 and #3E55C3 with #553EC3 are triadic colors.