#523857

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

Shades of Hot Purple #523857

Tints of Hot Purple #523857

Color information

#523857 (or 0x523857) is unknown color: approx Hot Purple. HEX triplet: 52, 38 and 57. RGB value is (82,56,87). Sum of RGB (Red+Green+Blue) = 82+56+87=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #523857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523857 is #ADC7A8. Grayscale: #434343. Windows color (decimal): -11388841 or 5716050. OLE color: 5716050.

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

Color convert

RGB825687-
CMYK0.060.3600.66
HSL290.32º21.68%28.04%-
HSV(B)290.32º35.63%34.12%-
XYZ6.615.319.69-
YUV67.31139.11138.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=36.44%
G=24.89%
B=38.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8256870.060.3600.66290.3221.6828.04
Hex523857624042122161c
Octal1227012764401024422634
Binary10100101110001010111110100100010000101001000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523857; }

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

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

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

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

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

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

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

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