COLOR #5398AB

HEX: #5398AB
RGB: (83,152,171)

Color info

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

RGB color model

#5398AB color RGB value is (83,152,171).

  • red value is 83;
  • green value is 152;
  • blue value is 171.
RGB:
(83,152,171)
(33%,60%,67%)

RGB channels and saturation

R 83 of 255 = 33%
G 152 of 255 = 60%
B 171 of 255 = 67%

83
152
171

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

Portions of RGB colors in percentages

R + G + B =
83 + 152 + 171 = 406 (100%)
R 83 of 406 ~ 20.44%
G 152 of 406 ~ 37.44%
B 171 of 406 ~ 42.12%

%20.44
%37.44
%42.12

CMYK color model

#5398AB color CMYK value is (51,11,0,33).

  • cyan value is 51.46%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(51,11,0,33)
C51M11Y0K33 
(51%,11%,0%,33%)
(0.51/0.11/0.00/0.33)	

CMYK percentages

%51.46
%11.11
%0
%32.94

Codes

Color #5398AB in popluar color models

5398AB
RGB83152171
HSL193°34.65%49.80%
HSB/HSV193°51.46%67.06%
CMYK51.46%11.11%0.00%
32.94%

Color #5398AB in popluar number systems.

HEX5398AB
Decimal83152171
Binary10100111001100010101011
Octal123230253

Shades and tints

Shades of #5398AB

#5398AB
(83,152,171)
#4C8B9C
(76,139,156)
#457E8D
(69,126,141)
#3E717E
(62,113,126)
#37646F
(55,100,111)
#305760
(48,87,96)
#294A51
(41,74,81)
#223D42
(34,61,66)
#1B3033
(27,48,51)
#142324
(20,35,36)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #5398AB

#5398AB
(83,152,171)
#62A1B2
(98,161,178)
#71AAB9
(113,170,185)
#80B3C0
(128,179,192)
#8FBCC7
(143,188,199)
#9EC5CE
(158,197,206)
#ADCED5
(173,206,213)
#BCD7DC
(188,215,220)
#CBE0E3
(203,224,227)
#DAE9EA
(218,233,234)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5398AB color. Also use rgb(83,152,171) instead hex code.

Text Font Color

.myTextColor { color: #5398AB; }

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

This text font color is #5398AB.


Background Color

.myBgColor { background-color: #5398AB; }

<div style="background-color:#5398AB">Inner text</div>

This div background color is #5398AB.


Border color

.myBorderColor { border: 1px solid #5398AB; }

<div style="border:3px solid #5398AB">Div</div>

This div border color is #5398AB.


Opacity

.myOpacity80 { color: #5398AB; opacity: 0.8; }

<p style="color:#5398AB;opacity:0.8;">80%</p>

Text with #5398AB 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 #5398AB;}

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

This text has shadow with #5398AB color.

.textShadow {text-shadow: 3px 3px 1px #5398AB, 3px 3px 1px red;}

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

This text has shadow with #5398AB primary color and red secondary color.


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

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

This text has shadow with #5398AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5398AB on black background.


Color preview on white background

This text has color #5398AB on white background.



Black color preview on #5398AB background

This text has black color on #5398AB background.


White color preview on #5398AB background

This text has white color on #5398AB background.