COLOR #599CAF

HEX: #599CAF RGB: (89,156,175)

Color info

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

RGB color model

#599CAF color RGB value is (89,156,175).

RGB: (89,156,175) (35%, 61%, 69%)

RGB channels and saturation

R 89 of 255 = 35%
G 156 of 255 = 61%
B 175 of 255 = 69%

89
156
175

R + G + B ~ 55%. #599CAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 156 + 175 = 420 (100%)
R 89 of 420 ~ 21.19%
G 156 of 420 ~ 37.14%
B 175 of 420 ~ 41.67'%

%21.19
%37.14
%41.67

CMYK color model

#599CAF color CMYK value is (49,11,0,31).

  • cyan value is 49.14%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (49,11,0,31) C49M11Y0K31 (49%,11%,0%,31%) (0.49/0.11/0.00/0.31) 

CMYK percentages

%49.14
%10.86
%0
%31.37

Codes

Color #599CAF in popluar color models

59 9C AF
RGB 89 156 175
HSL 193° 34.96% 51.76%
HSB/HSV 193° 49.14% 68.63%
CMYK 49.14% 10.86% 0.00%
31.37%

Color #599CAF in popluar number systems.

HEX 59 9C AF
Decimal 89 156 175
Binary 1011001 10011100 10101111
Octal 131 234 257

Shades and tints

Shades of #599CAF

#599CAF
(89,156,175)
#518EA0
(81,142,160)
#498091
(73,128,145)
#417282
(65,114,130)
#396473
(57,100,115)
#315664
(49,86,100)
#294855
(41,72,85)
#213A46
(33,58,70)
#192C37
(25,44,55)
#111E28
(17,30,40)
#091019
(9,16,25)
#000000
(0,0,0)

Tints of #599CAF

#599CAF
(89,156,175)
#68A5B6
(104,165,182)
#77AEBD
(119,174,189)
#86B7C4
(134,183,196)
#95C0CB
(149,192,203)
#A4C9D2
(164,201,210)
#B3D2D9
(179,210,217)
#C2DBE0
(194,219,224)
#D1E4E7
(209,228,231)
#E0EDEE
(224,237,238)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599CAF color. Also use rgb(89,156,175) instead hex code.

Text Font Color

.myTextColor { color: #599CAF; }

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

This text font color is #599CAF.

Background Color

.myBgColor { background-color: #599CAF; }

<div style="background-color:#599CAF">Inner text</div>

This div background color is #599CAF.

Border color

.myBorderColor { border: 1px solid #599CAF; }

<div style="border:3px solid #599CAF">Div</div>

This div border color is #599CAF.

Opacity

.myOpacity80 { color: #599CAF; opacity: 0.8; }

<p style="color:#599CAF;opacity:0.8;">80%</p>

Text with #599CAF 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 #599CAF;}

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

This text has shadow with #599CAF color.


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

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

This text has shadow with #599CAF primary color and red secondary color.


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

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

This text has shadow with #599CAF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #599CAF.

Preview

Color preview on black background

This text has color #599CAF on black background.


Color preview on white background

This text has color #599CAF on white background.


Black color preview on #599CAF background

This text has black color on #599CAF background.


White color preview on #599CAF background

This text has white color on #599CAF background.


Related colors

Complementary color

Complementary color for #hex is #A66350.


I love getcolorcode.com

Triadic colors

1 #AF599C and #9CAF59 with #599CAF are triadic colors.

2 #AF9C59 and #9C59AF with #599CAF are triadic colors.