#552E5B

Color #552E5B Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #552E5B

Tints of Hot Purple #552E5B

Color information

#552E5B (or 0x552E5B) is unknown color: approx Hot Purple. HEX triplet: 55, 2E and 5B. RGB value is (85,46,91). Sum of RGB (Red+Green+Blue) = 85+46+91=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #552E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E5B is #AAD1A4. Grayscale: #3E3E3E. Windows color (decimal): -11194789 or 5975637. OLE color: 5975637.

HSL color Cylindrical-coordinate representation of color #552E5B: hue angle of 292º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552E5B is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB854691-
CMYK0.070.4900.64
HSL292º32.85%26.86%-
HSV(B)292º49.45%35.69%-
XYZ6.614.6410.44-
YUV62.79143.92143.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=38.29%
G=20.72%
B=40.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8546910.070.4900.6429232.8526.86
Hex552E5B731040124211b
Octal1255613376101004444133
Binary101010110111010110111111100010100000010010010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552E5B; }

 p { color: rgb(85,46,91); }

 H1.HeaderClassName
 {
   color: #552E5B;
 }
 .AnyTagClassName
 {
   color: #552E5B;
 }
</style>
background-color css

<style>
 a { background-color: #552E5B; }

 a { background-color: rgb(85,46,91); }

 div.DivClassName
 {
   background-color: #552E5B;
 }
 .BgClassName
 {
   background-color: #552E5B;
 }
</style>
border-color css

<style>
 span { border-color: #552E5B; }

 span { border-color: rgb(85,46,91); }

 td.TdClassName
 {
   border-color: #552E5B;
 }
 .TagClassName
 {
   border-color: #552E5B;
 }
</style>