COLOR #5F5DB7

HEX: #5F5DB7
RGB: (95,93,183)

Color info

#5F5DB7 contains mainly blue color. Web safe color of #5F5DB7 is #6666CC (or #66C).

RGB color model

#5F5DB7 color RGB value is (95,93,183).

  • red value is 95;
  • green value is 93;
  • blue value is 183.
RGB:
(95,93,183)
(37%,36%,72%)

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 183 of 255 = 72%

95
93
183

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

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 183 = 371 (100%)
R 95 of 371 ~ 25.61%
G 93 of 371 ~ 25.07%
B 183 of 371 ~ 49.33%

%25.61
%25.07
%49.33

CMYK color model

#5F5DB7 color CMYK value is (48,49,0,28).

  • cyan value is 48.09%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(48,49,0,28)
C48M49Y0K28 
(48%,49%,0%,28%)
(0.48/0.49/0.00/0.28)	

CMYK percentages

%48.09
%49.18
%0
%28.24

Codes

Color #5F5DB7 in popluar color models

5F5DB7
RGB9593183
HSL241°38.46%54.12%
HSB/HSV241°49.18%71.76%
CMYK48.09%49.18%0.00%
28.24%

Color #5F5DB7 in popluar number systems.

HEX5F5DB7
Decimal9593183
Binary1011111101110110110111
Octal137135267

Shades and tints

Shades of #5F5DB7

#5F5DB7
(95,93,183)
#5755A7
(87,85,167)
#4F4D97
(79,77,151)
#474587
(71,69,135)
#3F3D77
(63,61,119)
#373567
(55,53,103)
#2F2D57
(47,45,87)
#272547
(39,37,71)
#1F1D37
(31,29,55)
#171527
(23,21,39)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #5F5DB7

#5F5DB7
(95,93,183)
#6D6BBD
(109,107,189)
#7B79C3
(123,121,195)
#8987C9
(137,135,201)
#9795CF
(151,149,207)
#A5A3D5
(165,163,213)
#B3B1DB
(179,177,219)
#C1BFE1
(193,191,225)
#CFCDE7
(207,205,231)
#DDDBED
(221,219,237)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5DB7 color. Also use rgb(95,93,183) instead hex code.

Text Font Color

.myTextColor { color: #5F5DB7; }

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

This text font color is #5F5DB7.


Background Color

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

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

This div background color is #5F5DB7.


Border color

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

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

This div border color is #5F5DB7.


Opacity

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

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

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

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

This text has shadow with #5F5DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5DB7 on black background.


Color preview on white background

This text has color #5F5DB7 on white background.



Black color preview on #5F5DB7 background

This text has black color on #5F5DB7 background.


White color preview on #5F5DB7 background

This text has white color on #5F5DB7 background.