#57204C

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

Shades of Loulou #57204C

Tints of Loulou #57204C

Color information

#57204C (or 0x57204C) is unknown color: approx Loulou. HEX triplet: 57, 20 and 4C. RGB value is (87,32,76). Sum of RGB (Red+Green+Blue) = 87+32+76=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57204C is #A8DFB3. Grayscale: #353535. Windows color (decimal): -11067316 or 4989015. OLE color: 4989015.

HSL color Cylindrical-coordinate representation of color #57204C: hue angle of 312º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57204C is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB873276-
CMYK00.630.130.66
HSL312º46.22%23.33%-
HSV(B)312º63.22%34.12%-
XYZ5.753.587.23-
YUV53.46140.72151.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=44.62%
G=16.41%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87327600.630.130.6631246.2223.33
Hex57204C03FD421382e17
Octal12740114077151024705627
Binary1010111100000100110001111111101100001010011100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57204C; }

 p { color: rgb(87,32,76); }

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

<style>
 a { background-color: #57204C; }

 a { background-color: rgb(87,32,76); }

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

<style>
 span { border-color: #57204C; }

 span { border-color: rgb(87,32,76); }

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