COLOR #536283

HEX: #536283
RGB: (83,98,131)

Color info

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

RGB color model

#536283 color RGB value is (83,98,131).

  • red value is 83;
  • green value is 98;
  • blue value is 131.
RGB:
(83,98,131)
(33%,38%,51%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 131 of 255 = 51%

83
98
131

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

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 131 = 312 (100%)
R 83 of 312 ~ 26.6%
G 98 of 312 ~ 31.41%
B 131 of 312 ~ 41.99%

%26.6
%31.41
%41.99

CMYK color model

#536283 color CMYK value is (37,25,0,49).

  • cyan value is 36.64%
  • magenta value is 25.19%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,25,0,49)
C37M25Y0K49 
(37%,25%,0%,49%)
(0.37/0.25/0.00/0.49)	

CMYK percentages

%36.64
%25.19
%0
%48.63

Codes

Color #536283 in popluar color models

536283
RGB8398131
HSL221°22.43%41.96%
HSB/HSV221°36.64%51.37%
CMYK36.64%25.19%0.00%
48.63%

Color #536283 in popluar number systems.

HEX536283
Decimal8398131
Binary1010011110001010000011
Octal123142203

Shades and tints

Shades of #536283

#536283
(83,98,131)
#4C5A78
(76,90,120)
#45526D
(69,82,109)
#3E4A62
(62,74,98)
#374257
(55,66,87)
#303A4C
(48,58,76)
#293241
(41,50,65)
#222A36
(34,42,54)
#1B222B
(27,34,43)
#141A20
(20,26,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #536283

#536283
(83,98,131)
#62708E
(98,112,142)
#717E99
(113,126,153)
#808CA4
(128,140,164)
#8F9AAF
(143,154,175)
#9EA8BA
(158,168,186)
#ADB6C5
(173,182,197)
#BCC4D0
(188,196,208)
#CBD2DB
(203,210,219)
#DAE0E6
(218,224,230)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536283 color. Also use rgb(83,98,131) instead hex code.

Text Font Color

.myTextColor { color: #536283; }

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

This text font color is #536283.


Background Color

.myBgColor { background-color: #536283; }

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

This div background color is #536283.


Border color

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

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

This div border color is #536283.


Opacity

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

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

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

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

This text has shadow with #536283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536283 on black background.


Color preview on white background

This text has color #536283 on white background.



Black color preview on #536283 background

This text has black color on #536283 background.


White color preview on #536283 background

This text has white color on #536283 background.