COLOR #536188

HEX: #536188
RGB: (83,97,136)

Color info

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

RGB color model

#536188 color RGB value is (83,97,136).

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

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 136 of 255 = 53%

83
97
136

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

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 136 = 316 (100%)
R 83 of 316 ~ 26.27%
G 97 of 316 ~ 30.7%
B 136 of 316 ~ 43.04%

%26.27
%30.7
%43.04

CMYK color model

#536188 color CMYK value is (39,29,0,47).

  • cyan value is 38.97%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(39,29,0,47)
C39M29Y0K47 
(39%,29%,0%,47%)
(0.39/0.29/0.00/0.47)	

CMYK percentages

%38.97
%28.68
%0
%46.67

Codes

Color #536188 in popluar color models

536188
RGB8397136
HSL224°24.20%42.94%
HSB/HSV224°38.97%53.33%
CMYK38.97%28.68%0.00%
46.67%

Color #536188 in popluar number systems.

HEX536188
Decimal8397136
Binary1010011110000110001000
Octal123141210

Shades and tints

Shades of #536188

#536188
(83,97,136)
#4C597C
(76,89,124)
#455170
(69,81,112)
#3E4964
(62,73,100)
#374158
(55,65,88)
#30394C
(48,57,76)
#293140
(41,49,64)
#222934
(34,41,52)
#1B2128
(27,33,40)
#14191C
(20,25,28)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #536188

#536188
(83,97,136)
#626F92
(98,111,146)
#717D9C
(113,125,156)
#808BA6
(128,139,166)
#8F99B0
(143,153,176)
#9EA7BA
(158,167,186)
#ADB5C4
(173,181,196)
#BCC3CE
(188,195,206)
#CBD1D8
(203,209,216)
#DADFE2
(218,223,226)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536188; }

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

This text font color is #536188.


Background Color

.myBgColor { background-color: #536188; }

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

This div background color is #536188.


Border color

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

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

This div border color is #536188.


Opacity

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

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

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

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

This text has shadow with #536188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536188 on black background.


Color preview on white background

This text has color #536188 on white background.



Black color preview on #536188 background

This text has black color on #536188 background.


White color preview on #536188 background

This text has white color on #536188 background.