COLOR #5C55C4

HEX: #5C55C4 RGB: (92,85,196)

Color info

#5C55C4 contains mainly blue color. Web safe color of #5C55C4 is #6666CC (or #66C).

RGB color model

#5C55C4 color RGB value is (92,85,196).

RGB: (92,85,196) (36%, 33%, 77%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 196 of 255 = 77%

92
85
196

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

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 196 = 373 (100%)
R 92 of 373 ~ 24.66%
G 85 of 373 ~ 22.79%
B 196 of 373 ~ 52.55'%

%24.66
%22.79
%52.55

CMYK color model

#5C55C4 color CMYK value is (53,57,0,23).

  • cyan value is 53.06%
  • magenta value is 56.63%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (53,57,0,23)
C53M57Y0K23 (53%, 57%, 0%, 23%)
(0.53 / 0.57 / 0.00 / 0.23)

CMYK percentages

%53.06
%56.63
%0
%23.14

Codes

Color #5C55C4 in popluar color models

5C 55 C4
RGB 92 85 196
HSL 244° 48.47% 55.10%
HSB/HSV 244° 56.63% 76.86%
CMYK 53.06% 56.63% 0.00%
23.14%

Color #5C55C4 in popluar number systems.

HEX 5C 55 C4
Decimal 92 85 196
Binary 1011100 1010101 11000100
Octal 134 125 304

Shades and tints

Shades of #5C55C4

#5C55C4
(92,85,196)
#544EB3
(84,78,179)
#4C47A2
(76,71,162)
#444091
(68,64,145)
#3C3980
(60,57,128)
#34326F
(52,50,111)
#2C2B5E
(44,43,94)
#24244D
(36,36,77)
#1C1D3C
(28,29,60)
#14162B
(20,22,43)
#0C0F1A
(12,15,26)
#000000
(0,0,0)

Tints of #5C55C4

#5C55C4
(92,85,196)
#6A64C9
(106,100,201)
#7873CE
(120,115,206)
#8682D3
(134,130,211)
#9491D8
(148,145,216)
#A2A0DD
(162,160,221)
#B0AFE2
(176,175,226)
#BEBEE7
(190,190,231)
#CCCDEC
(204,205,236)
#DADCF1
(218,220,241)
#E8EBF6
(232,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C55C4 color. Also use rgb(92,85,196) instead hex code.

Text Font Color

.myTextColor { color: #5C55C4; }

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

This text font color is #5C55C4.

Background Color

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

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

This div background color is #5C55C4.

Border color

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

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

This div border color is #5C55C4.

Opacity

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

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

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

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

This text has shadow with #5C55C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C55C4.

Preview

Color preview on black background

This text has color #5C55C4 on black background.


Color preview on white background

This text has color #5C55C4 on white background.


Black color preview on #5C55C4 background

This text has black color on #5C55C4 background.


White color preview on #5C55C4 background

This text has white color on #5C55C4 background.


Related colors

Complementary color

Complementary color for #hex is #A3AA3B.


I love getcolorcode.com

Triadic colors

1 #C45C55 and #55C45C with #5C55C4 are triadic colors.

2 #C4555C and #555CC4 with #5C55C4 are triadic colors.