COLOR #5F6985

HEX: #5F6985 RGB: (95,105,133)

Color info

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

RGB color model

#5F6985 color RGB value is (95,105,133).

RGB: (95,105,133) (37%, 41%, 52%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 133 of 255 = 52%

95
105
133

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

Portions of RGB colors in percentages

R + G + B = 95 + 105 + 133 = 333 (100%)
R 95 of 333 ~ 28.53%
G 105 of 333 ~ 31.53%
B 133 of 333 ~ 39.94'%

%28.53
%31.53
%39.94

CMYK color model

#5F6985 color CMYK value is (29,21,0,48).

  • cyan value is 28.57%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (29,21,0,48)
C29M21Y0K48 (29%, 21%, 0%, 48%)
(0.29 / 0.21 / 0.00 / 0.48)

CMYK percentages

%28.57
%21.05
%0
%47.84

Codes

Color #5F6985 in popluar color models

5F 69 85
RGB 95 105 133
HSL 224° 16.67% 44.71%
HSB/HSV 224° 28.57% 52.16%
CMYK 28.57% 21.05% 0.00%
47.84%

Color #5F6985 in popluar number systems.

HEX 5F 69 85
Decimal 95 105 133
Binary 1011111 1101001 10000101
Octal 137 151 205

Shades and tints

Shades of #5F6985

#5F6985
(95,105,133)
#576079
(87,96,121)
#4F576D
(79,87,109)
#474E61
(71,78,97)
#3F4555
(63,69,85)
#373C49
(55,60,73)
#2F333D
(47,51,61)
#272A31
(39,42,49)
#1F2125
(31,33,37)
#171819
(23,24,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F6985

#5F6985
(95,105,133)
#6D7690
(109,118,144)
#7B839B
(123,131,155)
#8990A6
(137,144,166)
#979DB1
(151,157,177)
#A5AABC
(165,170,188)
#B3B7C7
(179,183,199)
#C1C4D2
(193,196,210)
#CFD1DD
(207,209,221)
#DDDEE8
(221,222,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6985 color. Also use rgb(95,105,133) instead hex code.

Text Font Color

.myTextColor { color: #5F6985; }

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

This text font color is #5F6985.

Background Color

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

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

This div background color is #5F6985.

Border color

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

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

This div border color is #5F6985.

Opacity

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

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

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

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

This text has shadow with #5F6985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6985.

Preview

Color preview on black background

This text has color #5F6985 on black background.


Color preview on white background

This text has color #5F6985 on white background.


Black color preview on #5F6985 background

This text has black color on #5F6985 background.


White color preview on #5F6985 background

This text has white color on #5F6985 background.


Related colors

Complementary color

Complementary color for #hex is #A0967A.


I love getcolorcode.com

Triadic colors

1 #855F69 and #69855F with #5F6985 are triadic colors.

2 #85695F and #695F85 with #5F6985 are triadic colors.