COLOR #5C58AA

HEX: #5C58AA
RGB: (92,88,170)

Color info

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

RGB color model

#5C58AA color RGB value is (92,88,170).

  • red value is 92;
  • green value is 88;
  • blue value is 170.
RGB:
(92,88,170)
(36%,35%,67%)

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 170 of 255 = 67%

92
88
170

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

Portions of RGB colors in percentages

R + G + B =
92 + 88 + 170 = 350 (100%)
R 92 of 350 ~ 26.29%
G 88 of 350 ~ 25.14%
B 170 of 350 ~ 48.57%

%26.29
%25.14
%48.57

CMYK color model

#5C58AA color CMYK value is (46,48,0,33).

  • cyan value is 45.88%
  • magenta value is 48.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(46,48,0,33)
C46M48Y0K33 
(46%,48%,0%,33%)
(0.46/0.48/0.00/0.33)	

CMYK percentages

%45.88
%48.24
%0
%33.33

Codes

Color #5C58AA in popluar color models

5C58AA
RGB9288170
HSL243°32.54%50.59%
HSB/HSV243°48.24%66.67%
CMYK45.88%48.24%0.00%
33.33%

Color #5C58AA in popluar number systems.

HEX5C58AA
Decimal9288170
Binary1011100101100010101010
Octal134130252

Shades and tints

Shades of #5C58AA

#5C58AA
(92,88,170)
#54509B
(84,80,155)
#4C488C
(76,72,140)
#44407D
(68,64,125)
#3C386E
(60,56,110)
#34305F
(52,48,95)
#2C2850
(44,40,80)
#242041
(36,32,65)
#1C1832
(28,24,50)
#141023
(20,16,35)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #5C58AA

#5C58AA
(92,88,170)
#6A67B1
(106,103,177)
#7876B8
(120,118,184)
#8685BF
(134,133,191)
#9494C6
(148,148,198)
#A2A3CD
(162,163,205)
#B0B2D4
(176,178,212)
#BEC1DB
(190,193,219)
#CCD0E2
(204,208,226)
#DADFE9
(218,223,233)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C58AA; }

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

This text font color is #5C58AA.


Background Color

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

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

This div background color is #5C58AA.


Border color

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

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

This div border color is #5C58AA.


Opacity

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

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

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

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

This text has shadow with #5C58AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C58AA on black background.


Color preview on white background

This text has color #5C58AA on white background.



Black color preview on #5C58AA background

This text has black color on #5C58AA background.


White color preview on #5C58AA background

This text has white color on #5C58AA background.