#57194C

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

Shades of Loulou #57194C

Tints of Loulou #57194C

Color information

#57194C (or 0x57194C) is unknown color: approx Loulou. HEX triplet: 57, 19 and 4C. RGB value is (87,25,76). Sum of RGB (Red+Green+Blue) = 87+25+76=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57194C is #A8E6B3. Grayscale: #313131. Windows color (decimal): -11069108 or 4987223. OLE color: 4987223.

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

Color convert

RGB872576-
CMYK00.710.130.66
HSL310.65º55.36%21.96%-
HSV(B)310.65º71.26%34.12%-
XYZ5.583.247.17-
YUV49.35143.04154.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=46.28%
G=13.30%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87257600.710.130.66310.6555.3621.96
Hex57194C047D421373716
Octal127311140107151024676726
Binary1010111110011001100010001111101100001010011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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