COLOR #005856

HEX: #005856 RGB: (0,88,86)

Color info

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

RGB color model

#005856 color RGB value is (0,88,86).

RGB: (0,88,86) (0%, 35%, 34%)

RGB channels and saturation

R 0 of 255 = 0%
G 88 of 255 = 35%
B 86 of 255 = 34%

0
88
86

R + G + B ~ 23%. #005856 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 88 + 86 = 174 (100%)
R 0 of 174 ~ 0%
G 88 of 174 ~ 50.57%
B 86 of 174 ~ 49.43'%

%50.57
%49.43

CMYK color model

#005856 color CMYK value is (100,0,2,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 65.49%

CMYK: (100,0,2,65)
C100M0Y2K65 (100%, 0%, 2%, 65%)
(1.00 / 0.00 / 0.02 / 0.65)

CMYK percentages

%100
%0
%2.27
%65.49

Codes

Color #005856 in popluar color models

00 58 56
RGB 0 88 86
HSL 179° 100.00% 17.25%
HSB/HSV 179° 100.00% 34.51%
CMYK 100.00% 0.00% 2.27%
65.49%

Color #005856 in popluar number systems.

HEX 00 58 56
Decimal 0 88 86
Binary 0 1011000 1010110
Octal 0 130 126

Shades and tints

Shades of #005856

#005856
(0,88,86)
#00504F
(0,80,79)
#004848
(0,72,72)
#004041
(0,64,65)
#00383A
(0,56,58)
#003033
(0,48,51)
#00282C
(0,40,44)
#002025
(0,32,37)
#00181E
(0,24,30)
#001017
(0,16,23)
#000810
(0,8,16)
#000000
(0,0,0)

Tints of #005856

#005856
(0,88,86)
#176765
(23,103,101)
#2E7674
(46,118,116)
#458583
(69,133,131)
#5C9492
(92,148,146)
#73A3A1
(115,163,161)
#8AB2B0
(138,178,176)
#A1C1BF
(161,193,191)
#B8D0CE
(184,208,206)
#CFDFDD
(207,223,221)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005856 color. Also use rgb(0,88,86) instead hex code.

Text Font Color

.myTextColor { color: #005856; }

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

This text font color is #005856.

Background Color

.myBgColor { background-color: #005856; }

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

This div background color is #005856.

Border color

.myBorderColor { border: 1px solid #005856; }

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

This div border color is #005856.

Opacity

.myOpacity80 { color: #005856; opacity: 0.8; }

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

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

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

This text has shadow with #005856 color.


.textShadow {text-shadow: 3px 3px 1px #005856', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #005856; -webkit-box-shadow: 1px 1px 3px 2px #005856; box-shadow:1px 1px 3px 2px #005856;">
Div content here
</div>

This div box has shadow with color #005856.

Preview

Color preview on black background

This text has color #005856 on black background.


Color preview on white background

This text has color #005856 on white background.


Black color preview on #005856 background

This text has black color on #005856 background.


White color preview on #005856 background

This text has white color on #005856 background.


Related colors

Complementary color

Complementary color for #hex is #FFA7A9.


I love getcolorcode.com

Triadic colors

1 #560058 and #585600 with #005856 are triadic colors.

2 #565800 and #580056 with #005856 are triadic colors.