COLOR #558597

HEX: #558597
RGB: (85,133,151)

Color info

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

RGB color model

#558597 color RGB value is (85,133,151).

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

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 151 of 255 = 59%

85
133
151

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

Portions of RGB colors in percentages

R + G + B =
85 + 133 + 151 = 369 (100%)
R 85 of 369 ~ 23.04%
G 133 of 369 ~ 36.04%
B 151 of 369 ~ 40.92%

%23.04
%36.04
%40.92

CMYK color model

#558597 color CMYK value is (44,12,0,41).

  • cyan value is 43.71%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(44,12,0,41)
C44M12Y0K41 
(44%,12%,0%,41%)
(0.44/0.12/0.00/0.41)	

CMYK percentages

%43.71
%11.92
%0
%40.78

Codes

Color #558597 in popluar color models

558597
RGB85133151
HSL196°27.97%46.27%
HSB/HSV196°43.71%59.22%
CMYK43.71%11.92%0.00%
40.78%

Color #558597 in popluar number systems.

HEX558597
Decimal85133151
Binary10101011000010110010111
Octal125205227

Shades and tints

Shades of #558597

#558597
(85,133,151)
#4E798A
(78,121,138)
#476D7D
(71,109,125)
#406170
(64,97,112)
#395563
(57,85,99)
#324956
(50,73,86)
#2B3D49
(43,61,73)
#24313C
(36,49,60)
#1D252F
(29,37,47)
#161922
(22,25,34)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #558597

#558597
(85,133,151)
#6490A0
(100,144,160)
#739BA9
(115,155,169)
#82A6B2
(130,166,178)
#91B1BB
(145,177,187)
#A0BCC4
(160,188,196)
#AFC7CD
(175,199,205)
#BED2D6
(190,210,214)
#CDDDDF
(205,221,223)
#DCE8E8
(220,232,232)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558597; }

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

This text font color is #558597.


Background Color

.myBgColor { background-color: #558597; }

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

This div background color is #558597.


Border color

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

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

This div border color is #558597.


Opacity

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

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

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

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

This text has shadow with #558597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558597 on black background.


Color preview on white background

This text has color #558597 on white background.



Black color preview on #558597 background

This text has black color on #558597 background.


White color preview on #558597 background

This text has white color on #558597 background.