COLOR #5F65B7

HEX: #5F65B7
RGB: (95,101,183)

Color info

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

RGB color model

#5F65B7 color RGB value is (95,101,183).

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

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 183 of 255 = 72%

95
101
183

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

Portions of RGB colors in percentages

R + G + B =
95 + 101 + 183 = 379 (100%)
R 95 of 379 ~ 25.07%
G 101 of 379 ~ 26.65%
B 183 of 379 ~ 48.28%

%25.07
%26.65
%48.28

CMYK color model

#5F65B7 color CMYK value is (48,45,0,28).

  • cyan value is 48.09%
  • magenta value is 44.81%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(48,45,0,28)
C48M45Y0K28 
(48%,45%,0%,28%)
(0.48/0.45/0.00/0.28)	

CMYK percentages

%48.09
%44.81
%0
%28.24

Codes

Color #5F65B7 in popluar color models

5F65B7
RGB95101183
HSL236°37.93%54.51%
HSB/HSV236°48.09%71.76%
CMYK48.09%44.81%0.00%
28.24%

Color #5F65B7 in popluar number systems.

HEX5F65B7
Decimal95101183
Binary1011111110010110110111
Octal137145267

Shades and tints

Shades of #5F65B7

#5F65B7
(95,101,183)
#575CA7
(87,92,167)
#4F5397
(79,83,151)
#474A87
(71,74,135)
#3F4177
(63,65,119)
#373867
(55,56,103)
#2F2F57
(47,47,87)
#272647
(39,38,71)
#1F1D37
(31,29,55)
#171427
(23,20,39)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #5F65B7

#5F65B7
(95,101,183)
#6D73BD
(109,115,189)
#7B81C3
(123,129,195)
#898FC9
(137,143,201)
#979DCF
(151,157,207)
#A5ABD5
(165,171,213)
#B3B9DB
(179,185,219)
#C1C7E1
(193,199,225)
#CFD5E7
(207,213,231)
#DDE3ED
(221,227,237)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F65B7; }

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

This text font color is #5F65B7.


Background Color

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

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

This div background color is #5F65B7.


Border color

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

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

This div border color is #5F65B7.


Opacity

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

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

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

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

This text has shadow with #5F65B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F65B7 on black background.


Color preview on white background

This text has color #5F65B7 on white background.



Black color preview on #5F65B7 background

This text has black color on #5F65B7 background.


White color preview on #5F65B7 background

This text has white color on #5F65B7 background.