COLOR #353559

HEX: #353559
RGB: (53,53,89)

Color info

#353559 contains red, green and blue colors in about the same proportion. Web safe color of #353559 is #333366 (or #336).

RGB color model

#353559 color RGB value is (53,53,89).

  • red value is 53;
  • green value is 53;
  • blue value is 89.
RGB:
(53,53,89)
(21%,21%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 53 of 255 = 21%
B 89 of 255 = 35%

53
53
89

R + G + B ~ 26%. #353559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 53 + 89 = 195 (100%)
R 53 of 195 ~ 27.18%
G 53 of 195 ~ 27.18%
B 89 of 195 ~ 45.64%

%27.18
%27.18
%45.64

CMYK color model

#353559 color CMYK value is (40,40,0,65).

  • cyan value is 40.45%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,40,0,65)
C40M40Y0K65 
(40%,40%,0%,65%)
(0.40/0.40/0.00/0.65)	

CMYK percentages

%40.45
%40.45
%0
%65.1

Codes

Color #353559 in popluar color models

353559
RGB535389
HSL240°25.35%27.84%
HSB/HSV240°40.45%34.90%
CMYK40.45%40.45%0.00%
65.10%

Color #353559 in popluar number systems.

HEX353559
Decimal535389
Binary1101011101011011001
Octal6565131

Shades and tints

Shades of #353559

#353559
(53,53,89)
#313151
(49,49,81)
#2D2D49
(45,45,73)
#292941
(41,41,65)
#252539
(37,37,57)
#212131
(33,33,49)
#1D1D29
(29,29,41)
#191921
(25,25,33)
#151519
(21,21,25)
#111111
(17,17,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #353559

#353559
(53,53,89)
#474768
(71,71,104)
#595977
(89,89,119)
#6B6B86
(107,107,134)
#7D7D95
(125,125,149)
#8F8FA4
(143,143,164)
#A1A1B3
(161,161,179)
#B3B3C2
(179,179,194)
#C5C5D1
(197,197,209)
#D7D7E0
(215,215,224)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353559 color. Also use rgb(53,53,89) instead hex code.

Text Font Color

.myTextColor { color: #353559; }

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

This text font color is #353559.


Background Color

.myBgColor { background-color: #353559; }

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

This div background color is #353559.


Border color

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

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

This div border color is #353559.


Opacity

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

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

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

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

This text has shadow with #353559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353559 on black background.


Color preview on white background

This text has color #353559 on white background.



Black color preview on #353559 background

This text has black color on #353559 background.


White color preview on #353559 background

This text has white color on #353559 background.