#53294C

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

Shades of Loulou #53294C

Tints of Loulou #53294C

Color information

#53294C (or 0x53294C) is unknown color: approx Loulou. HEX triplet: 53, 29 and 4C. RGB value is (83,41,76). Sum of RGB (Red+Green+Blue) = 83+41+76=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53294C is #ACD6B3. Grayscale: #393939. Windows color (decimal): -11327156 or 4991315. OLE color: 4991315.

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

Color convert

RGB834176-
CMYK00.510.080.67
HSL310º33.87%24.31%-
HSV(B)310º50.6%32.55%-
XYZ5.663.957.3-
YUV57.55138.41146.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 76 (30.08% from 255) = 38%
R=41.5%
G=20.5%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83417600.510.080.6731033.8724.31
Hex53294C0338431362218
Octal12351114063101034664230
Binary1010011101001100110001100111000100001110011011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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