#53204E

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

Shades of Loulou #53204E

Tints of Loulou #53204E

Color information

#53204E (or 0x53204E) is unknown color: approx Loulou. HEX triplet: 53, 20 and 4E. RGB value is (83,32,78). Sum of RGB (Red+Green+Blue) = 83+32+78=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53204E is #ACDFB1. Grayscale: #343434. Windows color (decimal): -11329458 or 5120083. OLE color: 5120083.

HSL color Cylindrical-coordinate representation of color #53204E: hue angle of 305.88º 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 #53204E is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB833278-
CMYK00.610.060.67
HSL305.88º44.35%22.55%-
HSV(B)305.88º61.45%32.55%-
XYZ5.463.427.58-
YUV52.49142.4149.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=43.01%
G=16.58%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83327800.610.060.67305.8844.3522.55
Hex53204E03D6431322c17
Octal1234011607561034625427
Binary101001110000010011100111101110100001110011001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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