#523459

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

Shades of Hot Purple #523459

Tints of Hot Purple #523459

Color information

#523459 (or 0x523459) is unknown color: approx Hot Purple. HEX triplet: 52, 34 and 59. RGB value is (82,52,89). Sum of RGB (Red+Green+Blue) = 82+52+89=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #523459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523459 is #ADCBA6. Grayscale: #414141. Windows color (decimal): -11389863 or 5846098. OLE color: 5846098.

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

Color convert

RGB825289-
CMYK0.080.4200.65
HSL288.65º26.24%27.65%-
HSV(B)288.65º41.57%34.9%-
XYZ6.514.9710.07-
YUV65.19141.44139.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=36.77%
G=23.32%
B=39.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8252890.080.4200.65288.6526.2427.65
Hex52345982A0411211a1c
Octal12264131105201014413234
Binary101001011010010110011000101010010000011001000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523459; }

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

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

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

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

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

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

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

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