COLOR #5F657B

HEX: #5F657B RGB: (95,101,123)

Color info

#5F657B contains red, green and blue colors in about the same proportion. Web safe color of #5F657B is #666666 (or #666).

RGB color model

#5F657B color RGB value is (95,101,123).

RGB: (95,101,123) (37%, 40%, 48%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 123 of 255 = 48%

95
101
123

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

Portions of RGB colors in percentages

R + G + B = 95 + 101 + 123 = 319 (100%)
R 95 of 319 ~ 29.78%
G 101 of 319 ~ 31.66%
B 123 of 319 ~ 38.56'%

%29.78
%31.66
%38.56

CMYK color model

#5F657B color CMYK value is (23,18,0,52).

  • cyan value is 22.76%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (23,18,0,52)
C23M18Y0K52 (23%, 18%, 0%, 52%)
(0.23 / 0.18 / 0.00 / 0.52)

CMYK percentages

%22.76
%17.89
%0
%51.76

Codes

Color #5F657B in popluar color models

5F 65 7B
RGB 95 101 123
HSL 227° 12.84% 42.75%
HSB/HSV 227° 22.76% 48.24%
CMYK 22.76% 17.89% 0.00%
51.76%

Color #5F657B in popluar number systems.

HEX 5F 65 7B
Decimal 95 101 123
Binary 1011111 1100101 1111011
Octal 137 145 173

Shades and tints

Shades of #5F657B

#5F657B
(95,101,123)
#575C70
(87,92,112)
#4F5365
(79,83,101)
#474A5A
(71,74,90)
#3F414F
(63,65,79)
#373844
(55,56,68)
#2F2F39
(47,47,57)
#27262E
(39,38,46)
#1F1D23
(31,29,35)
#171418
(23,20,24)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #5F657B

#5F657B
(95,101,123)
#6D7387
(109,115,135)
#7B8193
(123,129,147)
#898F9F
(137,143,159)
#979DAB
(151,157,171)
#A5ABB7
(165,171,183)
#B3B9C3
(179,185,195)
#C1C7CF
(193,199,207)
#CFD5DB
(207,213,219)
#DDE3E7
(221,227,231)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F657B; }

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

This text font color is #5F657B.

Background Color

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

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

This div background color is #5F657B.

Border color

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

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

This div border color is #5F657B.

Opacity

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

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

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

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

This text has shadow with #5F657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F657B.

Preview

Color preview on black background

This text has color #5F657B on black background.


Color preview on white background

This text has color #5F657B on white background.


Black color preview on #5F657B background

This text has black color on #5F657B background.


White color preview on #5F657B background

This text has white color on #5F657B background.


Related colors

Complementary color

Complementary color for #hex is #A09A84.


I love getcolorcode.com

Triadic colors

1 #7B5F65 and #657B5F with #5F657B are triadic colors.

2 #7B655F and #655F7B with #5F657B are triadic colors.