COLOR #5382C9

HEX: #5382C9
RGB: (83,130,201)

Color info

#5382C9 contains mainly blue color. Web safe color of #5382C9 is #6699CC (or #69C).

RGB color model

#5382C9 color RGB value is (83,130,201).

  • red value is 83;
  • green value is 130;
  • blue value is 201.
RGB:
(83,130,201)
(33%,51%,79%)

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 201 of 255 = 79%

83
130
201

R + G + B ~ 54%. #5382C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 130 + 201 = 414 (100%)
R 83 of 414 ~ 20.05%
G 130 of 414 ~ 31.4%
B 201 of 414 ~ 48.55%

%20.05
%31.4
%48.55

CMYK color model

#5382C9 color CMYK value is (59,35,0,21).

  • cyan value is 58.71%
  • magenta value is 35.32%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(59,35,0,21)
C59M35Y0K21 
(59%,35%,0%,21%)
(0.59/0.35/0.00/0.21)	

CMYK percentages

%58.71
%35.32
%0
%21.18

Codes

Color #5382C9 in popluar color models

5382C9
RGB83130201
HSL216°52.21%55.69%
HSB/HSV216°58.71%78.82%
CMYK58.71%35.32%0.00%
21.18%

Color #5382C9 in popluar number systems.

HEX5382C9
Decimal83130201
Binary10100111000001011001001
Octal123202311

Shades and tints

Shades of #5382C9

#5382C9
(83,130,201)
#4C77B7
(76,119,183)
#456CA5
(69,108,165)
#3E6193
(62,97,147)
#375681
(55,86,129)
#304B6F
(48,75,111)
#29405D
(41,64,93)
#22354B
(34,53,75)
#1B2A39
(27,42,57)
#141F27
(20,31,39)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #5382C9

#5382C9
(83,130,201)
#628DCD
(98,141,205)
#7198D1
(113,152,209)
#80A3D5
(128,163,213)
#8FAED9
(143,174,217)
#9EB9DD
(158,185,221)
#ADC4E1
(173,196,225)
#BCCFE5
(188,207,229)
#CBDAE9
(203,218,233)
#DAE5ED
(218,229,237)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5382C9 color. Also use rgb(83,130,201) instead hex code.

Text Font Color

.myTextColor { color: #5382C9; }

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

This text font color is #5382C9.


Background Color

.myBgColor { background-color: #5382C9; }

<div style="background-color:#5382C9">Inner text</div>

This div background color is #5382C9.


Border color

.myBorderColor { border: 1px solid #5382C9; }

<div style="border:3px solid #5382C9">Div</div>

This div border color is #5382C9.


Opacity

.myOpacity80 { color: #5382C9; opacity: 0.8; }

<p style="color:#5382C9;opacity:0.8;">80%</p>

Text with #5382C9 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 #5382C9;}

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

This text has shadow with #5382C9 color.

.textShadow {text-shadow: 3px 3px 1px #5382C9, 3px 3px 1px red;}

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

This text has shadow with #5382C9 primary color and red secondary color.


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

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

This text has shadow with #5382C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5382C9 on black background.


Color preview on white background

This text has color #5382C9 on white background.



Black color preview on #5382C9 background

This text has black color on #5382C9 background.


White color preview on #5382C9 background

This text has white color on #5382C9 background.