COLOR #5F8DBD

HEX: #5F8DBD RGB: (95,141,189)

Color info

#5F8DBD contains mainly green and blue colors. Web safe color of #5F8DBD is #6699CC (or #69C).

RGB color model

#5F8DBD color RGB value is (95,141,189).

RGB: (95,141,189) (37%, 55%, 74%)

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 189 of 255 = 74%

95
141
189

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

Portions of RGB colors in percentages

R + G + B = 95 + 141 + 189 = 425 (100%)
R 95 of 425 ~ 22.35%
G 141 of 425 ~ 33.18%
B 189 of 425 ~ 44.47'%

%22.35
%33.18
%44.47

CMYK color model

#5F8DBD color CMYK value is (50,25,0,26).

  • cyan value is 49.74%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (50,25,0,26)
C50M25Y0K26 (50%, 25%, 0%, 26%)
(0.50 / 0.25 / 0.00 / 0.26)

CMYK percentages

%49.74
%25.4
%0
%25.88

Codes

Color #5F8DBD in popluar color models

5F 8D BD
RGB 95 141 189
HSL 211° 41.59% 55.69%
HSB/HSV 211° 49.74% 74.12%
CMYK 49.74% 25.40% 0.00%
25.88%

Color #5F8DBD in popluar number systems.

HEX 5F 8D BD
Decimal 95 141 189
Binary 1011111 10001101 10111101
Octal 137 215 275

Shades and tints

Shades of #5F8DBD

#5F8DBD
(95,141,189)
#5781AC
(87,129,172)
#4F759B
(79,117,155)
#47698A
(71,105,138)
#3F5D79
(63,93,121)
#375168
(55,81,104)
#2F4557
(47,69,87)
#273946
(39,57,70)
#1F2D35
(31,45,53)
#172124
(23,33,36)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #5F8DBD

#5F8DBD
(95,141,189)
#6D97C3
(109,151,195)
#7BA1C9
(123,161,201)
#89ABCF
(137,171,207)
#97B5D5
(151,181,213)
#A5BFDB
(165,191,219)
#B3C9E1
(179,201,225)
#C1D3E7
(193,211,231)
#CFDDED
(207,221,237)
#DDE7F3
(221,231,243)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8DBD color. Also use rgb(95,141,189) instead hex code.

Text Font Color

.myTextColor { color: #5F8DBD; }

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

This text font color is #5F8DBD.

Background Color

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

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

This div background color is #5F8DBD.

Border color

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

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

This div border color is #5F8DBD.

Opacity

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

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

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

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

This text has shadow with #5F8DBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8DBD.

Preview

Color preview on black background

This text has color #5F8DBD on black background.


Color preview on white background

This text has color #5F8DBD on white background.


Black color preview on #5F8DBD background

This text has black color on #5F8DBD background.


White color preview on #5F8DBD background

This text has white color on #5F8DBD background.


Related colors

Complementary color

Complementary color for #hex is #A07242.


I love getcolorcode.com

Triadic colors

1 #BD5F8D and #8DBD5F with #5F8DBD are triadic colors.

2 #BD8D5F and #8D5FBD with #5F8DBD are triadic colors.