COLOR #558D91

HEX: #558D91 RGB: (85,141,145)

Color info

#558D91 contains mainly green and blue colors. Web safe color of #558D91 is #669999 (or #699).

RGB color model

#558D91 color RGB value is (85,141,145).

RGB: (85,141,145) (33%, 55%, 57%)

RGB channels and saturation

R 85 of 255 = 33%
G 141 of 255 = 55%
B 145 of 255 = 57%

85
141
145

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

Portions of RGB colors in percentages

R + G + B = 85 + 141 + 145 = 371 (100%)
R 85 of 371 ~ 22.91%
G 141 of 371 ~ 38.01%
B 145 of 371 ~ 39.08'%

%22.91
%38.01
%39.08

CMYK color model

#558D91 color CMYK value is (41,3,0,43).

  • cyan value is 41.38%
  • magenta value is 2.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (41,3,0,43) C41M3Y0K43 (41%,3%,0%,43%) (0.41/0.03/0.00/0.43) 

CMYK percentages

%41.38
%2.76
%0
%43.14

Codes

Color #558D91 in popluar color models

55 8D 91
RGB 85 141 145
HSL 184° 26.09% 45.10%
HSB/HSV 184° 41.38% 56.86%
CMYK 41.38% 2.76% 0.00%
43.14%

Color #558D91 in popluar number systems.

HEX 55 8D 91
Decimal 85 141 145
Binary 1010101 10001101 10010001
Octal 125 215 221

Shades and tints

Shades of #558D91

#558D91
(85,141,145)
#4E8184
(78,129,132)
#477577
(71,117,119)
#40696A
(64,105,106)
#395D5D
(57,93,93)
#325150
(50,81,80)
#2B4543
(43,69,67)
#243936
(36,57,54)
#1D2D29
(29,45,41)
#16211C
(22,33,28)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #558D91

#558D91
(85,141,145)
#64979B
(100,151,155)
#73A1A5
(115,161,165)
#82ABAF
(130,171,175)
#91B5B9
(145,181,185)
#A0BFC3
(160,191,195)
#AFC9CD
(175,201,205)
#BED3D7
(190,211,215)
#CDDDE1
(205,221,225)
#DCE7EB
(220,231,235)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558D91 color. Also use rgb(85,141,145) instead hex code.

Text Font Color

.myTextColor { color: #558D91; }

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

This text font color is #558D91.

Background Color

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

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

This div background color is #558D91.

Border color

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

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

This div border color is #558D91.

Opacity

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

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

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

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

This text has shadow with #558D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558D91.

Preview

Color preview on black background

This text has color #558D91 on black background.


Color preview on white background

This text has color #558D91 on white background.


Black color preview on #558D91 background

This text has black color on #558D91 background.


White color preview on #558D91 background

This text has white color on #558D91 background.


Related colors

Complementary color

Complementary color for #hex is #AA726E.


I love getcolorcode.com

Triadic colors

1 #91558D and #8D9155 with #558D91 are triadic colors.

2 #918D55 and #8D5591 with #558D91 are triadic colors.