COLOR #5FA1B5

HEX: #5FA1B5 RGB: (95,161,181)

Color info

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

RGB color model

#5FA1B5 color RGB value is (95,161,181).

RGB: (95,161,181) (37%, 63%, 71%)

RGB channels and saturation

R 95 of 255 = 37%
G 161 of 255 = 63%
B 181 of 255 = 71%

95
161
181

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

Portions of RGB colors in percentages

R + G + B = 95 + 161 + 181 = 437 (100%)
R 95 of 437 ~ 21.74%
G 161 of 437 ~ 36.84%
B 181 of 437 ~ 41.42'%

%21.74
%36.84
%41.42

CMYK color model

#5FA1B5 color CMYK value is (48,11,0,29).

  • cyan value is 47.51%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (48,11,0,29)
C48M11Y0K29 (48%, 11%, 0%, 29%)
(0.48 / 0.11 / 0.00 / 0.29)

CMYK percentages

%47.51
%11.05
%0
%29.02

Codes

Color #5FA1B5 in popluar color models

5F A1 B5
RGB 95 161 181
HSL 194° 36.75% 54.12%
HSB/HSV 194° 47.51% 70.98%
CMYK 47.51% 11.05% 0.00%
29.02%

Color #5FA1B5 in popluar number systems.

HEX 5F A1 B5
Decimal 95 161 181
Binary 1011111 10100001 10110101
Octal 137 241 265

Shades and tints

Shades of #5FA1B5

#5FA1B5
(95,161,181)
#5793A5
(87,147,165)
#4F8595
(79,133,149)
#477785
(71,119,133)
#3F6975
(63,105,117)
#375B65
(55,91,101)
#2F4D55
(47,77,85)
#273F45
(39,63,69)
#1F3135
(31,49,53)
#172325
(23,35,37)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #5FA1B5

#5FA1B5
(95,161,181)
#6DA9BB
(109,169,187)
#7BB1C1
(123,177,193)
#89B9C7
(137,185,199)
#97C1CD
(151,193,205)
#A5C9D3
(165,201,211)
#B3D1D9
(179,209,217)
#C1D9DF
(193,217,223)
#CFE1E5
(207,225,229)
#DDE9EB
(221,233,235)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA1B5 color. Also use rgb(95,161,181) instead hex code.

Text Font Color

.myTextColor { color: #5FA1B5; }

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

This text font color is #5FA1B5.

Background Color

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

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

This div background color is #5FA1B5.

Border color

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

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

This div border color is #5FA1B5.

Opacity

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

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

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

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

This text has shadow with #5FA1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA1B5.

Preview

Color preview on black background

This text has color #5FA1B5 on black background.


Color preview on white background

This text has color #5FA1B5 on white background.


Black color preview on #5FA1B5 background

This text has black color on #5FA1B5 background.


White color preview on #5FA1B5 background

This text has white color on #5FA1B5 background.


Related colors

Complementary color

Complementary color for #hex is #A05E4A.


I love getcolorcode.com

Triadic colors

1 #B55FA1 and #A1B55F with #5FA1B5 are triadic colors.

2 #B5A15F and #A15FB5 with #5FA1B5 are triadic colors.