COLOR #5F5792

HEX: #5F5792
RGB: (95,87,146)

Color info

#5F5792 contains red, green and blue colors in about the same proportion. Web safe color of #5F5792 is #666699 (or #669).

RGB color model

#5F5792 color RGB value is (95,87,146).

  • red value is 95;
  • green value is 87;
  • blue value is 146.
RGB:
(95,87,146)
(37%,34%,57%)

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 146 of 255 = 57%

95
87
146

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

Portions of RGB colors in percentages

R + G + B =
95 + 87 + 146 = 328 (100%)
R 95 of 328 ~ 28.96%
G 87 of 328 ~ 26.52%
B 146 of 328 ~ 44.51%

%28.96
%26.52
%44.51

CMYK color model

#5F5792 color CMYK value is (35,40,0,43).

  • cyan value is 34.93%
  • magenta value is 40.41%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(35,40,0,43)
C35M40Y0K43 
(35%,40%,0%,43%)
(0.35/0.40/0.00/0.43)	

CMYK percentages

%34.93
%40.41
%0
%42.75

Codes

Color #5F5792 in popluar color models

5F5792
RGB9587146
HSL248°25.32%45.69%
HSB/HSV248°40.41%57.25%
CMYK34.93%40.41%0.00%
42.75%

Color #5F5792 in popluar number systems.

HEX5F5792
Decimal9587146
Binary1011111101011110010010
Octal137127222

Shades and tints

Shades of #5F5792

#5F5792
(95,87,146)
#575085
(87,80,133)
#4F4978
(79,73,120)
#47426B
(71,66,107)
#3F3B5E
(63,59,94)
#373451
(55,52,81)
#2F2D44
(47,45,68)
#272637
(39,38,55)
#1F1F2A
(31,31,42)
#17181D
(23,24,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #5F5792

#5F5792
(95,87,146)
#6D669B
(109,102,155)
#7B75A4
(123,117,164)
#8984AD
(137,132,173)
#9793B6
(151,147,182)
#A5A2BF
(165,162,191)
#B3B1C8
(179,177,200)
#C1C0D1
(193,192,209)
#CFCFDA
(207,207,218)
#DDDEE3
(221,222,227)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5792 color. Also use rgb(95,87,146) instead hex code.

Text Font Color

.myTextColor { color: #5F5792; }

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

This text font color is #5F5792.


Background Color

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

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

This div background color is #5F5792.


Border color

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

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

This div border color is #5F5792.


Opacity

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

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

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

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

This text has shadow with #5F5792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5792 on black background.


Color preview on white background

This text has color #5F5792 on white background.



Black color preview on #5F5792 background

This text has black color on #5F5792 background.


White color preview on #5F5792 background

This text has white color on #5F5792 background.