COLOR #5396BE

HEX: #5396BE RGB: (83,150,190)

Color info

#5396BE contains mainly green and blue colors. Web safe color of #5396BE is #6699CC (or #69C).

RGB color model

#5396BE color RGB value is (83,150,190).

RGB: (83,150,190) (33%, 59%, 75%)

RGB channels and saturation

R 83 of 255 = 33%
G 150 of 255 = 59%
B 190 of 255 = 75%

83
150
190

R + G + B ~ 56%. #5396BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 150 + 190 = 423 (100%)
R 83 of 423 ~ 19.62%
G 150 of 423 ~ 35.46%
B 190 of 423 ~ 44.92'%

%19.62
%35.46
%44.92

CMYK color model

#5396BE color CMYK value is (56,21,0,25).

  • cyan value is 56.32%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (56,21,0,25)
C56M21Y0K25 (56%, 21%, 0%, 25%)
(0.56 / 0.21 / 0.00 / 0.25)

CMYK percentages

%56.32
%21.05
%0
%25.49

Codes

Color #5396BE in popluar color models

53 96 BE
RGB 83 150 190
HSL 202° 45.15% 53.53%
HSB/HSV 202° 56.32% 74.51%
CMYK 56.32% 21.05% 0.00%
25.49%

Color #5396BE in popluar number systems.

HEX 53 96 BE
Decimal 83 150 190
Binary 1010011 10010110 10111110
Octal 123 226 276

Shades and tints

Shades of #5396BE

#5396BE
(83,150,190)
#4C89AD
(76,137,173)
#457C9C
(69,124,156)
#3E6F8B
(62,111,139)
#37627A
(55,98,122)
#305569
(48,85,105)
#294858
(41,72,88)
#223B47
(34,59,71)
#1B2E36
(27,46,54)
#142125
(20,33,37)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #5396BE

#5396BE
(83,150,190)
#629FC3
(98,159,195)
#71A8C8
(113,168,200)
#80B1CD
(128,177,205)
#8FBAD2
(143,186,210)
#9EC3D7
(158,195,215)
#ADCCDC
(173,204,220)
#BCD5E1
(188,213,225)
#CBDEE6
(203,222,230)
#DAE7EB
(218,231,235)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5396BE color. Also use rgb(83,150,190) instead hex code.

Text Font Color

.myTextColor { color: #5396BE; }

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

This text font color is #5396BE.

Background Color

.myBgColor { background-color: #5396BE; }

<div style="background-color:#5396BE">Inner text</div>

This div background color is #5396BE.

Border color

.myBorderColor { border: 1px solid #5396BE; }

<div style="border:3px solid #5396BE">Div</div>

This div border color is #5396BE.

Opacity

.myOpacity80 { color: #5396BE; opacity: 0.8; }

<p style="color:#5396BE;opacity:0.8;">80%</p>

Text with #5396BE 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 #5396BE;}

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

This text has shadow with #5396BE color.


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

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

This text has shadow with #5396BE primary color and red secondary color.


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

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

This text has shadow with #5396BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5396BE.

Preview

Color preview on black background

This text has color #5396BE on black background.


Color preview on white background

This text has color #5396BE on white background.


Black color preview on #5396BE background

This text has black color on #5396BE background.


White color preview on #5396BE background

This text has white color on #5396BE background.


Related colors

Complementary color

Complementary color for #hex is #AC6941.


I love getcolorcode.com

Triadic colors

1 #BE5396 and #96BE53 with #5396BE are triadic colors.

2 #BE9653 and #9653BE with #5396BE are triadic colors.