COLOR #536A7E

HEX: #536A7E RGB: (83,106,126)

Color info

#536A7E contains red, green and blue colors in about the same proportion. Web safe color of #536A7E is #666666 (or #666).

RGB color model

#536A7E color RGB value is (83,106,126).

RGB: (83,106,126) (33%, 42%, 49%)

RGB channels and saturation

R 83 of 255 = 33%
G 106 of 255 = 42%
B 126 of 255 = 49%

83
106
126

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

Portions of RGB colors in percentages

R + G + B = 83 + 106 + 126 = 315 (100%)
R 83 of 315 ~ 26.35%
G 106 of 315 ~ 33.65%
B 126 of 315 ~ 40'%

%26.35
%33.65
%40

CMYK color model

#536A7E color CMYK value is (34,16,0,51).

  • cyan value is 34.13%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (34,16,0,51)
C34M16Y0K51 (34%, 16%, 0%, 51%)
(0.34 / 0.16 / 0.00 / 0.51)

CMYK percentages

%34.13
%15.87
%0
%50.59

Codes

Color #536A7E in popluar color models

53 6A 7E
RGB 83 106 126
HSL 208° 20.57% 40.98%
HSB/HSV 208° 34.13% 49.41%
CMYK 34.13% 15.87% 0.00%
50.59%

Color #536A7E in popluar number systems.

HEX 53 6A 7E
Decimal 83 106 126
Binary 1010011 1101010 1111110
Octal 123 152 176

Shades and tints

Shades of #536A7E

#536A7E
(83,106,126)
#4C6173
(76,97,115)
#455868
(69,88,104)
#3E4F5D
(62,79,93)
#374652
(55,70,82)
#303D47
(48,61,71)
#29343C
(41,52,60)
#222B31
(34,43,49)
#1B2226
(27,34,38)
#14191B
(20,25,27)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #536A7E

#536A7E
(83,106,126)
#627789
(98,119,137)
#718494
(113,132,148)
#80919F
(128,145,159)
#8F9EAA
(143,158,170)
#9EABB5
(158,171,181)
#ADB8C0
(173,184,192)
#BCC5CB
(188,197,203)
#CBD2D6
(203,210,214)
#DADFE1
(218,223,225)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #536A7E; }

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

This text font color is #536A7E.

Background Color

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

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

This div background color is #536A7E.

Border color

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

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

This div border color is #536A7E.

Opacity

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

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

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

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

This text has shadow with #536A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #536A7E.

Preview

Color preview on black background

This text has color #536A7E on black background.


Color preview on white background

This text has color #536A7E on white background.


Black color preview on #536A7E background

This text has black color on #536A7E background.


White color preview on #536A7E background

This text has white color on #536A7E background.


Related colors

Complementary color

Complementary color for #hex is #AC9581.


I love getcolorcode.com

Triadic colors

1 #7E536A and #6A7E53 with #536A7E are triadic colors.

2 #7E6A53 and #6A537E with #536A7E are triadic colors.