COLOR #552263

HEX: #552263
RGB: (85,34,99)

Color info

#552263 contains mainly red and blue colors. Web safe color of #552263 is #663366 (or #636).

RGB color model

#552263 color RGB value is (85,34,99).

  • red value is 85;
  • green value is 34;
  • blue value is 99.
RGB:
(85,34,99)
(33%,13%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 34 of 255 = 13%
B 99 of 255 = 39%

85
34
99

R + G + B ~ 28%. #552263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 34 + 99 = 218 (100%)
R 85 of 218 ~ 38.99%
G 34 of 218 ~ 15.6%
B 99 of 218 ~ 45.41%

%38.99
%15.6
%45.41

CMYK color model

#552263 color CMYK value is (14,66,0,61).

  • cyan value is 14.14%
  • magenta value is 65.66%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(14,66,0,61)
C14M66Y0K61 
(14%,66%,0%,61%)
(0.14/0.66/0.00/0.61)	

CMYK percentages

%14.14
%65.66
%0
%61.18

Codes

Color #552263 in popluar color models

552263
RGB853499
HSL287°48.87%26.08%
HSB/HSV287°65.66%38.82%
CMYK14.14%65.66%0.00%
61.18%

Color #552263 in popluar number systems.

HEX552263
Decimal853499
Binary10101011000101100011
Octal12542143

Shades and tints

Shades of #552263

#552263
(85,34,99)
#4E1F5A
(78,31,90)
#471C51
(71,28,81)
#401948
(64,25,72)
#39163F
(57,22,63)
#321336
(50,19,54)
#2B102D
(43,16,45)
#240D24
(36,13,36)
#1D0A1B
(29,10,27)
#160712
(22,7,18)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #552263

#552263
(85,34,99)
#643671
(100,54,113)
#734A7F
(115,74,127)
#825E8D
(130,94,141)
#91729B
(145,114,155)
#A086A9
(160,134,169)
#AF9AB7
(175,154,183)
#BEAEC5
(190,174,197)
#CDC2D3
(205,194,211)
#DCD6E1
(220,214,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552263; }

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

This text font color is #552263.


Background Color

.myBgColor { background-color: #552263; }

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

This div background color is #552263.


Border color

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

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

This div border color is #552263.


Opacity

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

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

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

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

This text has shadow with #552263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552263 on black background.


Color preview on white background

This text has color #552263 on white background.



Black color preview on #552263 background

This text has black color on #552263 background.


White color preview on #552263 background

This text has white color on #552263 background.