COLOR #558A66

HEX: #558A66 RGB: (85,138,102)

Color info

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

RGB color model

#558A66 color RGB value is (85,138,102).

RGB: (85,138,102) (33%, 54%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 138 of 255 = 54%
B 102 of 255 = 40%

85
138
102

R + G + B ~ 42%. #558A66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 138 + 102 = 325 (100%)
R 85 of 325 ~ 26.15%
G 138 of 325 ~ 42.46%
B 102 of 325 ~ 31.38'%

%26.15
%42.46
%31.38

CMYK color model

#558A66 color CMYK value is (38,0,26,46).

  • cyan value is 38.41%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 45.88%

CMYK: (38,0,26,46)
C38M0Y26K46 (38%, 0%, 26%, 46%)
(0.38 / 0.00 / 0.26 / 0.46)

CMYK percentages

%38.41
%0
%26.09
%45.88

Codes

Color #558A66 in popluar color models

55 8A 66
RGB 85 138 102
HSL 139° 23.77% 43.73%
HSB/HSV 139° 38.41% 54.12%
CMYK 38.41% 0.00% 26.09%
45.88%

Color #558A66 in popluar number systems.

HEX 55 8A 66
Decimal 85 138 102
Binary 1010101 10001010 1100110
Octal 125 212 146

Shades and tints

Shades of #558A66

#558A66
(85,138,102)
#4E7E5D
(78,126,93)
#477254
(71,114,84)
#40664B
(64,102,75)
#395A42
(57,90,66)
#324E39
(50,78,57)
#2B4230
(43,66,48)
#243627
(36,54,39)
#1D2A1E
(29,42,30)
#161E15
(22,30,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #558A66

#558A66
(85,138,102)
#649473
(100,148,115)
#739E80
(115,158,128)
#82A88D
(130,168,141)
#91B29A
(145,178,154)
#A0BCA7
(160,188,167)
#AFC6B4
(175,198,180)
#BED0C1
(190,208,193)
#CDDACE
(205,218,206)
#DCE4DB
(220,228,219)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558A66 color. Also use rgb(85,138,102) instead hex code.

Text Font Color

.myTextColor { color: #558A66; }

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

This text font color is #558A66.

Background Color

.myBgColor { background-color: #558A66; }

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

This div background color is #558A66.

Border color

.myBorderColor { border: 1px solid #558A66; }

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

This div border color is #558A66.

Opacity

.myOpacity80 { color: #558A66; opacity: 0.8; }

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

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

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

This text has shadow with #558A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558A66.

Preview

Color preview on black background

This text has color #558A66 on black background.


Color preview on white background

This text has color #558A66 on white background.


Black color preview on #558A66 background

This text has black color on #558A66 background.


White color preview on #558A66 background

This text has white color on #558A66 background.


Related colors

Complementary color

Complementary color for #hex is #AA7599.


I love getcolorcode.com

Triadic colors

1 #66558A and #8A6655 with #558A66 are triadic colors.

2 #668A55 and #8A5566 with #558A66 are triadic colors.