COLOR #5B9285

HEX: #5B9285
RGB: (91,146,133)

Color info

#5B9285 contains red, green and blue colors in about the same proportion. Web safe color of #5B9285 is #669999 (or #699).

RGB color model

#5B9285 color RGB value is (91,146,133).

  • red value is 91;
  • green value is 146;
  • blue value is 133.
RGB:
(91,146,133)
(36%,57%,52%)

RGB channels and saturation

R 91 of 255 = 36%
G 146 of 255 = 57%
B 133 of 255 = 52%

91
146
133

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

Portions of RGB colors in percentages

R + G + B =
91 + 146 + 133 = 370 (100%)
R 91 of 370 ~ 24.59%
G 146 of 370 ~ 39.46%
B 133 of 370 ~ 35.95%

%24.59
%39.46
%35.95

CMYK color model

#5B9285 color CMYK value is (38,0,9,43).

  • cyan value is 37.67%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 42.75%
CMYK:
(38,0,9,43)
C38M0Y9K43 
(38%,0%,9%,43%)
(0.38/0.00/0.09/0.43)	

CMYK percentages

%37.67
%0
%8.9
%42.75

Codes

Color #5B9285 in popluar color models

5B9285
RGB91146133
HSL166°23.21%46.47%
HSB/HSV166°37.67%57.25%
CMYK37.67%0.00%8.90%
42.75%

Color #5B9285 in popluar number systems.

HEX5B9285
Decimal91146133
Binary10110111001001010000101
Octal133222205

Shades and tints

Shades of #5B9285

#5B9285
(91,146,133)
#538579
(83,133,121)
#4B786D
(75,120,109)
#436B61
(67,107,97)
#3B5E55
(59,94,85)
#335149
(51,81,73)
#2B443D
(43,68,61)
#233731
(35,55,49)
#1B2A25
(27,42,37)
#131D19
(19,29,25)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #5B9285

#5B9285
(91,146,133)
#699B90
(105,155,144)
#77A49B
(119,164,155)
#85ADA6
(133,173,166)
#93B6B1
(147,182,177)
#A1BFBC
(161,191,188)
#AFC8C7
(175,200,199)
#BDD1D2
(189,209,210)
#CBDADD
(203,218,221)
#D9E3E8
(217,227,232)
#E7ECF3
(231,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9285 color. Also use rgb(91,146,133) instead hex code.

Text Font Color

.myTextColor { color: #5B9285; }

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

This text font color is #5B9285.


Background Color

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

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

This div background color is #5B9285.


Border color

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

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

This div border color is #5B9285.


Opacity

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

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

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

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

This text has shadow with #5B9285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9285 on black background.


Color preview on white background

This text has color #5B9285 on white background.



Black color preview on #5B9285 background

This text has black color on #5B9285 background.


White color preview on #5B9285 background

This text has white color on #5B9285 background.