#552C58

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

Shades of Hot Purple #552C58

Tints of Hot Purple #552C58

Color information

#552C58 (or 0x552C58) is unknown color: approx Hot Purple. HEX triplet: 55, 2C and 58. RGB value is (85,44,88). Sum of RGB (Red+Green+Blue) = 85+44+88=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #552C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C58 is #AAD3A7. Grayscale: #3D3D3D. Windows color (decimal): -11195304 or 5778517. OLE color: 5778517.

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

Color convert

RGB854488-
CMYK0.030.500.65
HSL295.91º33.33%25.88%-
HSV(B)295.91º50%34.51%-
XYZ6.414.449.75-
YUV61.27143.08144.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=39.17%
G=20.28%
B=40.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8544880.030.500.65295.9133.3325.88
Hex552C58332041128211a
Octal1255413036201014504132
Binary10101011011001011000111100100100000110010100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,44,88); }

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

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

 a { background-color: rgb(85,44,88); }

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

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

 span { border-color: rgb(85,44,88); }

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