COLOR #535870

HEX: #535870
RGB: (83,88,112)

Color info

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

RGB color model

#535870 color RGB value is (83,88,112).

  • red value is 83;
  • green value is 88;
  • blue value is 112.
RGB:
(83,88,112)
(33%,35%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 112 of 255 = 44%

83
88
112

R + G + B ~ 37%. #535870 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 112 = 283 (100%)
R 83 of 283 ~ 29.33%
G 88 of 283 ~ 31.1%
B 112 of 283 ~ 39.58%

%29.33
%31.1
%39.58

CMYK color model

#535870 color CMYK value is (26,21,0,56).

  • cyan value is 25.89%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(26,21,0,56)
C26M21Y0K56 
(26%,21%,0%,56%)
(0.26/0.21/0.00/0.56)	

CMYK percentages

%25.89
%21.43
%0
%56.08

Codes

Color #535870 in popluar color models

535870
RGB8388112
HSL230°14.87%38.24%
HSB/HSV230°25.89%43.92%
CMYK25.89%21.43%0.00%
56.08%

Color #535870 in popluar number systems.

HEX535870
Decimal8388112
Binary101001110110001110000
Octal123130160

Shades and tints

Shades of #535870

#535870
(83,88,112)
#4C5066
(76,80,102)
#45485C
(69,72,92)
#3E4052
(62,64,82)
#373848
(55,56,72)
#30303E
(48,48,62)
#292834
(41,40,52)
#22202A
(34,32,42)
#1B1820
(27,24,32)
#141016
(20,16,22)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #535870

#535870
(83,88,112)
#62677D
(98,103,125)
#71768A
(113,118,138)
#808597
(128,133,151)
#8F94A4
(143,148,164)
#9EA3B1
(158,163,177)
#ADB2BE
(173,178,190)
#BCC1CB
(188,193,203)
#CBD0D8
(203,208,216)
#DADFE5
(218,223,229)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535870; }

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

This text font color is #535870.


Background Color

.myBgColor { background-color: #535870; }

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

This div background color is #535870.


Border color

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

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

This div border color is #535870.


Opacity

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

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

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

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

This text has shadow with #535870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535870 on black background.


Color preview on white background

This text has color #535870 on white background.



Black color preview on #535870 background

This text has black color on #535870 background.


White color preview on #535870 background

This text has white color on #535870 background.