COLOR #005B5B

HEX: #005B5B
RGB: (0,91,91)

Color info

#005B5B contains only green and blue colors. Web safe color of #005B5B is #006666 (or #066).

RGB color model

#005B5B color RGB value is (0,91,91).

  • red value is 0;
  • green value is 91;
  • blue value is 91.
RGB:
(0,91,91)
(0%,36%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 91 of 255 = 36%
B 91 of 255 = 36%

0
91
91

R + G + B ~ 24%. #005B5B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 91 + 91 = 182 (100%)
R 0 of 182 ~ 0%
G 91 of 182 ~ 50%
B 91 of 182 ~ 50%

%50
%50

CMYK color model

#005B5B color CMYK value is (100,0,0,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(100,0,0,64)
C100M0Y0K64 
(100%,0%,0%,64%)
(1.00/0.00/0.00/0.64)	

CMYK percentages

%100
%0
%0
%64.31

Codes

Color #005B5B in popluar color models

005B5B
RGB09191
HSL180°100.00%17.84%
HSB/HSV180°100.00%35.69%
CMYK100.00%0.00%0.00%
64.31%

Color #005B5B in popluar number systems.

HEX005B5B
Decimal09191
Binary010110111011011
Octal0133133

Shades and tints

Shades of #005B5B

#005B5B
(0,91,91)
#005353
(0,83,83)
#004B4B
(0,75,75)
#004343
(0,67,67)
#003B3B
(0,59,59)
#003333
(0,51,51)
#002B2B
(0,43,43)
#002323
(0,35,35)
#001B1B
(0,27,27)
#001313
(0,19,19)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #005B5B

#005B5B
(0,91,91)
#176969
(23,105,105)
#2E7777
(46,119,119)
#458585
(69,133,133)
#5C9393
(92,147,147)
#73A1A1
(115,161,161)
#8AAFAF
(138,175,175)
#A1BDBD
(161,189,189)
#B8CBCB
(184,203,203)
#CFD9D9
(207,217,217)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005B5B color. Also use rgb(0,91,91) instead hex code.

Text Font Color

.myTextColor { color: #005B5B; }

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

This text font color is #005B5B.


Background Color

.myBgColor { background-color: #005B5B; }

<div style="background-color:#005B5B">Inner text</div>

This div background color is #005B5B.


Border color

.myBorderColor { border: 1px solid #005B5B; }

<div style="border:3px solid #005B5B">Div</div>

This div border color is #005B5B.


Opacity

.myOpacity80 { color: #005B5B; opacity: 0.8; }

<p style="color:#005B5B;opacity:0.8;">80%</p>

Text with #005B5B 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 #005B5B;}

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

This text has shadow with #005B5B color.

.textShadow {text-shadow: 3px 3px 1px #005B5B, 3px 3px 1px red;}

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

This text has shadow with #005B5B primary color and red secondary color.


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

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

This text has shadow with #005B5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005B5B on black background.


Color preview on white background

This text has color #005B5B on white background.



Black color preview on #005B5B background

This text has black color on #005B5B background.


White color preview on #005B5B background

This text has white color on #005B5B background.