#57324E

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

Shades of Loulou #57324E

Tints of Loulou #57324E

Color information

#57324E (or 0x57324E) is unknown color: approx Loulou. HEX triplet: 57, 32 and 4E. RGB value is (87,50,78). Sum of RGB (Red+Green+Blue) = 87+50+78=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #57324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57324E is #A8CDB1. Grayscale: #404040. Windows color (decimal): -11062706 or 5124695. OLE color: 5124695.

HSL color Cylindrical-coordinate representation of color #57324E: hue angle of 314.59º 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 #57324E is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB875078-
CMYK00.430.100.66
HSL314.59º27.01%26.86%-
HSV(B)314.59º42.53%34.12%-
XYZ6.454.867.81-
YUV64.26135.76144.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=40.47%
G=23.26%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87507800.430.100.66314.5927.0126.86
Hex57324E02BA4213b1b1b
Octal12762116053121024733333
Binary101011111001010011100101011101010000101001110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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