#523959

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

Shades of Hot Purple #523959

Tints of Hot Purple #523959

Color information

#523959 (or 0x523959) is unknown color: approx Hot Purple. HEX triplet: 52, 39 and 59. RGB value is (82,57,89). Sum of RGB (Red+Green+Blue) = 82+57+89=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #523959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523959 is #ADC6A6. Grayscale: #444444. Windows color (decimal): -11388583 or 5847378. OLE color: 5847378.

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

Color convert

RGB825789-
CMYK0.080.3600.65
HSL286.88º21.92%28.63%-
HSV(B)286.88º35.96%34.9%-
XYZ6.755.4410.15-
YUV68.12139.78137.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=35.96%
G=25%
B=39.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8257890.080.3600.65286.8821.9228.63
Hex52395982404111f161d
Octal12271131104401014372635
Binary101001011100110110011000100100010000011000111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523959; }

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

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

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

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

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

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

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

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