#523856

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

Shades of Hot Purple #523856

Tints of Hot Purple #523856

Color information

#523856 (or 0x523856) is unknown color: approx Hot Purple. HEX triplet: 52, 38 and 56. RGB value is (82,56,86). Sum of RGB (Red+Green+Blue) = 82+56+86=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #523856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523856 is #ADC7A9. Grayscale: #434343. Windows color (decimal): -11388842 or 5650514. OLE color: 5650514.

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

Color convert

RGB825686-
CMYK0.050.3500.66
HSL292º21.13%27.84%-
HSV(B)292º34.88%33.73%-
XYZ6.575.299.48-
YUV67.19138.61138.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=36.61%
G=25%
B=38.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8256860.050.3500.6629221.1327.84
Hex523856523042124151c
Octal1227012654301024442534
Binary10100101110001010110101100011010000101001001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523856; }

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

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

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

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

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

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

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

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