#57284E

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

Shades of Loulou #57284E

Tints of Loulou #57284E

Color information

#57284E (or 0x57284E) is unknown color: approx Loulou. HEX triplet: 57, 28 and 4E. RGB value is (87,40,78). Sum of RGB (Red+Green+Blue) = 87+40+78=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #57284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57284E is #A8D7B1. Grayscale: #3A3A3A. Windows color (decimal): -11065266 or 5122135. OLE color: 5122135.

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

Color convert

RGB874078-
CMYK00.540.100.66
HSL311.49º37.01%24.9%-
HSV(B)311.49º54.02%34.12%-
XYZ6.064.097.68-
YUV58.38139.07148.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=42.44%
G=19.51%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87407800.540.100.66311.4937.0124.9
Hex57284E036A421372519
Octal12750116066121024674531
Binary1010111101000100111001101101010100001010011011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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