COLOR #535D9C

HEX: #535D9C
RGB: (83,93,156)

Color info

#535D9C contains mainly blue color. Web safe color of #535D9C is #666699 (or #669).

RGB color model

#535D9C color RGB value is (83,93,156).

  • red value is 83;
  • green value is 93;
  • blue value is 156.
RGB:
(83,93,156)
(33%,36%,61%)

RGB channels and saturation

R 83 of 255 = 33%
G 93 of 255 = 36%
B 156 of 255 = 61%

83
93
156

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

Portions of RGB colors in percentages

R + G + B =
83 + 93 + 156 = 332 (100%)
R 83 of 332 ~ 25%
G 93 of 332 ~ 28.01%
B 156 of 332 ~ 46.99%

%25
%28.01
%46.99

CMYK color model

#535D9C color CMYK value is (47,40,0,39).

  • cyan value is 46.79%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(47,40,0,39)
C47M40Y0K39 
(47%,40%,0%,39%)
(0.47/0.40/0.00/0.39)	

CMYK percentages

%46.79
%40.38
%0
%38.82

Codes

Color #535D9C in popluar color models

535D9C
RGB8393156
HSL232°30.54%46.86%
HSB/HSV232°46.79%61.18%
CMYK46.79%40.38%0.00%
38.82%

Color #535D9C in popluar number systems.

HEX535D9C
Decimal8393156
Binary1010011101110110011100
Octal123135234

Shades and tints

Shades of #535D9C

#535D9C
(83,93,156)
#4C558E
(76,85,142)
#454D80
(69,77,128)
#3E4572
(62,69,114)
#373D64
(55,61,100)
#303556
(48,53,86)
#292D48
(41,45,72)
#22253A
(34,37,58)
#1B1D2C
(27,29,44)
#14151E
(20,21,30)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #535D9C

#535D9C
(83,93,156)
#626BA5
(98,107,165)
#7179AE
(113,121,174)
#8087B7
(128,135,183)
#8F95C0
(143,149,192)
#9EA3C9
(158,163,201)
#ADB1D2
(173,177,210)
#BCBFDB
(188,191,219)
#CBCDE4
(203,205,228)
#DADBED
(218,219,237)
#E9E9F6
(233,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535D9C color. Also use rgb(83,93,156) instead hex code.

Text Font Color

.myTextColor { color: #535D9C; }

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

This text font color is #535D9C.


Background Color

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

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

This div background color is #535D9C.


Border color

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

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

This div border color is #535D9C.


Opacity

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

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

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

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

This text has shadow with #535D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535D9C on black background.


Color preview on white background

This text has color #535D9C on white background.



Black color preview on #535D9C background

This text has black color on #535D9C background.


White color preview on #535D9C background

This text has white color on #535D9C background.