COLOR #559C93

HEX: #559C93 RGB: (85,156,147)

Color info

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

RGB color model

#559C93 color RGB value is (85,156,147).

RGB: (85,156,147) (33%, 61%, 58%)

RGB channels and saturation

R 85 of 255 = 33%
G 156 of 255 = 61%
B 147 of 255 = 58%

85
156
147

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

Portions of RGB colors in percentages

R + G + B = 85 + 156 + 147 = 388 (100%)
R 85 of 388 ~ 21.91%
G 156 of 388 ~ 40.21%
B 147 of 388 ~ 37.89'%

%21.91
%40.21
%37.89

CMYK color model

#559C93 color CMYK value is (46,0,6,39).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK: (46,0,6,39) C46M0Y6K39 (46%,0%,6%,39%) (0.46/0.00/0.06/0.39) 

CMYK percentages

%45.51
%0
%5.77
%38.82

Codes

Color #559C93 in popluar color models

55 9C 93
RGB 85 156 147
HSL 172° 29.46% 47.25%
HSB/HSV 172° 45.51% 61.18%
CMYK 45.51% 0.00% 5.77%
38.82%

Color #559C93 in popluar number systems.

HEX 55 9C 93
Decimal 85 156 147
Binary 1010101 10011100 10010011
Octal 125 234 223

Shades and tints

Shades of #559C93

#559C93
(85,156,147)
#4E8E86
(78,142,134)
#478079
(71,128,121)
#40726C
(64,114,108)
#39645F
(57,100,95)
#325652
(50,86,82)
#2B4845
(43,72,69)
#243A38
(36,58,56)
#1D2C2B
(29,44,43)
#161E1E
(22,30,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #559C93

#559C93
(85,156,147)
#64A59C
(100,165,156)
#73AEA5
(115,174,165)
#82B7AE
(130,183,174)
#91C0B7
(145,192,183)
#A0C9C0
(160,201,192)
#AFD2C9
(175,210,201)
#BEDBD2
(190,219,210)
#CDE4DB
(205,228,219)
#DCEDE4
(220,237,228)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559C93 color. Also use rgb(85,156,147) instead hex code.

Text Font Color

.myTextColor { color: #559C93; }

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

This text font color is #559C93.

Background Color

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

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

This div background color is #559C93.

Border color

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

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

This div border color is #559C93.

Opacity

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

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

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

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

This text has shadow with #559C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #559C93.

Preview

Color preview on black background

This text has color #559C93 on black background.


Color preview on white background

This text has color #559C93 on white background.


Black color preview on #559C93 background

This text has black color on #559C93 background.


White color preview on #559C93 background

This text has white color on #559C93 background.


Related colors

Complementary color

Complementary color for #hex is #AA636C.


I love getcolorcode.com

Triadic colors

1 #93559C and #9C9355 with #559C93 are triadic colors.

2 #939C55 and #9C5593 with #559C93 are triadic colors.