#57294C

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

Shades of Loulou #57294C

Tints of Loulou #57294C

Color information

#57294C (or 0x57294C) is unknown color: approx Loulou. HEX triplet: 57, 29 and 4C. RGB value is (87,41,76). Sum of RGB (Red+Green+Blue) = 87+41+76=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #57294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57294C is #A8D6B3. Grayscale: #3A3A3A. Windows color (decimal): -11065012 or 4991319. OLE color: 4991319.

HSL color Cylindrical-coordinate representation of color #57294C: hue angle of 314.35º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57294C is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB874176-
CMYK00.530.130.66
HSL314.35º35.94%25.1%-
HSV(B)314.35º52.87%34.12%-
XYZ6.034.137.32-
YUV58.74137.74148.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=42.65%
G=20.10%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87417600.530.130.66314.3535.9425.1
Hex57294C035D4213a2419
Octal12751114065151024724431
Binary1010111101001100110001101011101100001010011101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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