COLOR #5F369D

HEX: #5F369D RGB: (95,54,157)

Color info

#5F369D contains mainly blue color. Web safe color of #5F369D is #663399 (or #639).

RGB color model

#5F369D color RGB value is (95,54,157).

RGB: (95,54,157) (37%, 21%, 62%)

RGB channels and saturation

R 95 of 255 = 37%
G 54 of 255 = 21%
B 157 of 255 = 62%

95
54
157

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

Portions of RGB colors in percentages

R + G + B = 95 + 54 + 157 = 306 (100%)
R 95 of 306 ~ 31.05%
G 54 of 306 ~ 17.65%
B 157 of 306 ~ 51.31'%

%31.05
%17.65
%51.31

CMYK color model

#5F369D color CMYK value is (39,66,0,38).

  • cyan value is 39.49%
  • magenta value is 65.61%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (39,66,0,38)
C39M66Y0K38 (39%, 66%, 0%, 38%)
(0.39 / 0.66 / 0.00 / 0.38)

CMYK percentages

%39.49
%65.61
%0
%38.43

Codes

Color #5F369D in popluar color models

5F 36 9D
RGB 95 54 157
HSL 264° 48.82% 41.37%
HSB/HSV 264° 65.61% 61.57%
CMYK 39.49% 65.61% 0.00%
38.43%

Color #5F369D in popluar number systems.

HEX 5F 36 9D
Decimal 95 54 157
Binary 1011111 110110 10011101
Octal 137 66 235

Shades and tints

Shades of #5F369D

#5F369D
(95,54,157)
#57328F
(87,50,143)
#4F2E81
(79,46,129)
#472A73
(71,42,115)
#3F2665
(63,38,101)
#372257
(55,34,87)
#2F1E49
(47,30,73)
#271A3B
(39,26,59)
#1F162D
(31,22,45)
#17121F
(23,18,31)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #5F369D

#5F369D
(95,54,157)
#6D48A5
(109,72,165)
#7B5AAD
(123,90,173)
#896CB5
(137,108,181)
#977EBD
(151,126,189)
#A590C5
(165,144,197)
#B3A2CD
(179,162,205)
#C1B4D5
(193,180,213)
#CFC6DD
(207,198,221)
#DDD8E5
(221,216,229)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F369D color. Also use rgb(95,54,157) instead hex code.

Text Font Color

.myTextColor { color: #5F369D; }

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

This text font color is #5F369D.

Background Color

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

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

This div background color is #5F369D.

Border color

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

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

This div border color is #5F369D.

Opacity

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

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

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

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

This text has shadow with #5F369D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F369D.

Preview

Color preview on black background

This text has color #5F369D on black background.


Color preview on white background

This text has color #5F369D on white background.


Black color preview on #5F369D background

This text has black color on #5F369D background.


White color preview on #5F369D background

This text has white color on #5F369D background.


Related colors

Complementary color

Complementary color for #hex is #A0C962.


I love getcolorcode.com

Triadic colors

1 #9D5F36 and #369D5F with #5F369D are triadic colors.

2 #9D365F and #365F9D with #5F369D are triadic colors.