#552D59

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

Shades of Hot Purple #552D59

Tints of Hot Purple #552D59

Color information

#552D59 (or 0x552D59) is unknown color: approx Hot Purple. HEX triplet: 55, 2D and 59. RGB value is (85,45,89). Sum of RGB (Red+Green+Blue) = 85+45+89=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #552D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D59 is #AAD2A6. Grayscale: #3D3D3D. Windows color (decimal): -11195047 or 5844309. OLE color: 5844309.

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

Color convert

RGB854589-
CMYK0.040.4900.65
HSL294.55º32.84%26.27%-
HSV(B)294.55º49.44%34.9%-
XYZ6.494.539.98-
YUV61.98143.25144.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=38.81%
G=20.55%
B=40.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8545890.040.4900.65294.5532.8426.27
Hex552D59431041127211a
Octal1255513146101014474132
Binary101010110110110110011001100010100000110010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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