COLOR #553065

HEX: #553065
RGB: (85,48,101)

Color info

#553065 contains red, green and blue colors in about the same proportion. Web safe color of #553065 is #663366 (or #636).

RGB color model

#553065 color RGB value is (85,48,101).

  • red value is 85;
  • green value is 48;
  • blue value is 101.
RGB:
(85,48,101)
(33%,19%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 48 of 255 = 19%
B 101 of 255 = 40%

85
48
101

R + G + B ~ 31%. #553065 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 48 + 101 = 234 (100%)
R 85 of 234 ~ 36.32%
G 48 of 234 ~ 20.51%
B 101 of 234 ~ 43.16%

%36.32
%20.51
%43.16

CMYK color model

#553065 color CMYK value is (16,52,0,60).

  • cyan value is 15.84%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,52,0,60)
C16M52Y0K60 
(16%,52%,0%,60%)
(0.16/0.52/0.00/0.60)	

CMYK percentages

%15.84
%52.48
%0
%60.39

Codes

Color #553065 in popluar color models

553065
RGB8548101
HSL282°35.57%29.22%
HSB/HSV282°52.48%39.61%
CMYK15.84%52.48%0.00%
60.39%

Color #553065 in popluar number systems.

HEX553065
Decimal8548101
Binary10101011100001100101
Octal12560145

Shades and tints

Shades of #553065

#553065
(85,48,101)
#4E2C5C
(78,44,92)
#472853
(71,40,83)
#40244A
(64,36,74)
#392041
(57,32,65)
#321C38
(50,28,56)
#2B182F
(43,24,47)
#241426
(36,20,38)
#1D101D
(29,16,29)
#160C14
(22,12,20)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #553065

#553065
(85,48,101)
#644273
(100,66,115)
#735481
(115,84,129)
#82668F
(130,102,143)
#91789D
(145,120,157)
#A08AAB
(160,138,171)
#AF9CB9
(175,156,185)
#BEAEC7
(190,174,199)
#CDC0D5
(205,192,213)
#DCD2E3
(220,210,227)
#EBE4F1
(235,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553065 color. Also use rgb(85,48,101) instead hex code.

Text Font Color

.myTextColor { color: #553065; }

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

This text font color is #553065.


Background Color

.myBgColor { background-color: #553065; }

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

This div background color is #553065.


Border color

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

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

This div border color is #553065.


Opacity

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

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

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

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

This text has shadow with #553065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553065 on black background.


Color preview on white background

This text has color #553065 on white background.



Black color preview on #553065 background

This text has black color on #553065 background.


White color preview on #553065 background

This text has white color on #553065 background.