COLOR #5999A5

HEX: #5999A5
RGB: (89,153,165)

Color info

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

RGB color model

#5999A5 color RGB value is (89,153,165).

  • red value is 89;
  • green value is 153;
  • blue value is 165.
RGB:
(89,153,165)
(35%,60%,65%)

RGB channels and saturation

R 89 of 255 = 35%
G 153 of 255 = 60%
B 165 of 255 = 65%

89
153
165

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

Portions of RGB colors in percentages

R + G + B =
89 + 153 + 165 = 407 (100%)
R 89 of 407 ~ 21.87%
G 153 of 407 ~ 37.59%
B 165 of 407 ~ 40.54%

%21.87
%37.59
%40.54

CMYK color model

#5999A5 color CMYK value is (46,7,0,35).

  • cyan value is 46.06%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(46,7,0,35)
C46M7Y0K35 
(46%,7%,0%,35%)
(0.46/0.07/0.00/0.35)	

CMYK percentages

%46.06
%7.27
%0
%35.29

Codes

Color #5999A5 in popluar color models

5999A5
RGB89153165
HSL189°29.92%49.80%
HSB/HSV189°46.06%64.71%
CMYK46.06%7.27%0.00%
35.29%

Color #5999A5 in popluar number systems.

HEX5999A5
Decimal89153165
Binary10110011001100110100101
Octal131231245

Shades and tints

Shades of #5999A5

#5999A5
(89,153,165)
#518C96
(81,140,150)
#497F87
(73,127,135)
#417278
(65,114,120)
#396569
(57,101,105)
#31585A
(49,88,90)
#294B4B
(41,75,75)
#213E3C
(33,62,60)
#19312D
(25,49,45)
#11241E
(17,36,30)
#09170F
(9,23,15)
#000000
(0,0,0)

Tints of #5999A5

#5999A5
(89,153,165)
#68A2AD
(104,162,173)
#77ABB5
(119,171,181)
#86B4BD
(134,180,189)
#95BDC5
(149,189,197)
#A4C6CD
(164,198,205)
#B3CFD5
(179,207,213)
#C2D8DD
(194,216,221)
#D1E1E5
(209,225,229)
#E0EAED
(224,234,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5999A5 color. Also use rgb(89,153,165) instead hex code.

Text Font Color

.myTextColor { color: #5999A5; }

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

This text font color is #5999A5.


Background Color

.myBgColor { background-color: #5999A5; }

<div style="background-color:#5999A5">Inner text</div>

This div background color is #5999A5.


Border color

.myBorderColor { border: 1px solid #5999A5; }

<div style="border:3px solid #5999A5">Div</div>

This div border color is #5999A5.


Opacity

.myOpacity80 { color: #5999A5; opacity: 0.8; }

<p style="color:#5999A5;opacity:0.8;">80%</p>

Text with #5999A5 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 #5999A5;}

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

This text has shadow with #5999A5 color.

.textShadow {text-shadow: 3px 3px 1px #5999A5, 3px 3px 1px red;}

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

This text has shadow with #5999A5 primary color and red secondary color.


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

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

This text has shadow with #5999A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5999A5 on black background.


Color preview on white background

This text has color #5999A5 on white background.



Black color preview on #5999A5 background

This text has black color on #5999A5 background.


White color preview on #5999A5 background

This text has white color on #5999A5 background.