#523454

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

Shades of Hot Purple #523454

Tints of Hot Purple #523454

Color information

#523454 (or 0x523454) is unknown color: approx Hot Purple. HEX triplet: 52, 34 and 54. RGB value is (82,52,84). Sum of RGB (Red+Green+Blue) = 82+52+84=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #523454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523454 is #ADCBAB. Grayscale: #404040. Windows color (decimal): -11389868 or 5518418. OLE color: 5518418.

HSL color Cylindrical-coordinate representation of color #523454: hue angle of 296.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #523454 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB825284-
CMYK0.020.3800.67
HSL296.25º23.53%26.67%-
HSV(B)296.25º38.1%32.94%-
XYZ6.314.899-
YUV64.62138.94140.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=37.61%
G=23.85%
B=38.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8252840.020.3800.67296.2523.5326.67
Hex523454226043128181b
Octal1226412424601034503033
Binary1010010110100101010010100110010000111001010001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523454; }

 p { color: rgb(82,52,84); }

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

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

 a { background-color: rgb(82,52,84); }

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

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

 span { border-color: rgb(82,52,84); }

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