#552E59

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

Shades of Hot Purple #552E59

Tints of Hot Purple #552E59

Color information

#552E59 (or 0x552E59) is unknown color: approx Hot Purple. HEX triplet: 55, 2E and 59. RGB value is (85,46,89). Sum of RGB (Red+Green+Blue) = 85+46+89=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #552E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E59 is #AAD1A6. Grayscale: #3E3E3E. Windows color (decimal): -11194791 or 5844565. OLE color: 5844565.

HSL color Cylindrical-coordinate representation of color #552E59: hue angle of 294.42º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552E59 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB854689-
CMYK0.040.4800.65
HSL294.42º31.85%26.47%-
HSV(B)294.42º48.31%34.9%-
XYZ6.534.6110-
YUV62.56142.92144-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=38.64%
G=20.91%
B=40.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8546890.040.4800.65294.4231.8526.47
Hex552E59430041126201a
Octal1255613146001014464032
Binary101010110111010110011001100000100000110010011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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