#523557

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

Shades of Hot Purple #523557

Tints of Hot Purple #523557

Color information

#523557 (or 0x523557) is unknown color: approx Hot Purple. HEX triplet: 52, 35 and 57. RGB value is (82,53,87). Sum of RGB (Red+Green+Blue) = 82+53+87=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #523557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523557 is #ADCAA8. Grayscale: #414141. Windows color (decimal): -11389609 or 5715282. OLE color: 5715282.

HSL color Cylindrical-coordinate representation of color #523557: hue angle of 291.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #523557 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB825387-
CMYK0.060.3900.66
HSL291.18º24.29%27.45%-
HSV(B)291.18º39.08%34.12%-
XYZ6.475.039.65-
YUV65.55140.11139.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=36.94%
G=23.87%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8253870.060.3900.66291.1824.2927.45
Hex523557627042123181b
Octal1226512764701024433033
Binary10100101101011010111110100111010000101001000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523557; }

 p { color: rgb(82,53,87); }

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

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

 a { background-color: rgb(82,53,87); }

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

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

 span { border-color: rgb(82,53,87); }

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