COLOR #5F5C9A

HEX: #5F5C9A RGB: (95,92,154)

Color info

#5F5C9A contains mainly red and blue colors. Web safe color of #5F5C9A is #666699 (or #669).

RGB color model

#5F5C9A color RGB value is (95,92,154).

RGB: (95,92,154) (37%, 36%, 60%)

RGB channels and saturation

R 95 of 255 = 37%
G 92 of 255 = 36%
B 154 of 255 = 60%

95
92
154

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

Portions of RGB colors in percentages

R + G + B = 95 + 92 + 154 = 341 (100%)
R 95 of 341 ~ 27.86%
G 92 of 341 ~ 26.98%
B 154 of 341 ~ 45.16'%

%27.86
%26.98
%45.16

CMYK color model

#5F5C9A color CMYK value is (38,40,0,40).

  • cyan value is 38.31%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (38,40,0,40)
C38M40Y0K40 (38%, 40%, 0%, 40%)
(0.38 / 0.40 / 0.00 / 0.40)

CMYK percentages

%38.31
%40.26
%0
%39.61

Codes

Color #5F5C9A in popluar color models

5F 5C 9A
RGB 95 92 154
HSL 243° 25.20% 48.24%
HSB/HSV 243° 40.26% 60.39%
CMYK 38.31% 40.26% 0.00%
39.61%

Color #5F5C9A in popluar number systems.

HEX 5F 5C 9A
Decimal 95 92 154
Binary 1011111 1011100 10011010
Octal 137 134 232

Shades and tints

Shades of #5F5C9A

#5F5C9A
(95,92,154)
#57548C
(87,84,140)
#4F4C7E
(79,76,126)
#474470
(71,68,112)
#3F3C62
(63,60,98)
#373454
(55,52,84)
#2F2C46
(47,44,70)
#272438
(39,36,56)
#1F1C2A
(31,28,42)
#17141C
(23,20,28)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #5F5C9A

#5F5C9A
(95,92,154)
#6D6AA3
(109,106,163)
#7B78AC
(123,120,172)
#8986B5
(137,134,181)
#9794BE
(151,148,190)
#A5A2C7
(165,162,199)
#B3B0D0
(179,176,208)
#C1BED9
(193,190,217)
#CFCCE2
(207,204,226)
#DDDAEB
(221,218,235)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5C9A; }

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

This text font color is #5F5C9A.

Background Color

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

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

This div background color is #5F5C9A.

Border color

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

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

This div border color is #5F5C9A.

Opacity

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

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

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

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

This text has shadow with #5F5C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5C9A.

Preview

Color preview on black background

This text has color #5F5C9A on black background.


Color preview on white background

This text has color #5F5C9A on white background.


Black color preview on #5F5C9A background

This text has black color on #5F5C9A background.


White color preview on #5F5C9A background

This text has white color on #5F5C9A background.


Related colors

Complementary color

Complementary color for #hex is #A0A365.


I love getcolorcode.com

Triadic colors

1 #9A5F5C and #5C9A5F with #5F5C9A are triadic colors.

2 #9A5C5F and #5C5F9A with #5F5C9A are triadic colors.