COLOR #5F6789

HEX: #5F6789 RGB: (95,103,137)

Color info

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

RGB color model

#5F6789 color RGB value is (95,103,137).

RGB: (95,103,137) (37%, 40%, 54%)

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 137 of 255 = 54%

95
103
137

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

Portions of RGB colors in percentages

R + G + B = 95 + 103 + 137 = 335 (100%)
R 95 of 335 ~ 28.36%
G 103 of 335 ~ 30.75%
B 137 of 335 ~ 40.9'%

%28.36
%30.75
%40.9

CMYK color model

#5F6789 color CMYK value is (31,25,0,46).

  • cyan value is 30.66%
  • magenta value is 24.82%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (31,25,0,46) C31M25Y0K46 (31%,25%,0%,46%) (0.31/0.25/0.00/0.46) 

CMYK percentages

%30.66
%24.82
%0
%46.27

Codes

Color #5F6789 in popluar color models

5F 67 89
RGB 95 103 137
HSL 229° 18.10% 45.49%
HSB/HSV 229° 30.66% 53.73%
CMYK 30.66% 24.82% 0.00%
46.27%

Color #5F6789 in popluar number systems.

HEX 5F 67 89
Decimal 95 103 137
Binary 1011111 1100111 10001001
Octal 137 147 211

Shades and tints

Shades of #5F6789

#5F6789
(95,103,137)
#575E7D
(87,94,125)
#4F5571
(79,85,113)
#474C65
(71,76,101)
#3F4359
(63,67,89)
#373A4D
(55,58,77)
#2F3141
(47,49,65)
#272835
(39,40,53)
#1F1F29
(31,31,41)
#17161D
(23,22,29)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #5F6789

#5F6789
(95,103,137)
#6D7493
(109,116,147)
#7B819D
(123,129,157)
#898EA7
(137,142,167)
#979BB1
(151,155,177)
#A5A8BB
(165,168,187)
#B3B5C5
(179,181,197)
#C1C2CF
(193,194,207)
#CFCFD9
(207,207,217)
#DDDCE3
(221,220,227)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6789 color. Also use rgb(95,103,137) instead hex code.

Text Font Color

.myTextColor { color: #5F6789; }

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

This text font color is #5F6789.

Background Color

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

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

This div background color is #5F6789.

Border color

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

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

This div border color is #5F6789.

Opacity

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

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

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

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

This text has shadow with #5F6789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6789.

Preview

Color preview on black background

This text has color #5F6789 on black background.


Color preview on white background

This text has color #5F6789 on white background.


Black color preview on #5F6789 background

This text has black color on #5F6789 background.


White color preview on #5F6789 background

This text has white color on #5F6789 background.


Related colors

Complementary color

Complementary color for #hex is #A09876.


I love getcolorcode.com

Triadic colors

1 #895F67 and #67895F with #5F6789 are triadic colors.

2 #89675F and #675F89 with #5F6789 are triadic colors.