#552F56

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

Shades of Hot Purple #552F56

Tints of Hot Purple #552F56

Color information

#552F56 (or 0x552F56) is unknown color: approx Hot Purple. HEX triplet: 55, 2F and 56. RGB value is (85,47,86). Sum of RGB (Red+Green+Blue) = 85+47+86=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #552F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F56 is #AAD0A9. Grayscale: #3E3E3E. Windows color (decimal): -11194538 or 5648213. OLE color: 5648213.

HSL color Cylindrical-coordinate representation of color #552F56: hue angle of 298.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F56 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB854786-
CMYK0.010.4500.66
HSL298.46º29.32%26.08%-
HSV(B)298.46º45.35%33.73%-
XYZ6.444.649.36-
YUV62.81141.09143.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=38.99%
G=21.56%
B=39.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8547860.010.4500.66298.4629.3226.08
Hex552F5612D04212a1d1a
Octal1255712615501024523532
Binary101010110111110101101101101010000101001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,47,86); }

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

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

 a { background-color: rgb(85,47,86); }

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

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

 span { border-color: rgb(85,47,86); }

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