#553259

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

Shades of Hot Purple #553259

Tints of Hot Purple #553259

Color information

#553259 (or 0x553259) is unknown color: approx Hot Purple. HEX triplet: 55, 32 and 59. RGB value is (85,50,89). Sum of RGB (Red+Green+Blue) = 85+50+89=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #553259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553259 is #AACDA6. Grayscale: #404040. Windows color (decimal): -11193767 or 5845589. OLE color: 5845589.

HSL color Cylindrical-coordinate representation of color #553259: hue angle of 293.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553259 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB855089-
CMYK0.040.4400.65
HSL293.85º28.06%27.25%-
HSV(B)293.85º43.82%34.9%-
XYZ6.694.9310.05-
YUV64.91141.6142.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=37.95%
G=22.32%
B=39.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8550890.040.4400.65293.8528.0627.25
Hex55325942C0411261c1b
Octal1256213145401014463433
Binary10101011100101011001100101100010000011001001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553259; }

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

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

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

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

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

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

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

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