COLOR #535C7D

HEX: #535C7D
RGB: (83,92,125)

Color info

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

RGB color model

#535C7D color RGB value is (83,92,125).

  • red value is 83;
  • green value is 92;
  • blue value is 125.
RGB:
(83,92,125)
(33%,36%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 125 of 255 = 49%

83
92
125

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

Portions of RGB colors in percentages

R + G + B =
83 + 92 + 125 = 300 (100%)
R 83 of 300 ~ 27.67%
G 92 of 300 ~ 30.67%
B 125 of 300 ~ 41.67%

%27.67
%30.67
%41.67

CMYK color model

#535C7D color CMYK value is (34,26,0,51).

  • cyan value is 33.60%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,26,0,51)
C34M26Y0K51 
(34%,26%,0%,51%)
(0.34/0.26/0.00/0.51)	

CMYK percentages

%33.6
%26.4
%0
%50.98

Codes

Color #535C7D in popluar color models

535C7D
RGB8392125
HSL227°20.19%40.78%
HSB/HSV227°33.60%49.02%
CMYK33.60%26.40%0.00%
50.98%

Color #535C7D in popluar number systems.

HEX535C7D
Decimal8392125
Binary101001110111001111101
Octal123134175

Shades and tints

Shades of #535C7D

#535C7D
(83,92,125)
#4C5472
(76,84,114)
#454C67
(69,76,103)
#3E445C
(62,68,92)
#373C51
(55,60,81)
#303446
(48,52,70)
#292C3B
(41,44,59)
#222430
(34,36,48)
#1B1C25
(27,28,37)
#14141A
(20,20,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #535C7D

#535C7D
(83,92,125)
#626A88
(98,106,136)
#717893
(113,120,147)
#80869E
(128,134,158)
#8F94A9
(143,148,169)
#9EA2B4
(158,162,180)
#ADB0BF
(173,176,191)
#BCBECA
(188,190,202)
#CBCCD5
(203,204,213)
#DADAE0
(218,218,224)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535C7D color. Also use rgb(83,92,125) instead hex code.

Text Font Color

.myTextColor { color: #535C7D; }

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

This text font color is #535C7D.


Background Color

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

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

This div background color is #535C7D.


Border color

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

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

This div border color is #535C7D.


Opacity

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

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

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

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

This text has shadow with #535C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535C7D on black background.


Color preview on white background

This text has color #535C7D on white background.



Black color preview on #535C7D background

This text has black color on #535C7D background.


White color preview on #535C7D background

This text has white color on #535C7D background.