#53204C

Color #53204C Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #53204C

Tints of Loulou #53204C

Color information

#53204C (or 0x53204C) is unknown color: approx Loulou. HEX triplet: 53, 20 and 4C. RGB value is (83,32,76). Sum of RGB (Red+Green+Blue) = 83+32+76=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53204C is #ACDFB3. Grayscale: #343434. Windows color (decimal): -11329460 or 4989011. OLE color: 4989011.

HSL color Cylindrical-coordinate representation of color #53204C: hue angle of 308.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53204C is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB833276-
CMYK00.610.080.67
HSL308.24º44.35%22.55%-
HSV(B)308.24º61.45%32.55%-
XYZ5.393.397.21-
YUV52.26141.4149.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=43.46%
G=16.75%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83327600.610.080.67308.2444.3522.55
Hex53204C03D8431342c17
Octal12340114075101034645427
Binary1010011100000100110001111011000100001110011010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53204C; }

 p { color: rgb(83,32,76); }

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

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

 a { background-color: rgb(83,32,76); }

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

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

 span { border-color: rgb(83,32,76); }

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