COLOR #5B8CA3

HEX: #5B8CA3
RGB: (91,140,163)

Color info

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

RGB color model

#5B8CA3 color RGB value is (91,140,163).

  • red value is 91;
  • green value is 140;
  • blue value is 163.
RGB:
(91,140,163)
(36%,55%,64%)

RGB channels and saturation

R 91 of 255 = 36%
G 140 of 255 = 55%
B 163 of 255 = 64%

91
140
163

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

Portions of RGB colors in percentages

R + G + B =
91 + 140 + 163 = 394 (100%)
R 91 of 394 ~ 23.1%
G 140 of 394 ~ 35.53%
B 163 of 394 ~ 41.37%

%23.1
%35.53
%41.37

CMYK color model

#5B8CA3 color CMYK value is (44,14,0,36).

  • cyan value is 44.17%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(44,14,0,36)
C44M14Y0K36 
(44%,14%,0%,36%)
(0.44/0.14/0.00/0.36)	

CMYK percentages

%44.17
%14.11
%0
%36.08

Codes

Color #5B8CA3 in popluar color models

5B8CA3
RGB91140163
HSL199°28.35%49.80%
HSB/HSV199°44.17%63.92%
CMYK44.17%14.11%0.00%
36.08%

Color #5B8CA3 in popluar number systems.

HEX5B8CA3
Decimal91140163
Binary10110111000110010100011
Octal133214243

Shades and tints

Shades of #5B8CA3

#5B8CA3
(91,140,163)
#538095
(83,128,149)
#4B7487
(75,116,135)
#436879
(67,104,121)
#3B5C6B
(59,92,107)
#33505D
(51,80,93)
#2B444F
(43,68,79)
#233841
(35,56,65)
#1B2C33
(27,44,51)
#132025
(19,32,37)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #5B8CA3

#5B8CA3
(91,140,163)
#6996AB
(105,150,171)
#77A0B3
(119,160,179)
#85AABB
(133,170,187)
#93B4C3
(147,180,195)
#A1BECB
(161,190,203)
#AFC8D3
(175,200,211)
#BDD2DB
(189,210,219)
#CBDCE3
(203,220,227)
#D9E6EB
(217,230,235)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8CA3 color. Also use rgb(91,140,163) instead hex code.

Text Font Color

.myTextColor { color: #5B8CA3; }

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

This text font color is #5B8CA3.


Background Color

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

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

This div background color is #5B8CA3.


Border color

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

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

This div border color is #5B8CA3.


Opacity

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

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

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

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

This text has shadow with #5B8CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8CA3 on black background.


Color preview on white background

This text has color #5B8CA3 on white background.



Black color preview on #5B8CA3 background

This text has black color on #5B8CA3 background.


White color preview on #5B8CA3 background

This text has white color on #5B8CA3 background.