COLOR #5388AE

HEX: #5388AE
RGB: (83,136,174)

Color info

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

RGB color model

#5388AE color RGB value is (83,136,174).

  • red value is 83;
  • green value is 136;
  • blue value is 174.
RGB:
(83,136,174)
(33%,53%,68%)

RGB channels and saturation

R 83 of 255 = 33%
G 136 of 255 = 53%
B 174 of 255 = 68%

83
136
174

R + G + B ~ 51%. #5388AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 136 + 174 = 393 (100%)
R 83 of 393 ~ 21.12%
G 136 of 393 ~ 34.61%
B 174 of 393 ~ 44.27%

%21.12
%34.61
%44.27

CMYK color model

#5388AE color CMYK value is (52,22,0,32).

  • cyan value is 52.30%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(52,22,0,32)
C52M22Y0K32 
(52%,22%,0%,32%)
(0.52/0.22/0.00/0.32)	

CMYK percentages

%52.3
%21.84
%0
%31.76

Codes

Color #5388AE in popluar color models

5388AE
RGB83136174
HSL205°35.97%50.39%
HSB/HSV205°52.30%68.24%
CMYK52.30%21.84%0.00%
31.76%

Color #5388AE in popluar number systems.

HEX5388AE
Decimal83136174
Binary10100111000100010101110
Octal123210256

Shades and tints

Shades of #5388AE

#5388AE
(83,136,174)
#4C7C9F
(76,124,159)
#457090
(69,112,144)
#3E6481
(62,100,129)
#375872
(55,88,114)
#304C63
(48,76,99)
#294054
(41,64,84)
#223445
(34,52,69)
#1B2836
(27,40,54)
#141C27
(20,28,39)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #5388AE

#5388AE
(83,136,174)
#6292B5
(98,146,181)
#719CBC
(113,156,188)
#80A6C3
(128,166,195)
#8FB0CA
(143,176,202)
#9EBAD1
(158,186,209)
#ADC4D8
(173,196,216)
#BCCEDF
(188,206,223)
#CBD8E6
(203,216,230)
#DAE2ED
(218,226,237)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5388AE color. Also use rgb(83,136,174) instead hex code.

Text Font Color

.myTextColor { color: #5388AE; }

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

This text font color is #5388AE.


Background Color

.myBgColor { background-color: #5388AE; }

<div style="background-color:#5388AE">Inner text</div>

This div background color is #5388AE.


Border color

.myBorderColor { border: 1px solid #5388AE; }

<div style="border:3px solid #5388AE">Div</div>

This div border color is #5388AE.


Opacity

.myOpacity80 { color: #5388AE; opacity: 0.8; }

<p style="color:#5388AE;opacity:0.8;">80%</p>

Text with #5388AE 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 #5388AE;}

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

This text has shadow with #5388AE color.

.textShadow {text-shadow: 3px 3px 1px #5388AE, 3px 3px 1px red;}

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

This text has shadow with #5388AE primary color and red secondary color.


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

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

This text has shadow with #5388AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5388AE on black background.


Color preview on white background

This text has color #5388AE on white background.



Black color preview on #5388AE background

This text has black color on #5388AE background.


White color preview on #5388AE background

This text has white color on #5388AE background.