COLOR #535563

HEX: #535563 RGB: (83,85,99)

Color info

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

RGB color model

#535563 color RGB value is (83,85,99).

RGB: (83,85,99) (33%, 33%, 39%)

RGB channels and saturation

R 83 of 255 = 33%
G 85 of 255 = 33%
B 99 of 255 = 39%

83
85
99

R + G + B ~ 35%. #535563 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 85 + 99 = 267 (100%)
R 83 of 267 ~ 31.09%
G 85 of 267 ~ 31.84%
B 99 of 267 ~ 37.08'%

%31.09
%31.84
%37.08

CMYK color model

#535563 color CMYK value is (16,14,0,61).

  • cyan value is 16.16%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (16,14,0,61)
C16M14Y0K61 (16%, 14%, 0%, 61%)
(0.16 / 0.14 / 0.00 / 0.61)

CMYK percentages

%16.16
%14.14
%0
%61.18

Codes

Color #535563 in popluar color models

53 55 63
RGB 83 85 99
HSL 233° 8.79% 35.69%
HSB/HSV 233° 16.16% 38.82%
CMYK 16.16% 14.14% 0.00%
61.18%

Color #535563 in popluar number systems.

HEX 53 55 63
Decimal 83 85 99
Binary 1010011 1010101 1100011
Octal 123 125 143

Shades and tints

Shades of #535563

#535563
(83,85,99)
#4C4E5A
(76,78,90)
#454751
(69,71,81)
#3E4048
(62,64,72)
#37393F
(55,57,63)
#303236
(48,50,54)
#292B2D
(41,43,45)
#222424
(34,36,36)
#1B1D1B
(27,29,27)
#141612
(20,22,18)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #535563

#535563
(83,85,99)
#626471
(98,100,113)
#71737F
(113,115,127)
#80828D
(128,130,141)
#8F919B
(143,145,155)
#9EA0A9
(158,160,169)
#ADAFB7
(173,175,183)
#BCBEC5
(188,190,197)
#CBCDD3
(203,205,211)
#DADCE1
(218,220,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535563; }

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

This text font color is #535563.

Background Color

.myBgColor { background-color: #535563; }

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

This div background color is #535563.

Border color

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

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

This div border color is #535563.

Opacity

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

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

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

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

This text has shadow with #535563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535563.

Preview

Color preview on black background

This text has color #535563 on black background.


Color preview on white background

This text has color #535563 on white background.


Black color preview on #535563 background

This text has black color on #535563 background.


White color preview on #535563 background

This text has white color on #535563 background.


Related colors

Complementary color

Complementary color for #hex is #ACAA9C.


I love getcolorcode.com

Triadic colors

1 #635355 and #556353 with #535563 are triadic colors.

2 #635553 and #555363 with #535563 are triadic colors.