COLOR #5C53B0

HEX: #5C53B0 RGB: (92,83,176)

Color info

#5C53B0 contains mainly blue color. Web safe color of #5C53B0 is #666699 (or #669).

RGB color model

#5C53B0 color RGB value is (92,83,176).

RGB: (92,83,176) (36%, 33%, 69%)

RGB channels and saturation

R 92 of 255 = 36%
G 83 of 255 = 33%
B 176 of 255 = 69%

92
83
176

R + G + B ~ 46%. #5C53B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 83 + 176 = 351 (100%)
R 92 of 351 ~ 26.21%
G 83 of 351 ~ 23.65%
B 176 of 351 ~ 50.14'%

%26.21
%23.65
%50.14

CMYK color model

#5C53B0 color CMYK value is (48,53,0,31).

  • cyan value is 47.73%
  • magenta value is 52.84%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (48,53,0,31)
C48M53Y0K31 (48%, 53%, 0%, 31%)
(0.48 / 0.53 / 0.00 / 0.31)

CMYK percentages

%47.73
%52.84
%0
%30.98

Codes

Color #5C53B0 in popluar color models

5C 53 B0
RGB 92 83 176
HSL 246° 37.05% 50.78%
HSB/HSV 246° 52.84% 69.02%
CMYK 47.73% 52.84% 0.00%
30.98%

Color #5C53B0 in popluar number systems.

HEX 5C 53 B0
Decimal 92 83 176
Binary 1011100 1010011 10110000
Octal 134 123 260

Shades and tints

Shades of #5C53B0

#5C53B0
(92,83,176)
#544CA0
(84,76,160)
#4C4590
(76,69,144)
#443E80
(68,62,128)
#3C3770
(60,55,112)
#343060
(52,48,96)
#2C2950
(44,41,80)
#242240
(36,34,64)
#1C1B30
(28,27,48)
#141420
(20,20,32)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #5C53B0

#5C53B0
(92,83,176)
#6A62B7
(106,98,183)
#7871BE
(120,113,190)
#8680C5
(134,128,197)
#948FCC
(148,143,204)
#A29ED3
(162,158,211)
#B0ADDA
(176,173,218)
#BEBCE1
(190,188,225)
#CCCBE8
(204,203,232)
#DADAEF
(218,218,239)
#E8E9F6
(232,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C53B0 color. Also use rgb(92,83,176) instead hex code.

Text Font Color

.myTextColor { color: #5C53B0; }

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

This text font color is #5C53B0.

Background Color

.myBgColor { background-color: #5C53B0; }

<div style="background-color:#5C53B0">Inner text</div>

This div background color is #5C53B0.

Border color

.myBorderColor { border: 1px solid #5C53B0; }

<div style="border:3px solid #5C53B0">Div</div>

This div border color is #5C53B0.

Opacity

.myOpacity80 { color: #5C53B0; opacity: 0.8; }

<p style="color:#5C53B0;opacity:0.8;">80%</p>

Text with #5C53B0 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 #5C53B0;}

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

This text has shadow with #5C53B0 color.


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

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

This text has shadow with #5C53B0 primary color and red secondary color.


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

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

This text has shadow with #5C53B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5C53B0.

Preview

Color preview on black background

This text has color #5C53B0 on black background.


Color preview on white background

This text has color #5C53B0 on white background.


Black color preview on #5C53B0 background

This text has black color on #5C53B0 background.


White color preview on #5C53B0 background

This text has white color on #5C53B0 background.


Related colors

Complementary color

Complementary color for #hex is #A3AC4F.


I love getcolorcode.com

Triadic colors

1 #B05C53 and #53B05C with #5C53B0 are triadic colors.

2 #B0535C and #535CB0 with #5C53B0 are triadic colors.