#57344F

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

Shades of Loulou #57344F

Tints of Loulou #57344F

Color information

#57344F (or 0x57344F) is unknown color: approx Loulou. HEX triplet: 57, 34 and 4F. RGB value is (87,52,79). Sum of RGB (Red+Green+Blue) = 87+52+79=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57344F is #A8CBB0. Grayscale: #414141. Windows color (decimal): -11062193 or 5190743. OLE color: 5190743.

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

Color convert

RGB875279-
CMYK00.400.090.66
HSL313.71º25.18%27.25%-
HSV(B)313.71º40.23%34.12%-
XYZ6.575.058.02-
YUV65.54135.6143.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=39.91%
G=23.85%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87527900.400.090.66313.7125.1827.25
Hex57344F02894213a191b
Octal12764117050111024723133
Binary101011111010010011110101000100110000101001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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