COLOR #536688

HEX: #536688
RGB: (83,102,136)

Color info

#536688 contains red, green and blue colors in about the same proportion. Web safe color of #536688 is #666699 (or #669).

RGB color model

#536688 color RGB value is (83,102,136).

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

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 136 of 255 = 53%

83
102
136

R + G + B ~ 42%. #536688 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 136 = 321 (100%)
R 83 of 321 ~ 25.86%
G 102 of 321 ~ 31.78%
B 136 of 321 ~ 42.37%

%25.86
%31.78
%42.37

CMYK color model

#536688 color CMYK value is (39,25,0,47).

  • cyan value is 38.97%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(39,25,0,47)
C39M25Y0K47 
(39%,25%,0%,47%)
(0.39/0.25/0.00/0.47)	

CMYK percentages

%38.97
%25
%0
%46.67

Codes

Color #536688 in popluar color models

536688
RGB83102136
HSL218°24.20%42.94%
HSB/HSV218°38.97%53.33%
CMYK38.97%25.00%0.00%
46.67%

Color #536688 in popluar number systems.

HEX536688
Decimal83102136
Binary1010011110011010001000
Octal123146210

Shades and tints

Shades of #536688

#536688
(83,102,136)
#4C5D7C
(76,93,124)
#455470
(69,84,112)
#3E4B64
(62,75,100)
#374258
(55,66,88)
#30394C
(48,57,76)
#293040
(41,48,64)
#222734
(34,39,52)
#1B1E28
(27,30,40)
#14151C
(20,21,28)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #536688

#536688
(83,102,136)
#627392
(98,115,146)
#71809C
(113,128,156)
#808DA6
(128,141,166)
#8F9AB0
(143,154,176)
#9EA7BA
(158,167,186)
#ADB4C4
(173,180,196)
#BCC1CE
(188,193,206)
#CBCED8
(203,206,216)
#DADBE2
(218,219,226)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536688; }

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

This text font color is #536688.


Background Color

.myBgColor { background-color: #536688; }

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

This div background color is #536688.


Border color

.myBorderColor { border: 1px solid #536688; }

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

This div border color is #536688.


Opacity

.myOpacity80 { color: #536688; opacity: 0.8; }

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

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

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

This text has shadow with #536688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536688 on black background.


Color preview on white background

This text has color #536688 on white background.



Black color preview on #536688 background

This text has black color on #536688 background.


White color preview on #536688 background

This text has white color on #536688 background.