COLOR #5BB093

HEX: #5BB093
RGB: (91,176,147)

Color info

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

RGB color model

#5BB093 color RGB value is (91,176,147).

  • red value is 91;
  • green value is 176;
  • blue value is 147.
RGB: (91,176,147) (36%,69%,58%)

RGB channels and saturation

R 91 of 255 = 36%
G 176 of 255 = 69%
B 147 of 255 = 58%

91
176
147

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

Portions of RGB colors in percentages

R + G + B =
91 + 176 + 147 = 414 (100%)
R 91 of 414 ~ 21.98%
G 176 of 414 ~ 42.51%
B 147 of 414 ~ 35.51%

%21.98
%42.51
%35.51

CMYK color model

#5BB093 color CMYK value is (48,0,16,31).

  • cyan value is 48.30%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK: (48,0,16,31) C48M0Y16K31 (48%,0%,16%,31%) (0.48/0.00/0.16/0.31)

CMYK percentages

%48.3
%0
%16.48
%30.98

Codes

Color #5BB093 in popluar color models

5BB093
RGB91176147
HSL160°34.98%52.35%
HSB/HSV160°48.30%69.02%
CMYK48.30%0.00%16.48%
30.98%

Color #5BB093 in popluar number systems.

HEX5BB093
Decimal91176147
Binary10110111011000010010011
Octal133260223

Shades and tints

Shades of #5BB093

#5BB093
(91,176,147)
#53A086
(83,160,134)
#4B9079
(75,144,121)
#43806C
(67,128,108)
#3B705F
(59,112,95)
#336052
(51,96,82)
#2B5045
(43,80,69)
#234038
(35,64,56)
#1B302B
(27,48,43)
#13201E
(19,32,30)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #5BB093

#5BB093
(91,176,147)
#69B79C
(105,183,156)
#77BEA5
(119,190,165)
#85C5AE
(133,197,174)
#93CCB7
(147,204,183)
#A1D3C0
(161,211,192)
#AFDAC9
(175,218,201)
#BDE1D2
(189,225,210)
#CBE8DB
(203,232,219)
#D9EFE4
(217,239,228)
#E7F6ED
(231,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB093 color. Also use rgb(91,176,147) instead hex code.

Text Font Color

.myTextColor { color: #5BB093; }

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

This text font color is #5BB093.


Background Color

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

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

This div background color is #5BB093.


Border color

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

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

This div border color is #5BB093.


Opacity

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

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

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

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

This text has shadow with #5BB093 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5BB093 on black background.


Color preview on white background

This text has color #5BB093 on white background.



Black color preview on #5BB093 background

This text has black color on #5BB093 background.


White color preview on #5BB093 background

This text has white color on #5BB093 background.