COLOR #558556

HEX: #558556
RGB: (85,133,86)

Color info

#558556 contains red, green and blue colors in about the same proportion. Web safe color of #558556 is #669966 (or #696).

RGB color model

#558556 color RGB value is (85,133,86).

  • red value is 85;
  • green value is 133;
  • blue value is 86.
RGB:
(85,133,86)
(33%,52%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 86 of 255 = 34%

85
133
86

R + G + B ~ 40%. #558556 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 133 + 86 = 304 (100%)
R 85 of 304 ~ 27.96%
G 133 of 304 ~ 43.75%
B 86 of 304 ~ 28.29%

%27.96
%43.75
%28.29

CMYK color model

#558556 color CMYK value is (36,0,35,48).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 47.84%
CMYK:
(36,0,35,48)
C36M0Y35K48 
(36%,0%,35%,48%)
(0.36/0.00/0.35/0.48)	

CMYK percentages

%36.09
%0
%35.34
%47.84

Codes

Color #558556 in popluar color models

558556
RGB8513386
HSL121°22.02%42.75%
HSB/HSV121°36.09%52.16%
CMYK36.09%0.00%35.34%
47.84%

Color #558556 in popluar number systems.

HEX558556
Decimal8513386
Binary1010101100001011010110
Octal125205126

Shades and tints

Shades of #558556

#558556
(85,133,86)
#4E794F
(78,121,79)
#476D48
(71,109,72)
#406141
(64,97,65)
#39553A
(57,85,58)
#324933
(50,73,51)
#2B3D2C
(43,61,44)
#243125
(36,49,37)
#1D251E
(29,37,30)
#161917
(22,25,23)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #558556

#558556
(85,133,86)
#649065
(100,144,101)
#739B74
(115,155,116)
#82A683
(130,166,131)
#91B192
(145,177,146)
#A0BCA1
(160,188,161)
#AFC7B0
(175,199,176)
#BED2BF
(190,210,191)
#CDDDCE
(205,221,206)
#DCE8DD
(220,232,221)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558556 color. Also use rgb(85,133,86) instead hex code.

Text Font Color

.myTextColor { color: #558556; }

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

This text font color is #558556.


Background Color

.myBgColor { background-color: #558556; }

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

This div background color is #558556.


Border color

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

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

This div border color is #558556.


Opacity

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

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

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

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

This text has shadow with #558556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558556 on black background.


Color preview on white background

This text has color #558556 on white background.



Black color preview on #558556 background

This text has black color on #558556 background.


White color preview on #558556 background

This text has white color on #558556 background.