COLOR #535874

HEX: #535874
RGB: (83,88,116)

Color info

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

RGB color model

#535874 color RGB value is (83,88,116).

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

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 116 of 255 = 45%

83
88
116

R + G + B ~ 38%. #535874 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 116 = 287 (100%)
R 83 of 287 ~ 28.92%
G 88 of 287 ~ 30.66%
B 116 of 287 ~ 40.42%

%28.92
%30.66
%40.42

CMYK color model

#535874 color CMYK value is (28,24,0,55).

  • cyan value is 28.45%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(28,24,0,55)
C28M24Y0K55 
(28%,24%,0%,55%)
(0.28/0.24/0.00/0.55)	

CMYK percentages

%28.45
%24.14
%0
%54.51

Codes

Color #535874 in popluar color models

535874
RGB8388116
HSL231°16.58%39.02%
HSB/HSV231°28.45%45.49%
CMYK28.45%24.14%0.00%
54.51%

Color #535874 in popluar number systems.

HEX535874
Decimal8388116
Binary101001110110001110100
Octal123130164

Shades and tints

Shades of #535874

#535874
(83,88,116)
#4C506A
(76,80,106)
#454860
(69,72,96)
#3E4056
(62,64,86)
#37384C
(55,56,76)
#303042
(48,48,66)
#292838
(41,40,56)
#22202E
(34,32,46)
#1B1824
(27,24,36)
#14101A
(20,16,26)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #535874

#535874
(83,88,116)
#626780
(98,103,128)
#71768C
(113,118,140)
#808598
(128,133,152)
#8F94A4
(143,148,164)
#9EA3B0
(158,163,176)
#ADB2BC
(173,178,188)
#BCC1C8
(188,193,200)
#CBD0D4
(203,208,212)
#DADFE0
(218,223,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535874; }

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

This text font color is #535874.


Background Color

.myBgColor { background-color: #535874; }

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

This div background color is #535874.


Border color

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

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

This div border color is #535874.


Opacity

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

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

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

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

This text has shadow with #535874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535874 on black background.


Color preview on white background

This text has color #535874 on white background.



Black color preview on #535874 background

This text has black color on #535874 background.


White color preview on #535874 background

This text has white color on #535874 background.