COLOR #579BA5

HEX: #579BA5 RGB: (87,155,165)

Color info

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

RGB color model

#579BA5 color RGB value is (87,155,165).

RGB: (87,155,165) (34%, 61%, 65%)

RGB channels and saturation

R 87 of 255 = 34%
G 155 of 255 = 61%
B 165 of 255 = 65%

87
155
165

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

Portions of RGB colors in percentages

R + G + B = 87 + 155 + 165 = 407 (100%)
R 87 of 407 ~ 21.38%
G 155 of 407 ~ 38.08%
B 165 of 407 ~ 40.54'%

%21.38
%38.08
%40.54

CMYK color model

#579BA5 color CMYK value is (47,6,0,35).

  • cyan value is 47.27%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (47,6,0,35)
C47M6Y0K35 (47%, 6%, 0%, 35%)
(0.47 / 0.06 / 0.00 / 0.35)

CMYK percentages

%47.27
%6.06
%0
%35.29

Codes

Color #579BA5 in popluar color models

57 9B A5
RGB 87 155 165
HSL 188° 30.95% 49.41%
HSB/HSV 188° 47.27% 64.71%
CMYK 47.27% 6.06% 0.00%
35.29%

Color #579BA5 in popluar number systems.

HEX 57 9B A5
Decimal 87 155 165
Binary 1010111 10011011 10100101
Octal 127 233 245

Shades and tints

Shades of #579BA5

#579BA5
(87,155,165)
#508D96
(80,141,150)
#497F87
(73,127,135)
#427178
(66,113,120)
#3B6369
(59,99,105)
#34555A
(52,85,90)
#2D474B
(45,71,75)
#26393C
(38,57,60)
#1F2B2D
(31,43,45)
#181D1E
(24,29,30)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #579BA5

#579BA5
(87,155,165)
#66A4AD
(102,164,173)
#75ADB5
(117,173,181)
#84B6BD
(132,182,189)
#93BFC5
(147,191,197)
#A2C8CD
(162,200,205)
#B1D1D5
(177,209,213)
#C0DADD
(192,218,221)
#CFE3E5
(207,227,229)
#DEECED
(222,236,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579BA5 color. Also use rgb(87,155,165) instead hex code.

Text Font Color

.myTextColor { color: #579BA5; }

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

This text font color is #579BA5.

Background Color

.myBgColor { background-color: #579BA5; }

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

This div background color is #579BA5.

Border color

.myBorderColor { border: 1px solid #579BA5; }

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

This div border color is #579BA5.

Opacity

.myOpacity80 { color: #579BA5; opacity: 0.8; }

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

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

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

This text has shadow with #579BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #579BA5.

Preview

Color preview on black background

This text has color #579BA5 on black background.


Color preview on white background

This text has color #579BA5 on white background.


Black color preview on #579BA5 background

This text has black color on #579BA5 background.


White color preview on #579BA5 background

This text has white color on #579BA5 background.


Related colors

Complementary color

Complementary color for #hex is #A8645A.


I love getcolorcode.com

Triadic colors

1 #A5579B and #9BA557 with #579BA5 are triadic colors.

2 #A59B57 and #9B57A5 with #579BA5 are triadic colors.