COLOR #5B81A1

HEX: #5B81A1 RGB: (91,129,161)

Color info

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

RGB color model

#5B81A1 color RGB value is (91,129,161).

RGB: (91,129,161) (36%, 51%, 63%)

RGB channels and saturation

R 91 of 255 = 36%
G 129 of 255 = 51%
B 161 of 255 = 63%

91
129
161

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

Portions of RGB colors in percentages

R + G + B = 91 + 129 + 161 = 381 (100%)
R 91 of 381 ~ 23.88%
G 129 of 381 ~ 33.86%
B 161 of 381 ~ 42.26'%

%23.88
%33.86
%42.26

CMYK color model

#5B81A1 color CMYK value is (43,20,0,37).

  • cyan value is 43.48%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (43,20,0,37)
C43M20Y0K37 (43%, 20%, 0%, 37%)
(0.43 / 0.20 / 0.00 / 0.37)

CMYK percentages

%43.48
%19.88
%0
%36.86

Codes

Color #5B81A1 in popluar color models

5B 81 A1
RGB 91 129 161
HSL 207° 27.78% 49.41%
HSB/HSV 207° 43.48% 63.14%
CMYK 43.48% 19.88% 0.00%
36.86%

Color #5B81A1 in popluar number systems.

HEX 5B 81 A1
Decimal 91 129 161
Binary 1011011 10000001 10100001
Octal 133 201 241

Shades and tints

Shades of #5B81A1

#5B81A1
(91,129,161)
#537693
(83,118,147)
#4B6B85
(75,107,133)
#436077
(67,96,119)
#3B5569
(59,85,105)
#334A5B
(51,74,91)
#2B3F4D
(43,63,77)
#23343F
(35,52,63)
#1B2931
(27,41,49)
#131E23
(19,30,35)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #5B81A1

#5B81A1
(91,129,161)
#698CA9
(105,140,169)
#7797B1
(119,151,177)
#85A2B9
(133,162,185)
#93ADC1
(147,173,193)
#A1B8C9
(161,184,201)
#AFC3D1
(175,195,209)
#BDCED9
(189,206,217)
#CBD9E1
(203,217,225)
#D9E4E9
(217,228,233)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B81A1 color. Also use rgb(91,129,161) instead hex code.

Text Font Color

.myTextColor { color: #5B81A1; }

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

This text font color is #5B81A1.

Background Color

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

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

This div background color is #5B81A1.

Border color

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

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

This div border color is #5B81A1.

Opacity

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

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

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

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

This text has shadow with #5B81A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B81A1.

Preview

Color preview on black background

This text has color #5B81A1 on black background.


Color preview on white background

This text has color #5B81A1 on white background.


Black color preview on #5B81A1 background

This text has black color on #5B81A1 background.


White color preview on #5B81A1 background

This text has white color on #5B81A1 background.


Related colors

Complementary color

Complementary color for #hex is #A47E5E.


I love getcolorcode.com

Triadic colors

1 #A15B81 and #81A15B with #5B81A1 are triadic colors.

2 #A1815B and #815BA1 with #5B81A1 are triadic colors.