COLOR #559E92

HEX: #559E92
RGB: (85,158,146)

Color info

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

RGB color model

#559E92 color RGB value is (85,158,146).

  • red value is 85;
  • green value is 158;
  • blue value is 146.
RGB:
(85,158,146)
(33%,62%,57%)

RGB channels and saturation

R 85 of 255 = 33%
G 158 of 255 = 62%
B 146 of 255 = 57%

85
158
146

R + G + B ~ 51%. #559E92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 158 + 146 = 389 (100%)
R 85 of 389 ~ 21.85%
G 158 of 389 ~ 40.62%
B 146 of 389 ~ 37.53%

%21.85
%40.62
%37.53

CMYK color model

#559E92 color CMYK value is (46,0,8,38).

  • cyan value is 46.20%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 38.04%
CMYK:
(46,0,8,38)
C46M0Y8K38 
(46%,0%,8%,38%)
(0.46/0.00/0.08/0.38)	

CMYK percentages

%46.2
%0
%7.59
%38.04

Codes

Color #559E92 in popluar color models

559E92
RGB85158146
HSL170°30.04%47.65%
HSB/HSV170°46.20%61.96%
CMYK46.20%0.00%7.59%
38.04%

Color #559E92 in popluar number systems.

HEX559E92
Decimal85158146
Binary10101011001111010010010
Octal125236222

Shades and tints

Shades of #559E92

#559E92
(85,158,146)
#4E9085
(78,144,133)
#478278
(71,130,120)
#40746B
(64,116,107)
#39665E
(57,102,94)
#325851
(50,88,81)
#2B4A44
(43,74,68)
#243C37
(36,60,55)
#1D2E2A
(29,46,42)
#16201D
(22,32,29)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #559E92

#559E92
(85,158,146)
#64A69B
(100,166,155)
#73AEA4
(115,174,164)
#82B6AD
(130,182,173)
#91BEB6
(145,190,182)
#A0C6BF
(160,198,191)
#AFCEC8
(175,206,200)
#BED6D1
(190,214,209)
#CDDEDA
(205,222,218)
#DCE6E3
(220,230,227)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559E92 color. Also use rgb(85,158,146) instead hex code.

Text Font Color

.myTextColor { color: #559E92; }

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

This text font color is #559E92.


Background Color

.myBgColor { background-color: #559E92; }

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

This div background color is #559E92.


Border color

.myBorderColor { border: 1px solid #559E92; }

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

This div border color is #559E92.


Opacity

.myOpacity80 { color: #559E92; opacity: 0.8; }

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

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

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

This text has shadow with #559E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559E92 on black background.


Color preview on white background

This text has color #559E92 on white background.



Black color preview on #559E92 background

This text has black color on #559E92 background.


White color preview on #559E92 background

This text has white color on #559E92 background.