#57314E

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

Shades of Loulou #57314E

Tints of Loulou #57314E

Color information

#57314E (or 0x57314E) is unknown color: approx Loulou. HEX triplet: 57, 31 and 4E. RGB value is (87,49,78). Sum of RGB (Red+Green+Blue) = 87+49+78=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57314E is #A8CEB1. Grayscale: #3F3F3F. Windows color (decimal): -11062962 or 5124439. OLE color: 5124439.

HSL color Cylindrical-coordinate representation of color #57314E: hue angle of 314.21º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57314E is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB874978-
CMYK00.440.100.66
HSL314.21º27.94%26.67%-
HSV(B)314.21º43.68%34.12%-
XYZ6.44.777.79-
YUV63.67136.09144.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=40.65%
G=22.90%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87497800.440.100.66314.2127.9426.67
Hex57314E02CA4213a1c1b
Octal12761116054121024723433
Binary101011111000110011100101100101010000101001110101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57314E; }

 p { color: rgb(87,49,78); }

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

<style>
 a { background-color: #57314E; }

 a { background-color: rgb(87,49,78); }

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

<style>
 span { border-color: #57314E; }

 span { border-color: rgb(87,49,78); }

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