COLOR #5F659D

HEX: #5F659D RGB: (95,101,157)

Color info

#5F659D contains mainly green and blue colors. Web safe color of #5F659D is #666699 (or #669).

RGB color model

#5F659D color RGB value is (95,101,157).

RGB: (95,101,157) (37%, 40%, 62%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 157 of 255 = 62%

95
101
157

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

Portions of RGB colors in percentages

R + G + B = 95 + 101 + 157 = 353 (100%)
R 95 of 353 ~ 26.91%
G 101 of 353 ~ 28.61%
B 157 of 353 ~ 44.48'%

%26.91
%28.61
%44.48

CMYK color model

#5F659D color CMYK value is (39,36,0,38).

  • cyan value is 39.49%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (39,36,0,38) C39M36Y0K38 (39%,36%,0%,38%) (0.39/0.36/0.00/0.38) 

CMYK percentages

%39.49
%35.67
%0
%38.43

Codes

Color #5F659D in popluar color models

5F 65 9D
RGB 95 101 157
HSL 234° 24.60% 49.41%
HSB/HSV 234° 39.49% 61.57%
CMYK 39.49% 35.67% 0.00%
38.43%

Color #5F659D in popluar number systems.

HEX 5F 65 9D
Decimal 95 101 157
Binary 1011111 1100101 10011101
Octal 137 145 235

Shades and tints

Shades of #5F659D

#5F659D
(95,101,157)
#575C8F
(87,92,143)
#4F5381
(79,83,129)
#474A73
(71,74,115)
#3F4165
(63,65,101)
#373857
(55,56,87)
#2F2F49
(47,47,73)
#27263B
(39,38,59)
#1F1D2D
(31,29,45)
#17141F
(23,20,31)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #5F659D

#5F659D
(95,101,157)
#6D73A5
(109,115,165)
#7B81AD
(123,129,173)
#898FB5
(137,143,181)
#979DBD
(151,157,189)
#A5ABC5
(165,171,197)
#B3B9CD
(179,185,205)
#C1C7D5
(193,199,213)
#CFD5DD
(207,213,221)
#DDE3E5
(221,227,229)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F659D; }

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

This text font color is #5F659D.

Background Color

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

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

This div background color is #5F659D.

Border color

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

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

This div border color is #5F659D.

Opacity

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

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

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

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

This text has shadow with #5F659D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F659D.

Preview

Color preview on black background

This text has color #5F659D on black background.


Color preview on white background

This text has color #5F659D on white background.


Black color preview on #5F659D background

This text has black color on #5F659D background.


White color preview on #5F659D background

This text has white color on #5F659D background.


Related colors

Complementary color

Complementary color for #hex is #A09A62.


I love getcolorcode.com

Triadic colors

1 #9D5F65 and #659D5F with #5F659D are triadic colors.

2 #9D655F and #655F9D with #5F659D are triadic colors.