#552C52

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

Shades of Hot Purple #552C52

Tints of Hot Purple #552C52

Color information

#552C52 (or 0x552C52) is unknown color: approx Hot Purple. HEX triplet: 55, 2C and 52. RGB value is (85,44,82). Sum of RGB (Red+Green+Blue) = 85+44+82=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #552C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C52 is #AAD3AD. Grayscale: #3C3C3C. Windows color (decimal): -11195310 or 5385301. OLE color: 5385301.

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

Color convert

RGB854482-
CMYK00.480.040.67
HSL304.39º31.78%25.29%-
HSV(B)304.39º48.24%33.33%-
XYZ6.174.348.5-
YUV60.59140.08145.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=40.28%
G=20.85%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85448200.480.040.67304.3931.7825.29
Hex552C520304431302019
Octal1255412206041034604031
Binary101010110110010100100110000100100001110011000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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