COLOR #5B8FAE

HEX: #5B8FAE
RGB: (91,143,174)

Color info

#5B8FAE contains mainly green and blue colors. Web safe color of #5B8FAE is #669999 (or #699).

RGB color model

#5B8FAE color RGB value is (91,143,174).

  • red value is 91;
  • green value is 143;
  • blue value is 174.
RGB:
(91,143,174)
(36%,56%,68%)

RGB channels and saturation

R 91 of 255 = 36%
G 143 of 255 = 56%
B 174 of 255 = 68%

91
143
174

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

Portions of RGB colors in percentages

R + G + B =
91 + 143 + 174 = 408 (100%)
R 91 of 408 ~ 22.3%
G 143 of 408 ~ 35.05%
B 174 of 408 ~ 42.65%

%22.3
%35.05
%42.65

CMYK color model

#5B8FAE color CMYK value is (48,18,0,32).

  • cyan value is 47.70%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(48,18,0,32)
C48M18Y0K32 
(48%,18%,0%,32%)
(0.48/0.18/0.00/0.32)	

CMYK percentages

%47.7
%17.82
%0
%31.76

Codes

Color #5B8FAE in popluar color models

5B8FAE
RGB91143174
HSL202°33.88%51.96%
HSB/HSV202°47.70%68.24%
CMYK47.70%17.82%0.00%
31.76%

Color #5B8FAE in popluar number systems.

HEX5B8FAE
Decimal91143174
Binary10110111000111110101110
Octal133217256

Shades and tints

Shades of #5B8FAE

#5B8FAE
(91,143,174)
#53829F
(83,130,159)
#4B7590
(75,117,144)
#436881
(67,104,129)
#3B5B72
(59,91,114)
#334E63
(51,78,99)
#2B4154
(43,65,84)
#233445
(35,52,69)
#1B2736
(27,39,54)
#131A27
(19,26,39)
#0B0D18
(11,13,24)
#000000
(0,0,0)

Tints of #5B8FAE

#5B8FAE
(91,143,174)
#6999B5
(105,153,181)
#77A3BC
(119,163,188)
#85ADC3
(133,173,195)
#93B7CA
(147,183,202)
#A1C1D1
(161,193,209)
#AFCBD8
(175,203,216)
#BDD5DF
(189,213,223)
#CBDFE6
(203,223,230)
#D9E9ED
(217,233,237)
#E7F3F4
(231,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8FAE color. Also use rgb(91,143,174) instead hex code.

Text Font Color

.myTextColor { color: #5B8FAE; }

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

This text font color is #5B8FAE.


Background Color

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

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

This div background color is #5B8FAE.


Border color

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

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

This div border color is #5B8FAE.


Opacity

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

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

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

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

This text has shadow with #5B8FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8FAE on black background.


Color preview on white background

This text has color #5B8FAE on white background.



Black color preview on #5B8FAE background

This text has black color on #5B8FAE background.


White color preview on #5B8FAE background

This text has white color on #5B8FAE background.