COLOR #5C5CB3

HEX: #5C5CB3
RGB: (92,92,179)

Color info

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

RGB color model

#5C5CB3 color RGB value is (92,92,179).

  • red value is 92;
  • green value is 92;
  • blue value is 179.
RGB:
(92,92,179)
(36%,36%,70%)

RGB channels and saturation

R 92 of 255 = 36%
G 92 of 255 = 36%
B 179 of 255 = 70%

92
92
179

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

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 179 = 363 (100%)
R 92 of 363 ~ 25.34%
G 92 of 363 ~ 25.34%
B 179 of 363 ~ 49.31%

%25.34
%25.34
%49.31

CMYK color model

#5C5CB3 color CMYK value is (49,49,0,30).

  • cyan value is 48.60%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(49,49,0,30)
C49M49Y0K30 
(49%,49%,0%,30%)
(0.49/0.49/0.00/0.30)	

CMYK percentages

%48.6
%48.6
%0
%29.8

Codes

Color #5C5CB3 in popluar color models

5C5CB3
RGB9292179
HSL240°36.40%53.14%
HSB/HSV240°48.60%70.20%
CMYK48.60%48.60%0.00%
29.80%

Color #5C5CB3 in popluar number systems.

HEX5C5CB3
Decimal9292179
Binary1011100101110010110011
Octal134134263

Shades and tints

Shades of #5C5CB3

#5C5CB3
(92,92,179)
#5454A3
(84,84,163)
#4C4C93
(76,76,147)
#444483
(68,68,131)
#3C3C73
(60,60,115)
#343463
(52,52,99)
#2C2C53
(44,44,83)
#242443
(36,36,67)
#1C1C33
(28,28,51)
#141423
(20,20,35)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #5C5CB3

#5C5CB3
(92,92,179)
#6A6AB9
(106,106,185)
#7878BF
(120,120,191)
#8686C5
(134,134,197)
#9494CB
(148,148,203)
#A2A2D1
(162,162,209)
#B0B0D7
(176,176,215)
#BEBEDD
(190,190,221)
#CCCCE3
(204,204,227)
#DADAE9
(218,218,233)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5CB3; }

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

This text font color is #5C5CB3.


Background Color

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

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

This div background color is #5C5CB3.


Border color

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

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

This div border color is #5C5CB3.


Opacity

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

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

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

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

This text has shadow with #5C5CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5CB3 on black background.


Color preview on white background

This text has color #5C5CB3 on white background.



Black color preview on #5C5CB3 background

This text has black color on #5C5CB3 background.


White color preview on #5C5CB3 background

This text has white color on #5C5CB3 background.