COLOR #5F85BA

HEX: #5F85BA RGB: (95,133,186)

Color info

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

RGB color model

#5F85BA color RGB value is (95,133,186).

RGB: (95,133,186) (37%, 52%, 73%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 186 of 255 = 73%

95
133
186

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

Portions of RGB colors in percentages

R + G + B = 95 + 133 + 186 = 414 (100%)
R 95 of 414 ~ 22.95%
G 133 of 414 ~ 32.13%
B 186 of 414 ~ 44.93'%

%22.95
%32.13
%44.93

CMYK color model

#5F85BA color CMYK value is (49,28,0,27).

  • cyan value is 48.92%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (49,28,0,27)
C49M28Y0K27 (49%, 28%, 0%, 27%)
(0.49 / 0.28 / 0.00 / 0.27)

CMYK percentages

%48.92
%28.49
%0
%27.06

Codes

Color #5F85BA in popluar color models

5F 85 BA
RGB 95 133 186
HSL 215° 39.74% 55.10%
HSB/HSV 215° 48.92% 72.94%
CMYK 48.92% 28.49% 0.00%
27.06%

Color #5F85BA in popluar number systems.

HEX 5F 85 BA
Decimal 95 133 186
Binary 1011111 10000101 10111010
Octal 137 205 272

Shades and tints

Shades of #5F85BA

#5F85BA
(95,133,186)
#5779AA
(87,121,170)
#4F6D9A
(79,109,154)
#47618A
(71,97,138)
#3F557A
(63,85,122)
#37496A
(55,73,106)
#2F3D5A
(47,61,90)
#27314A
(39,49,74)
#1F253A
(31,37,58)
#17192A
(23,25,42)
#0F0D1A
(15,13,26)
#000000
(0,0,0)

Tints of #5F85BA

#5F85BA
(95,133,186)
#6D90C0
(109,144,192)
#7B9BC6
(123,155,198)
#89A6CC
(137,166,204)
#97B1D2
(151,177,210)
#A5BCD8
(165,188,216)
#B3C7DE
(179,199,222)
#C1D2E4
(193,210,228)
#CFDDEA
(207,221,234)
#DDE8F0
(221,232,240)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F85BA; }

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

This text font color is #5F85BA.

Background Color

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

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

This div background color is #5F85BA.

Border color

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

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

This div border color is #5F85BA.

Opacity

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

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

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

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

This text has shadow with #5F85BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F85BA.

Preview

Color preview on black background

This text has color #5F85BA on black background.


Color preview on white background

This text has color #5F85BA on white background.


Black color preview on #5F85BA background

This text has black color on #5F85BA background.


White color preview on #5F85BA background

This text has white color on #5F85BA background.


Related colors

Complementary color

Complementary color for #hex is #A07A45.


I love getcolorcode.com

Triadic colors

1 #BA5F85 and #85BA5F with #5F85BA are triadic colors.

2 #BA855F and #855FBA with #5F85BA are triadic colors.