COLOR #005755

HEX: #005755 RGB: (0,87,85)

Color info

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

RGB color model

#005755 color RGB value is (0,87,85).

RGB: (0,87,85) (0%, 34%, 33%)

RGB channels and saturation

R 0 of 255 = 0%
G 87 of 255 = 34%
B 85 of 255 = 33%

0
87
85

R + G + B ~ 22%. #005755 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 87 + 85 = 172 (100%)
R 0 of 172 ~ 0%
G 87 of 172 ~ 50.58%
B 85 of 172 ~ 49.42'%

%50.58
%49.42

CMYK color model

#005755 color CMYK value is (100,0,2,66).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%

CMYK: (100,0,2,66)
C100M0Y2K66 (100%, 0%, 2%, 66%)
(1.00 / 0.00 / 0.02 / 0.66)

CMYK percentages

%100
%0
%2.3
%65.88

Codes

Color #005755 in popluar color models

00 57 55
RGB 0 87 85
HSL 179° 100.00% 17.06%
HSB/HSV 179° 100.00% 34.12%
CMYK 100.00% 0.00% 2.30%
65.88%

Color #005755 in popluar number systems.

HEX 00 57 55
Decimal 0 87 85
Binary 0 1010111 1010101
Octal 0 127 125

Shades and tints

Shades of #005755

#005755
(0,87,85)
#00504E
(0,80,78)
#004947
(0,73,71)
#004240
(0,66,64)
#003B39
(0,59,57)
#003432
(0,52,50)
#002D2B
(0,45,43)
#002624
(0,38,36)
#001F1D
(0,31,29)
#001816
(0,24,22)
#00110F
(0,17,15)
#000000
(0,0,0)

Tints of #005755

#005755
(0,87,85)
#176664
(23,102,100)
#2E7573
(46,117,115)
#458482
(69,132,130)
#5C9391
(92,147,145)
#73A2A0
(115,162,160)
#8AB1AF
(138,177,175)
#A1C0BE
(161,192,190)
#B8CFCD
(184,207,205)
#CFDEDC
(207,222,220)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005755 color. Also use rgb(0,87,85) instead hex code.

Text Font Color

.myTextColor { color: #005755; }

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

This text font color is #005755.

Background Color

.myBgColor { background-color: #005755; }

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

This div background color is #005755.

Border color

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

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

This div border color is #005755.

Opacity

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

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

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

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

This text has shadow with #005755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005755.

Preview

Color preview on black background

This text has color #005755 on black background.


Color preview on white background

This text has color #005755 on white background.


Black color preview on #005755 background

This text has black color on #005755 background.


White color preview on #005755 background

This text has white color on #005755 background.


Related colors

Complementary color

Complementary color for #hex is #FFA8AA.


I love getcolorcode.com

Triadic colors

1 #550057 and #575500 with #005755 are triadic colors.

2 #555700 and #570055 with #005755 are triadic colors.