COLOR #536092

HEX: #536092
RGB: (83,96,146)

Color info

#536092 contains mainly green and blue colors. Web safe color of #536092 is #666699 (or #669).

RGB color model

#536092 color RGB value is (83,96,146).

  • red value is 83;
  • green value is 96;
  • blue value is 146.
RGB:
(83,96,146)
(33%,38%,57%)

RGB channels and saturation

R 83 of 255 = 33%
G 96 of 255 = 38%
B 146 of 255 = 57%

83
96
146

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

Portions of RGB colors in percentages

R + G + B =
83 + 96 + 146 = 325 (100%)
R 83 of 325 ~ 25.54%
G 96 of 325 ~ 29.54%
B 146 of 325 ~ 44.92%

%25.54
%29.54
%44.92

CMYK color model

#536092 color CMYK value is (43,34,0,43).

  • cyan value is 43.15%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(43,34,0,43)
C43M34Y0K43 
(43%,34%,0%,43%)
(0.43/0.34/0.00/0.43)	

CMYK percentages

%43.15
%34.25
%0
%42.75

Codes

Color #536092 in popluar color models

536092
RGB8396146
HSL228°27.51%44.90%
HSB/HSV228°43.15%57.25%
CMYK43.15%34.25%0.00%
42.75%

Color #536092 in popluar number systems.

HEX536092
Decimal8396146
Binary1010011110000010010010
Octal123140222

Shades and tints

Shades of #536092

#536092
(83,96,146)
#4C5885
(76,88,133)
#455078
(69,80,120)
#3E486B
(62,72,107)
#37405E
(55,64,94)
#303851
(48,56,81)
#293044
(41,48,68)
#222837
(34,40,55)
#1B202A
(27,32,42)
#14181D
(20,24,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #536092

#536092
(83,96,146)
#626E9B
(98,110,155)
#717CA4
(113,124,164)
#808AAD
(128,138,173)
#8F98B6
(143,152,182)
#9EA6BF
(158,166,191)
#ADB4C8
(173,180,200)
#BCC2D1
(188,194,209)
#CBD0DA
(203,208,218)
#DADEE3
(218,222,227)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #536092 color. Also use rgb(83,96,146) instead hex code.

Text Font Color

.myTextColor { color: #536092; }

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

This text font color is #536092.


Background Color

.myBgColor { background-color: #536092; }

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

This div background color is #536092.


Border color

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

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

This div border color is #536092.


Opacity

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

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

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

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

This text has shadow with #536092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #536092 on black background.


Color preview on white background

This text has color #536092 on white background.



Black color preview on #536092 background

This text has black color on #536092 background.


White color preview on #536092 background

This text has white color on #536092 background.