COLOR #5D90AB

HEX: #5D90AB RGB: (93,144,171)

Color info

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

RGB color model

#5D90AB color RGB value is (93,144,171).

RGB: (93,144,171) (36%, 56%, 67%)

RGB channels and saturation

R 93 of 255 = 36%
G 144 of 255 = 56%
B 171 of 255 = 67%

93
144
171

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

Portions of RGB colors in percentages

R + G + B = 93 + 144 + 171 = 408 (100%)
R 93 of 408 ~ 22.79%
G 144 of 408 ~ 35.29%
B 171 of 408 ~ 41.91'%

%22.79
%35.29
%41.91

CMYK color model

#5D90AB color CMYK value is (46,16,0,33).

  • cyan value is 45.61%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (46,16,0,33)
C46M16Y0K33 (46%, 16%, 0%, 33%)
(0.46 / 0.16 / 0.00 / 0.33)

CMYK percentages

%45.61
%15.79
%0
%32.94

Codes

Color #5D90AB in popluar color models

5D 90 AB
RGB 93 144 171
HSL 201° 31.71% 51.76%
HSB/HSV 201° 45.61% 67.06%
CMYK 45.61% 15.79% 0.00%
32.94%

Color #5D90AB in popluar number systems.

HEX 5D 90 AB
Decimal 93 144 171
Binary 1011101 10010000 10101011
Octal 135 220 253

Shades and tints

Shades of #5D90AB

#5D90AB
(93,144,171)
#55839C
(85,131,156)
#4D768D
(77,118,141)
#45697E
(69,105,126)
#3D5C6F
(61,92,111)
#354F60
(53,79,96)
#2D4251
(45,66,81)
#253542
(37,53,66)
#1D2833
(29,40,51)
#151B24
(21,27,36)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #5D90AB

#5D90AB
(93,144,171)
#6B9AB2
(107,154,178)
#79A4B9
(121,164,185)
#87AEC0
(135,174,192)
#95B8C7
(149,184,199)
#A3C2CE
(163,194,206)
#B1CCD5
(177,204,213)
#BFD6DC
(191,214,220)
#CDE0E3
(205,224,227)
#DBEAEA
(219,234,234)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D90AB color. Also use rgb(93,144,171) instead hex code.

Text Font Color

.myTextColor { color: #5D90AB; }

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

This text font color is #5D90AB.

Background Color

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

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

This div background color is #5D90AB.

Border color

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

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

This div border color is #5D90AB.

Opacity

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

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

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

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

This text has shadow with #5D90AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D90AB.

Preview

Color preview on black background

This text has color #5D90AB on black background.


Color preview on white background

This text has color #5D90AB on white background.


Black color preview on #5D90AB background

This text has black color on #5D90AB background.


White color preview on #5D90AB background

This text has white color on #5D90AB background.


Related colors

Complementary color

Complementary color for #hex is #A26F54.


I love getcolorcode.com

Triadic colors

1 #AB5D90 and #90AB5D with #5D90AB are triadic colors.

2 #AB905D and #905DAB with #5D90AB are triadic colors.