#53164C

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

Shades of Loulou #53164C

Tints of Loulou #53164C

Color information

#53164C (or 0x53164C) is unknown color: approx Loulou. HEX triplet: 53, 16 and 4C. RGB value is (83,22,76). Sum of RGB (Red+Green+Blue) = 83+22+76=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53164C is #ACE9B3. Grayscale: #2E2E2E. Windows color (decimal): -11332020 or 4986451. OLE color: 4986451.

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

Color convert

RGB832276-
CMYK00.730.080.67
HSL306.89º58.1%20.59%-
HSV(B)306.89º73.49%32.55%-
XYZ5.162.937.13-
YUV46.4144.71154.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=45.86%
G=12.15%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83227600.730.080.67306.8958.120.59
Hex53164C0498431333a15
Octal123261140111101034637225
Binary1010011101101001100010010011000100001110011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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