COLOR #599CA1

HEX: #599CA1
RGB: (89,156,161)

Color info

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

RGB color model

#599CA1 color RGB value is (89,156,161).

  • red value is 89;
  • green value is 156;
  • blue value is 161.
RGB:
(89,156,161)
(35%,61%,63%)

RGB channels and saturation

R 89 of 255 = 35%
G 156 of 255 = 61%
B 161 of 255 = 63%

89
156
161

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

Portions of RGB colors in percentages

R + G + B =
89 + 156 + 161 = 406 (100%)
R 89 of 406 ~ 21.92%
G 156 of 406 ~ 38.42%
B 161 of 406 ~ 39.66%

%21.92
%38.42
%39.66

CMYK color model

#599CA1 color CMYK value is (45,3,0,37).

  • cyan value is 44.72%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(45,3,0,37)
C45M3Y0K37 
(45%,3%,0%,37%)
(0.45/0.03/0.00/0.37)	

CMYK percentages

%44.72
%3.11
%0
%36.86

Codes

Color #599CA1 in popluar color models

599CA1
RGB89156161
HSL184°28.80%49.02%
HSB/HSV184°44.72%63.14%
CMYK44.72%3.11%0.00%
36.86%

Color #599CA1 in popluar number systems.

HEX599CA1
Decimal89156161
Binary10110011001110010100001
Octal131234241

Shades and tints

Shades of #599CA1

#599CA1
(89,156,161)
#518E93
(81,142,147)
#498085
(73,128,133)
#417277
(65,114,119)
#396469
(57,100,105)
#31565B
(49,86,91)
#29484D
(41,72,77)
#213A3F
(33,58,63)
#192C31
(25,44,49)
#111E23
(17,30,35)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #599CA1

#599CA1
(89,156,161)
#68A5A9
(104,165,169)
#77AEB1
(119,174,177)
#86B7B9
(134,183,185)
#95C0C1
(149,192,193)
#A4C9C9
(164,201,201)
#B3D2D1
(179,210,209)
#C2DBD9
(194,219,217)
#D1E4E1
(209,228,225)
#E0EDE9
(224,237,233)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599CA1; }

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

This text font color is #599CA1.


Background Color

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

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

This div background color is #599CA1.


Border color

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

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

This div border color is #599CA1.


Opacity

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

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

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

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

This text has shadow with #599CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599CA1 on black background.


Color preview on white background

This text has color #599CA1 on white background.



Black color preview on #599CA1 background

This text has black color on #599CA1 background.


White color preview on #599CA1 background

This text has white color on #599CA1 background.