#57304E

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

Shades of Loulou #57304E

Tints of Loulou #57304E

Color information

#57304E (or 0x57304E) is unknown color: approx Loulou. HEX triplet: 57, 30 and 4E. RGB value is (87,48,78). Sum of RGB (Red+Green+Blue) = 87+48+78=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #57304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57304E is #A8CFB1. Grayscale: #3F3F3F. Windows color (decimal): -11063218 or 5124183. OLE color: 5124183.

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

Color convert

RGB874878-
CMYK00.450.100.66
HSL313.85º28.89%26.47%-
HSV(B)313.85º44.83%34.12%-
XYZ6.364.697.78-
YUV63.08136.42145.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=40.85%
G=22.54%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87487800.450.100.66313.8528.8926.47
Hex57304E02DA4213a1d1a
Octal12760116055121024723532
Binary101011111000010011100101101101010000101001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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