COLOR #5B9FC0

HEX: #5B9FC0
RGB: (91,159,192)

Color info

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

RGB color model

#5B9FC0 color RGB value is (91,159,192).

  • red value is 91;
  • green value is 159;
  • blue value is 192.
RGB:
(91,159,192)
(36%,62%,75%)

RGB channels and saturation

R 91 of 255 = 36%
G 159 of 255 = 62%
B 192 of 255 = 75%

91
159
192

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

Portions of RGB colors in percentages

R + G + B =
91 + 159 + 192 = 442 (100%)
R 91 of 442 ~ 20.59%
G 159 of 442 ~ 35.97%
B 192 of 442 ~ 43.44%

%20.59
%35.97
%43.44

CMYK color model

#5B9FC0 color CMYK value is (53,17,0,25).

  • cyan value is 52.60%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(53,17,0,25)
C53M17Y0K25 
(53%,17%,0%,25%)
(0.53/0.17/0.00/0.25)	

CMYK percentages

%52.6
%17.19
%0
%24.71

Codes

Color #5B9FC0 in popluar color models

5B9FC0
RGB91159192
HSL200°44.49%55.49%
HSB/HSV200°52.60%75.29%
CMYK52.60%17.19%0.00%
24.71%

Color #5B9FC0 in popluar number systems.

HEX5B9FC0
Decimal91159192
Binary10110111001111111000000
Octal133237300

Shades and tints

Shades of #5B9FC0

#5B9FC0
(91,159,192)
#5391AF
(83,145,175)
#4B839E
(75,131,158)
#43758D
(67,117,141)
#3B677C
(59,103,124)
#33596B
(51,89,107)
#2B4B5A
(43,75,90)
#233D49
(35,61,73)
#1B2F38
(27,47,56)
#132127
(19,33,39)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #5B9FC0

#5B9FC0
(91,159,192)
#69A7C5
(105,167,197)
#77AFCA
(119,175,202)
#85B7CF
(133,183,207)
#93BFD4
(147,191,212)
#A1C7D9
(161,199,217)
#AFCFDE
(175,207,222)
#BDD7E3
(189,215,227)
#CBDFE8
(203,223,232)
#D9E7ED
(217,231,237)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9FC0 color. Also use rgb(91,159,192) instead hex code.

Text Font Color

.myTextColor { color: #5B9FC0; }

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

This text font color is #5B9FC0.


Background Color

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

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

This div background color is #5B9FC0.


Border color

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

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

This div border color is #5B9FC0.


Opacity

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

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

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

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

This text has shadow with #5B9FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9FC0 on black background.


Color preview on white background

This text has color #5B9FC0 on white background.



Black color preview on #5B9FC0 background

This text has black color on #5B9FC0 background.


White color preview on #5B9FC0 background

This text has white color on #5B9FC0 background.