COLOR #5F6B99

HEX: #5F6B99
RGB: (95,107,153)

Color info

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

RGB color model

#5F6B99 color RGB value is (95,107,153).

  • red value is 95;
  • green value is 107;
  • blue value is 153.
RGB:
(95,107,153)
(37%,42%,60%)

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 153 of 255 = 60%

95
107
153

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

Portions of RGB colors in percentages

R + G + B =
95 + 107 + 153 = 355 (100%)
R 95 of 355 ~ 26.76%
G 107 of 355 ~ 30.14%
B 153 of 355 ~ 43.1%

%26.76
%30.14
%43.1

CMYK color model

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

  • cyan value is 37.91%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(38,30,0,40)
C38M30Y0K40 
(38%,30%,0%,40%)
(0.38/0.30/0.00/0.40)	

CMYK percentages

%37.91
%30.07
%0
%40

Codes

Color #5F6B99 in popluar color models

5F6B99
RGB95107153
HSL228°23.39%48.63%
HSB/HSV228°37.91%60.00%
CMYK37.91%30.07%0.00%
40.00%

Color #5F6B99 in popluar number systems.

HEX5F6B99
Decimal95107153
Binary1011111110101110011001
Octal137153231

Shades and tints

Shades of #5F6B99

#5F6B99
(95,107,153)
#57628C
(87,98,140)
#4F597F
(79,89,127)
#475072
(71,80,114)
#3F4765
(63,71,101)
#373E58
(55,62,88)
#2F354B
(47,53,75)
#272C3E
(39,44,62)
#1F2331
(31,35,49)
#171A24
(23,26,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #5F6B99

#5F6B99
(95,107,153)
#6D78A2
(109,120,162)
#7B85AB
(123,133,171)
#8992B4
(137,146,180)
#979FBD
(151,159,189)
#A5ACC6
(165,172,198)
#B3B9CF
(179,185,207)
#C1C6D8
(193,198,216)
#CFD3E1
(207,211,225)
#DDE0EA
(221,224,234)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6B99 color. Also use rgb(95,107,153) instead hex code.

Text Font Color

.myTextColor { color: #5F6B99; }

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

This text font color is #5F6B99.


Background Color

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

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

This div background color is #5F6B99.


Border color

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

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

This div border color is #5F6B99.


Opacity

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

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

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

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

This text has shadow with #5F6B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6B99 on black background.


Color preview on white background

This text has color #5F6B99 on white background.



Black color preview on #5F6B99 background

This text has black color on #5F6B99 background.


White color preview on #5F6B99 background

This text has white color on #5F6B99 background.