COLOR #5799A4

HEX: #5799A4
RGB: (87,153,164)

Color info

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

RGB color model

#5799A4 color RGB value is (87,153,164).

  • red value is 87;
  • green value is 153;
  • blue value is 164.
RGB:
(87,153,164)
(34%,60%,64%)

RGB channels and saturation

R 87 of 255 = 34%
G 153 of 255 = 60%
B 164 of 255 = 64%

87
153
164

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

Portions of RGB colors in percentages

R + G + B =
87 + 153 + 164 = 404 (100%)
R 87 of 404 ~ 21.53%
G 153 of 404 ~ 37.87%
B 164 of 404 ~ 40.59%

%21.53
%37.87
%40.59

CMYK color model

#5799A4 color CMYK value is (47,7,0,36).

  • cyan value is 46.95%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(47,7,0,36)
C47M7Y0K36 
(47%,7%,0%,36%)
(0.47/0.07/0.00/0.36)	

CMYK percentages

%46.95
%6.71
%0
%35.69

Codes

Color #5799A4 in popluar color models

5799A4
RGB87153164
HSL189°30.68%49.22%
HSB/HSV189°46.95%64.31%
CMYK46.95%6.71%0.00%
35.69%

Color #5799A4 in popluar number systems.

HEX5799A4
Decimal87153164
Binary10101111001100110100100
Octal127231244

Shades and tints

Shades of #5799A4

#5799A4
(87,153,164)
#508C96
(80,140,150)
#497F88
(73,127,136)
#42727A
(66,114,122)
#3B656C
(59,101,108)
#34585E
(52,88,94)
#2D4B50
(45,75,80)
#263E42
(38,62,66)
#1F3134
(31,49,52)
#182426
(24,36,38)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #5799A4

#5799A4
(87,153,164)
#66A2AC
(102,162,172)
#75ABB4
(117,171,180)
#84B4BC
(132,180,188)
#93BDC4
(147,189,196)
#A2C6CC
(162,198,204)
#B1CFD4
(177,207,212)
#C0D8DC
(192,216,220)
#CFE1E4
(207,225,228)
#DEEAEC
(222,234,236)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5799A4; }

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

This text font color is #5799A4.


Background Color

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

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

This div background color is #5799A4.


Border color

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

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

This div border color is #5799A4.


Opacity

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

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

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

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

This text has shadow with #5799A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5799A4 on black background.


Color preview on white background

This text has color #5799A4 on white background.



Black color preview on #5799A4 background

This text has black color on #5799A4 background.


White color preview on #5799A4 background

This text has white color on #5799A4 background.