COLOR #5366A1

HEX: #5366A1
RGB: (83,102,161)

Color info

#5366A1 contains mainly green and blue colors. Web safe color of #5366A1 is #666699 (or #669).

RGB color model

#5366A1 color RGB value is (83,102,161).

  • red value is 83;
  • green value is 102;
  • blue value is 161.
RGB:
(83,102,161)
(33%,40%,63%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 161 of 255 = 63%

83
102
161

R + G + B ~ 45%. #5366A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 161 = 346 (100%)
R 83 of 346 ~ 23.99%
G 102 of 346 ~ 29.48%
B 161 of 346 ~ 46.53%

%23.99
%29.48
%46.53

CMYK color model

#5366A1 color CMYK value is (48,37,0,37).

  • cyan value is 48.45%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(48,37,0,37)
C48M37Y0K37 
(48%,37%,0%,37%)
(0.48/0.37/0.00/0.37)	

CMYK percentages

%48.45
%36.65
%0
%36.86

Codes

Color #5366A1 in popluar color models

5366A1
RGB83102161
HSL225°31.97%47.84%
HSB/HSV225°48.45%63.14%
CMYK48.45%36.65%0.00%
36.86%

Color #5366A1 in popluar number systems.

HEX5366A1
Decimal83102161
Binary1010011110011010100001
Octal123146241

Shades and tints

Shades of #5366A1

#5366A1
(83,102,161)
#4C5D93
(76,93,147)
#455485
(69,84,133)
#3E4B77
(62,75,119)
#374269
(55,66,105)
#30395B
(48,57,91)
#29304D
(41,48,77)
#22273F
(34,39,63)
#1B1E31
(27,30,49)
#141523
(20,21,35)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #5366A1

#5366A1
(83,102,161)
#6273A9
(98,115,169)
#7180B1
(113,128,177)
#808DB9
(128,141,185)
#8F9AC1
(143,154,193)
#9EA7C9
(158,167,201)
#ADB4D1
(173,180,209)
#BCC1D9
(188,193,217)
#CBCEE1
(203,206,225)
#DADBE9
(218,219,233)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5366A1 color. Also use rgb(83,102,161) instead hex code.

Text Font Color

.myTextColor { color: #5366A1; }

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

This text font color is #5366A1.


Background Color

.myBgColor { background-color: #5366A1; }

<div style="background-color:#5366A1">Inner text</div>

This div background color is #5366A1.


Border color

.myBorderColor { border: 1px solid #5366A1; }

<div style="border:3px solid #5366A1">Div</div>

This div border color is #5366A1.


Opacity

.myOpacity80 { color: #5366A1; opacity: 0.8; }

<p style="color:#5366A1;opacity:0.8;">80%</p>

Text with #5366A1 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 #5366A1;}

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

This text has shadow with #5366A1 color.

.textShadow {text-shadow: 3px 3px 1px #5366A1, 3px 3px 1px red;}

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

This text has shadow with #5366A1 primary color and red secondary color.


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

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

This text has shadow with #5366A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5366A1 on black background.


Color preview on white background

This text has color #5366A1 on white background.



Black color preview on #5366A1 background

This text has black color on #5366A1 background.


White color preview on #5366A1 background

This text has white color on #5366A1 background.