COLOR #5F649C

HEX: #5F649C RGB: (95,100,156)

Color info

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

RGB color model

#5F649C color RGB value is (95,100,156).

RGB: (95,100,156) (37%, 39%, 61%)

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 156 of 255 = 61%

95
100
156

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

Portions of RGB colors in percentages

R + G + B = 95 + 100 + 156 = 351 (100%)
R 95 of 351 ~ 27.07%
G 100 of 351 ~ 28.49%
B 156 of 351 ~ 44.44'%

%27.07
%28.49
%44.44

CMYK color model

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

  • cyan value is 39.10%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (39,36,0,39)
C39M36Y0K39 (39%, 36%, 0%, 39%)
(0.39 / 0.36 / 0.00 / 0.39)

CMYK percentages

%39.1
%35.9
%0
%38.82

Codes

Color #5F649C in popluar color models

5F 64 9C
RGB 95 100 156
HSL 235° 24.30% 49.22%
HSB/HSV 235° 39.10% 61.18%
CMYK 39.10% 35.90% 0.00%
38.82%

Color #5F649C in popluar number systems.

HEX 5F 64 9C
Decimal 95 100 156
Binary 1011111 1100100 10011100
Octal 137 144 234

Shades and tints

Shades of #5F649C

#5F649C
(95,100,156)
#575B8E
(87,91,142)
#4F5280
(79,82,128)
#474972
(71,73,114)
#3F4064
(63,64,100)
#373756
(55,55,86)
#2F2E48
(47,46,72)
#27253A
(39,37,58)
#1F1C2C
(31,28,44)
#17131E
(23,19,30)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #5F649C

#5F649C
(95,100,156)
#6D72A5
(109,114,165)
#7B80AE
(123,128,174)
#898EB7
(137,142,183)
#979CC0
(151,156,192)
#A5AAC9
(165,170,201)
#B3B8D2
(179,184,210)
#C1C6DB
(193,198,219)
#CFD4E4
(207,212,228)
#DDE2ED
(221,226,237)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F649C color. Also use rgb(95,100,156) instead hex code.

Text Font Color

.myTextColor { color: #5F649C; }

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

This text font color is #5F649C.

Background Color

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

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

This div background color is #5F649C.

Border color

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

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

This div border color is #5F649C.

Opacity

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

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

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

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

This text has shadow with #5F649C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F649C.

Preview

Color preview on black background

This text has color #5F649C on black background.


Color preview on white background

This text has color #5F649C on white background.


Black color preview on #5F649C background

This text has black color on #5F649C background.


White color preview on #5F649C background

This text has white color on #5F649C background.


Related colors

Complementary color

Complementary color for #hex is #A09B63.


I love getcolorcode.com

Triadic colors

1 #9C5F64 and #649C5F with #5F649C are triadic colors.

2 #9C645F and #645F9C with #5F649C are triadic colors.