#523259

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

Shades of Hot Purple #523259

Tints of Hot Purple #523259

Color information

#523259 (or 0x523259) is unknown color: approx Hot Purple. HEX triplet: 52, 32 and 59. RGB value is (82,50,89). Sum of RGB (Red+Green+Blue) = 82+50+89=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #523259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523259 is #ADCDA6. Grayscale: #3F3F3F. Windows color (decimal): -11390375 or 5845586. OLE color: 5845586.

HSL color Cylindrical-coordinate representation of color #523259: hue angle of 289.23º 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 #523259 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB825089-
CMYK0.080.4400.65
HSL289.23º28.06%27.25%-
HSV(B)289.23º43.82%34.9%-
XYZ6.424.810.04-
YUV64.01142.1140.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=37.10%
G=22.62%
B=40.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8250890.080.4400.65289.2328.0627.25
Hex52325982C0411211c1b
Octal12262131105401014413433
Binary101001011001010110011000101100010000011001000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523259; }

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

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

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

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

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

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

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

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