COLOR #5FA5B6

HEX: #5FA5B6 RGB: (95,165,182)

Color info

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

RGB color model

#5FA5B6 color RGB value is (95,165,182).

RGB: (95,165,182) (37%, 65%, 71%)

RGB channels and saturation

R 95 of 255 = 37%
G 165 of 255 = 65%
B 182 of 255 = 71%

95
165
182

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

Portions of RGB colors in percentages

R + G + B = 95 + 165 + 182 = 442 (100%)
R 95 of 442 ~ 21.49%
G 165 of 442 ~ 37.33%
B 182 of 442 ~ 41.18'%

%21.49
%37.33
%41.18

CMYK color model

#5FA5B6 color CMYK value is (48,9,0,29).

  • cyan value is 47.80%
  • magenta value is 9.34%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (48,9,0,29)
C48M9Y0K29 (48%, 9%, 0%, 29%)
(0.48 / 0.09 / 0.00 / 0.29)

CMYK percentages

%47.8
%9.34
%0
%28.63

Codes

Color #5FA5B6 in popluar color models

5F A5 B6
RGB 95 165 182
HSL 192° 37.34% 54.31%
HSB/HSV 192° 47.80% 71.37%
CMYK 47.80% 9.34% 0.00%
28.63%

Color #5FA5B6 in popluar number systems.

HEX 5F A5 B6
Decimal 95 165 182
Binary 1011111 10100101 10110110
Octal 137 245 266

Shades and tints

Shades of #5FA5B6

#5FA5B6
(95,165,182)
#5796A6
(87,150,166)
#4F8796
(79,135,150)
#477886
(71,120,134)
#3F6976
(63,105,118)
#375A66
(55,90,102)
#2F4B56
(47,75,86)
#273C46
(39,60,70)
#1F2D36
(31,45,54)
#171E26
(23,30,38)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #5FA5B6

#5FA5B6
(95,165,182)
#6DADBC
(109,173,188)
#7BB5C2
(123,181,194)
#89BDC8
(137,189,200)
#97C5CE
(151,197,206)
#A5CDD4
(165,205,212)
#B3D5DA
(179,213,218)
#C1DDE0
(193,221,224)
#CFE5E6
(207,229,230)
#DDEDEC
(221,237,236)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA5B6 color. Also use rgb(95,165,182) instead hex code.

Text Font Color

.myTextColor { color: #5FA5B6; }

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

This text font color is #5FA5B6.

Background Color

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

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

This div background color is #5FA5B6.

Border color

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

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

This div border color is #5FA5B6.

Opacity

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

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

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

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

This text has shadow with #5FA5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA5B6.

Preview

Color preview on black background

This text has color #5FA5B6 on black background.


Color preview on white background

This text has color #5FA5B6 on white background.


Black color preview on #5FA5B6 background

This text has black color on #5FA5B6 background.


White color preview on #5FA5B6 background

This text has white color on #5FA5B6 background.


Related colors

Complementary color

Complementary color for #hex is #A05A49.


I love getcolorcode.com

Triadic colors

1 #B65FA5 and #A5B65F with #5FA5B6 are triadic colors.

2 #B6A55F and #A55FB6 with #5FA5B6 are triadic colors.