#57324F

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

Shades of Loulou #57324F

Tints of Loulou #57324F

Color information

#57324F (or 0x57324F) is unknown color: approx Loulou. HEX triplet: 57, 32 and 4F. RGB value is (87,50,79). Sum of RGB (Red+Green+Blue) = 87+50+79=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57324F is #A8CDB0. Grayscale: #404040. Windows color (decimal): -11062705 or 5190231. OLE color: 5190231.

HSL color Cylindrical-coordinate representation of color #57324F: hue angle of 312.97º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57324F is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB875079-
CMYK00.430.090.66
HSL312.97º27.01%26.86%-
HSV(B)312.97º42.53%34.12%-
XYZ6.484.878-
YUV64.37136.26144.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=40.28%
G=23.15%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87507900.430.090.66312.9727.0126.86
Hex57324F02B9421391b1b
Octal12762117053111024713333
Binary101011111001010011110101011100110000101001110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57324F; }

 p { color: rgb(87,50,79); }

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

<style>
 a { background-color: #57324F; }

 a { background-color: rgb(87,50,79); }

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

<style>
 span { border-color: #57324F; }

 span { border-color: rgb(87,50,79); }

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