COLOR #535385

HEX: #535385
RGB: (83,83,133)

Color info

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

RGB color model

#535385 color RGB value is (83,83,133).

  • red value is 83;
  • green value is 83;
  • blue value is 133.
RGB:
(83,83,133)
(33%,33%,52%)

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 133 of 255 = 52%

83
83
133

R + G + B ~ 39%. #535385 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 133 = 299 (100%)
R 83 of 299 ~ 27.76%
G 83 of 299 ~ 27.76%
B 133 of 299 ~ 44.48%

%27.76
%27.76
%44.48

CMYK color model

#535385 color CMYK value is (38,38,0,48).

  • cyan value is 37.59%
  • magenta value is 37.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(38,38,0,48)
C38M38Y0K48 
(38%,38%,0%,48%)
(0.38/0.38/0.00/0.48)	

CMYK percentages

%37.59
%37.59
%0
%47.84

Codes

Color #535385 in popluar color models

535385
RGB8383133
HSL240°23.15%42.35%
HSB/HSV240°37.59%52.16%
CMYK37.59%37.59%0.00%
47.84%

Color #535385 in popluar number systems.

HEX535385
Decimal8383133
Binary1010011101001110000101
Octal123123205

Shades and tints

Shades of #535385

#535385
(83,83,133)
#4C4C79
(76,76,121)
#45456D
(69,69,109)
#3E3E61
(62,62,97)
#373755
(55,55,85)
#303049
(48,48,73)
#29293D
(41,41,61)
#222231
(34,34,49)
#1B1B25
(27,27,37)
#141419
(20,20,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #535385

#535385
(83,83,133)
#626290
(98,98,144)
#71719B
(113,113,155)
#8080A6
(128,128,166)
#8F8FB1
(143,143,177)
#9E9EBC
(158,158,188)
#ADADC7
(173,173,199)
#BCBCD2
(188,188,210)
#CBCBDD
(203,203,221)
#DADAE8
(218,218,232)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535385; }

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

This text font color is #535385.


Background Color

.myBgColor { background-color: #535385; }

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

This div background color is #535385.


Border color

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

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

This div border color is #535385.


Opacity

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

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

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

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

This text has shadow with #535385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535385 on black background.


Color preview on white background

This text has color #535385 on white background.



Black color preview on #535385 background

This text has black color on #535385 background.


White color preview on #535385 background

This text has white color on #535385 background.