COLOR #558791

HEX: #558791
RGB: (85,135,145)

Color info

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

RGB color model

#558791 color RGB value is (85,135,145).

  • red value is 85;
  • green value is 135;
  • blue value is 145.
RGB:
(85,135,145)
(33%,53%,57%)

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 145 of 255 = 57%

85
135
145

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

Portions of RGB colors in percentages

R + G + B =
85 + 135 + 145 = 365 (100%)
R 85 of 365 ~ 23.29%
G 135 of 365 ~ 36.99%
B 145 of 365 ~ 39.73%

%23.29
%36.99
%39.73

CMYK color model

#558791 color CMYK value is (41,7,0,43).

  • cyan value is 41.38%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(41,7,0,43)
C41M7Y0K43 
(41%,7%,0%,43%)
(0.41/0.07/0.00/0.43)	

CMYK percentages

%41.38
%6.9
%0
%43.14

Codes

Color #558791 in popluar color models

558791
RGB85135145
HSL190°26.09%45.10%
HSB/HSV190°41.38%56.86%
CMYK41.38%6.90%0.00%
43.14%

Color #558791 in popluar number systems.

HEX558791
Decimal85135145
Binary10101011000011110010001
Octal125207221

Shades and tints

Shades of #558791

#558791
(85,135,145)
#4E7B84
(78,123,132)
#476F77
(71,111,119)
#40636A
(64,99,106)
#39575D
(57,87,93)
#324B50
(50,75,80)
#2B3F43
(43,63,67)
#243336
(36,51,54)
#1D2729
(29,39,41)
#161B1C
(22,27,28)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #558791

#558791
(85,135,145)
#64919B
(100,145,155)
#739BA5
(115,155,165)
#82A5AF
(130,165,175)
#91AFB9
(145,175,185)
#A0B9C3
(160,185,195)
#AFC3CD
(175,195,205)
#BECDD7
(190,205,215)
#CDD7E1
(205,215,225)
#DCE1EB
(220,225,235)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558791; }

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

This text font color is #558791.


Background Color

.myBgColor { background-color: #558791; }

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

This div background color is #558791.


Border color

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

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

This div border color is #558791.


Opacity

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

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

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

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

This text has shadow with #558791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558791 on black background.


Color preview on white background

This text has color #558791 on white background.



Black color preview on #558791 background

This text has black color on #558791 background.


White color preview on #558791 background

This text has white color on #558791 background.