COLOR #536A8F

HEX: #536A8F
RGB: (83,106,143)

Color info

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

RGB color model

#536A8F color RGB value is (83,106,143).

  • red value is 83;
  • green value is 106;
  • blue value is 143.
RGB:
(83,106,143)
(33%,42%,56%)

RGB channels and saturation

R 83 of 255 = 33%
G 106 of 255 = 42%
B 143 of 255 = 56%

83
106
143

R + G + B ~ 44%. #536A8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 106 + 143 = 332 (100%)
R 83 of 332 ~ 25%
G 106 of 332 ~ 31.93%
B 143 of 332 ~ 43.07%

%25
%31.93
%43.07

CMYK color model

#536A8F color CMYK value is (42,26,0,44).

  • cyan value is 41.96%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(42,26,0,44)
C42M26Y0K44 
(42%,26%,0%,44%)
(0.42/0.26/0.00/0.44)	

CMYK percentages

%41.96
%25.87
%0
%43.92

Codes

Color #536A8F in popluar color models

536A8F
RGB83106143
HSL217°26.55%44.31%
HSB/HSV217°41.96%56.08%
CMYK41.96%25.87%0.00%
43.92%

Color #536A8F in popluar number systems.

HEX536A8F
Decimal83106143
Binary1010011110101010001111
Octal123152217

Shades and tints

Shades of #536A8F

#536A8F
(83,106,143)
#4C6182
(76,97,130)
#455875
(69,88,117)
#3E4F68
(62,79,104)
#37465B
(55,70,91)
#303D4E
(48,61,78)
#293441
(41,52,65)
#222B34
(34,43,52)
#1B2227
(27,34,39)
#14191A
(20,25,26)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #536A8F

#536A8F
(83,106,143)
#627799
(98,119,153)
#7184A3
(113,132,163)
#8091AD
(128,145,173)
#8F9EB7
(143,158,183)
#9EABC1
(158,171,193)
#ADB8CB
(173,184,203)
#BCC5D5
(188,197,213)
#CBD2DF
(203,210,223)
#DADFE9
(218,223,233)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536A8F color. Also use rgb(83,106,143) instead hex code.

Text Font Color

.myTextColor { color: #536A8F; }

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

This text font color is #536A8F.


Background Color

.myBgColor { background-color: #536A8F; }

<div style="background-color:#536A8F">Inner text</div>

This div background color is #536A8F.


Border color

.myBorderColor { border: 1px solid #536A8F; }

<div style="border:3px solid #536A8F">Div</div>

This div border color is #536A8F.


Opacity

.myOpacity80 { color: #536A8F; opacity: 0.8; }

<p style="color:#536A8F;opacity:0.8;">80%</p>

Text with #536A8F 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 #536A8F;}

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

This text has shadow with #536A8F color.

.textShadow {text-shadow: 3px 3px 1px #536A8F, 3px 3px 1px red;}

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

This text has shadow with #536A8F primary color and red secondary color.


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

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

This text has shadow with #536A8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536A8F on black background.


Color preview on white background

This text has color #536A8F on white background.



Black color preview on #536A8F background

This text has black color on #536A8F background.


White color preview on #536A8F background

This text has white color on #536A8F background.