COLOR #5799A1

HEX: #5799A1 RGB: (87,153,161)

Color info

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

RGB color model

#5799A1 color RGB value is (87,153,161).

RGB: (87,153,161) (34%, 60%, 63%)

RGB channels and saturation

R 87 of 255 = 34%
G 153 of 255 = 60%
B 161 of 255 = 63%

87
153
161

R + G + B ~ 52%. #5799A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 153 + 161 = 401 (100%)
R 87 of 401 ~ 21.7%
G 153 of 401 ~ 38.15%
B 161 of 401 ~ 40.15'%

%21.7
%38.15
%40.15

CMYK color model

#5799A1 color CMYK value is (46,5,0,37).

  • cyan value is 45.96%
  • magenta value is 4.97%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (46,5,0,37)
C46M5Y0K37 (46%, 5%, 0%, 37%)
(0.46 / 0.05 / 0.00 / 0.37)

CMYK percentages

%45.96
%4.97
%0
%36.86

Codes

Color #5799A1 in popluar color models

57 99 A1
RGB 87 153 161
HSL 186° 29.84% 48.63%
HSB/HSV 186° 45.96% 63.14%
CMYK 45.96% 4.97% 0.00%
36.86%

Color #5799A1 in popluar number systems.

HEX 57 99 A1
Decimal 87 153 161
Binary 1010111 10011001 10100001
Octal 127 231 241

Shades and tints

Shades of #5799A1

#5799A1
(87,153,161)
#508C93
(80,140,147)
#497F85
(73,127,133)
#427277
(66,114,119)
#3B6569
(59,101,105)
#34585B
(52,88,91)
#2D4B4D
(45,75,77)
#263E3F
(38,62,63)
#1F3131
(31,49,49)
#182423
(24,36,35)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #5799A1

#5799A1
(87,153,161)
#66A2A9
(102,162,169)
#75ABB1
(117,171,177)
#84B4B9
(132,180,185)
#93BDC1
(147,189,193)
#A2C6C9
(162,198,201)
#B1CFD1
(177,207,209)
#C0D8D9
(192,216,217)
#CFE1E1
(207,225,225)
#DEEAE9
(222,234,233)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5799A1 color. Also use rgb(87,153,161) instead hex code.

Text Font Color

.myTextColor { color: #5799A1; }

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

This text font color is #5799A1.

Background Color

.myBgColor { background-color: #5799A1; }

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

This div background color is #5799A1.

Border color

.myBorderColor { border: 1px solid #5799A1; }

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

This div border color is #5799A1.

Opacity

.myOpacity80 { color: #5799A1; opacity: 0.8; }

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

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

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

This text has shadow with #5799A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5799A1.

Preview

Color preview on black background

This text has color #5799A1 on black background.


Color preview on white background

This text has color #5799A1 on white background.


Black color preview on #5799A1 background

This text has black color on #5799A1 background.


White color preview on #5799A1 background

This text has white color on #5799A1 background.


Related colors

Complementary color

Complementary color for #hex is #A8665E.


I love getcolorcode.com

Triadic colors

1 #A15799 and #99A157 with #5799A1 are triadic colors.

2 #A19957 and #9957A1 with #5799A1 are triadic colors.