COLOR #5B99AF

HEX: #5B99AF RGB: (91,153,175)

Color info

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

RGB color model

#5B99AF color RGB value is (91,153,175).

RGB: (91,153,175) (36%, 60%, 69%)

RGB channels and saturation

R 91 of 255 = 36%
G 153 of 255 = 60%
B 175 of 255 = 69%

91
153
175

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

Portions of RGB colors in percentages

R + G + B = 91 + 153 + 175 = 419 (100%)
R 91 of 419 ~ 21.72%
G 153 of 419 ~ 36.52%
B 175 of 419 ~ 41.77'%

%21.72
%36.52
%41.77

CMYK color model

#5B99AF color CMYK value is (48,13,0,31).

  • cyan value is 48.00%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (48,13,0,31)
C48M13Y0K31 (48%, 13%, 0%, 31%)
(0.48 / 0.13 / 0.00 / 0.31)

CMYK percentages

%48
%12.57
%0
%31.37

Codes

Color #5B99AF in popluar color models

5B 99 AF
RGB 91 153 175
HSL 196° 34.43% 52.16%
HSB/HSV 196° 48.00% 68.63%
CMYK 48.00% 12.57% 0.00%
31.37%

Color #5B99AF in popluar number systems.

HEX 5B 99 AF
Decimal 91 153 175
Binary 1011011 10011001 10101111
Octal 133 231 257

Shades and tints

Shades of #5B99AF

#5B99AF
(91,153,175)
#538CA0
(83,140,160)
#4B7F91
(75,127,145)
#437282
(67,114,130)
#3B6573
(59,101,115)
#335864
(51,88,100)
#2B4B55
(43,75,85)
#233E46
(35,62,70)
#1B3137
(27,49,55)
#132428
(19,36,40)
#0B1719
(11,23,25)
#000000
(0,0,0)

Tints of #5B99AF

#5B99AF
(91,153,175)
#69A2B6
(105,162,182)
#77ABBD
(119,171,189)
#85B4C4
(133,180,196)
#93BDCB
(147,189,203)
#A1C6D2
(161,198,210)
#AFCFD9
(175,207,217)
#BDD8E0
(189,216,224)
#CBE1E7
(203,225,231)
#D9EAEE
(217,234,238)
#E7F3F5
(231,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B99AF color. Also use rgb(91,153,175) instead hex code.

Text Font Color

.myTextColor { color: #5B99AF; }

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

This text font color is #5B99AF.

Background Color

.myBgColor { background-color: #5B99AF; }

<div style="background-color:#5B99AF">Inner text</div>

This div background color is #5B99AF.

Border color

.myBorderColor { border: 1px solid #5B99AF; }

<div style="border:3px solid #5B99AF">Div</div>

This div border color is #5B99AF.

Opacity

.myOpacity80 { color: #5B99AF; opacity: 0.8; }

<p style="color:#5B99AF;opacity:0.8;">80%</p>

Text with #5B99AF 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 #5B99AF;}

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

This text has shadow with #5B99AF color.


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

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

This text has shadow with #5B99AF primary color and red secondary color.


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

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

This text has shadow with #5B99AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5B99AF.

Preview

Color preview on black background

This text has color #5B99AF on black background.


Color preview on white background

This text has color #5B99AF on white background.


Black color preview on #5B99AF background

This text has black color on #5B99AF background.


White color preview on #5B99AF background

This text has white color on #5B99AF background.


Related colors

Complementary color

Complementary color for #hex is #A46650.


I love getcolorcode.com

Triadic colors

1 #AF5B99 and #99AF5B with #5B99AF are triadic colors.

2 #AF995B and #995BAF with #5B99AF are triadic colors.