COLOR #535F92

HEX: #535F92
RGB: (83,95,146)

Color info

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

RGB color model

#535F92 color RGB value is (83,95,146).

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

RGB channels and saturation

R 83 of 255 = 33%
G 95 of 255 = 37%
B 146 of 255 = 57%

83
95
146

R + G + B ~ 42%. #535F92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 95 + 146 = 324 (100%)
R 83 of 324 ~ 25.62%
G 95 of 324 ~ 29.32%
B 146 of 324 ~ 45.06%

%25.62
%29.32
%45.06

CMYK color model

#535F92 color CMYK value is (43,35,0,43).

  • cyan value is 43.15%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(43,35,0,43)
C43M35Y0K43 
(43%,35%,0%,43%)
(0.43/0.35/0.00/0.43)	

CMYK percentages

%43.15
%34.93
%0
%42.75

Codes

Color #535F92 in popluar color models

535F92
RGB8395146
HSL229°27.51%44.90%
HSB/HSV229°43.15%57.25%
CMYK43.15%34.93%0.00%
42.75%

Color #535F92 in popluar number systems.

HEX535F92
Decimal8395146
Binary1010011101111110010010
Octal123137222

Shades and tints

Shades of #535F92

#535F92
(83,95,146)
#4C5785
(76,87,133)
#454F78
(69,79,120)
#3E476B
(62,71,107)
#373F5E
(55,63,94)
#303751
(48,55,81)
#292F44
(41,47,68)
#222737
(34,39,55)
#1B1F2A
(27,31,42)
#14171D
(20,23,29)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #535F92

#535F92
(83,95,146)
#626D9B
(98,109,155)
#717BA4
(113,123,164)
#8089AD
(128,137,173)
#8F97B6
(143,151,182)
#9EA5BF
(158,165,191)
#ADB3C8
(173,179,200)
#BCC1D1
(188,193,209)
#CBCFDA
(203,207,218)
#DADDE3
(218,221,227)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535F92; }

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

This text font color is #535F92.


Background Color

.myBgColor { background-color: #535F92; }

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

This div background color is #535F92.


Border color

.myBorderColor { border: 1px solid #535F92; }

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

This div border color is #535F92.


Opacity

.myOpacity80 { color: #535F92; opacity: 0.8; }

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

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

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

This text has shadow with #535F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535F92 on black background.


Color preview on white background

This text has color #535F92 on white background.



Black color preview on #535F92 background

This text has black color on #535F92 background.


White color preview on #535F92 background

This text has white color on #535F92 background.