COLOR #536F8A

HEX: #536F8A RGB: (83,111,138)

Color info

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

RGB color model

#536F8A color RGB value is (83,111,138).

RGB: (83,111,138) (33%, 44%, 54%)

RGB channels and saturation

R 83 of 255 = 33%
G 111 of 255 = 44%
B 138 of 255 = 54%

83
111
138

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

Portions of RGB colors in percentages

R + G + B = 83 + 111 + 138 = 332 (100%)
R 83 of 332 ~ 25%
G 111 of 332 ~ 33.43%
B 138 of 332 ~ 41.57'%

%25
%33.43
%41.57

CMYK color model

#536F8A color CMYK value is (40,20,0,46).

  • cyan value is 39.86%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (40,20,0,46)
C40M20Y0K46 (40%, 20%, 0%, 46%)
(0.40 / 0.20 / 0.00 / 0.46)

CMYK percentages

%39.86
%19.57
%0
%45.88

Codes

Color #536F8A in popluar color models

53 6F 8A
RGB 83 111 138
HSL 209° 24.89% 43.33%
HSB/HSV 209° 39.86% 54.12%
CMYK 39.86% 19.57% 0.00%
45.88%

Color #536F8A in popluar number systems.

HEX 53 6F 8A
Decimal 83 111 138
Binary 1010011 1101111 10001010
Octal 123 157 212

Shades and tints

Shades of #536F8A

#536F8A
(83,111,138)
#4C657E
(76,101,126)
#455B72
(69,91,114)
#3E5166
(62,81,102)
#37475A
(55,71,90)
#303D4E
(48,61,78)
#293342
(41,51,66)
#222936
(34,41,54)
#1B1F2A
(27,31,42)
#14151E
(20,21,30)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #536F8A

#536F8A
(83,111,138)
#627C94
(98,124,148)
#71899E
(113,137,158)
#8096A8
(128,150,168)
#8FA3B2
(143,163,178)
#9EB0BC
(158,176,188)
#ADBDC6
(173,189,198)
#BCCAD0
(188,202,208)
#CBD7DA
(203,215,218)
#DAE4E4
(218,228,228)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536F8A color. Also use rgb(83,111,138) instead hex code.

Text Font Color

.myTextColor { color: #536F8A; }

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

This text font color is #536F8A.

Background Color

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

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

This div background color is #536F8A.

Border color

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

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

This div border color is #536F8A.

Opacity

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

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

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

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

This text has shadow with #536F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536F8A.

Preview

Color preview on black background

This text has color #536F8A on black background.


Color preview on white background

This text has color #536F8A on white background.


Black color preview on #536F8A background

This text has black color on #536F8A background.


White color preview on #536F8A background

This text has white color on #536F8A background.


Related colors

Complementary color

Complementary color for #hex is #AC9075.


I love getcolorcode.com

Triadic colors

1 #8A536F and #6F8A53 with #536F8A are triadic colors.

2 #8A6F53 and #6F538A with #536F8A are triadic colors.