#523858

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

Shades of Hot Purple #523858

Tints of Hot Purple #523858

Color information

#523858 (or 0x523858) is unknown color: approx Hot Purple. HEX triplet: 52, 38 and 58. RGB value is (82,56,88). Sum of RGB (Red+Green+Blue) = 82+56+88=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #523858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523858 is #ADC7A7. Grayscale: #434343. Windows color (decimal): -11388840 or 5781586. OLE color: 5781586.

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

Color convert

RGB825688-
CMYK0.070.3600.65
HSL288.75º22.22%28.24%-
HSV(B)288.75º36.36%34.51%-
XYZ6.665.339.91-
YUV67.42139.61138.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=36.28%
G=24.78%
B=38.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8256880.070.3600.65288.7522.2228.24
Hex523858724041121161c
Octal1227013074401014412634
Binary10100101110001011000111100100010000011001000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523858; }

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

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

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

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

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

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

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

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