#57304B

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

Shades of Loulou #57304B

Tints of Loulou #57304B

Color information

#57304B (or 0x57304B) is unknown color: approx Loulou. HEX triplet: 57, 30 and 4B. RGB value is (87,48,75). Sum of RGB (Red+Green+Blue) = 87+48+75=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #57304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57304B is #A8CFB4. Grayscale: #3E3E3E. Windows color (decimal): -11063221 or 4927575. OLE color: 4927575.

HSL color Cylindrical-coordinate representation of color #57304B: hue angle of 318.46º 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 #57304B is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB874875-
CMYK00.450.140.66
HSL318.46º28.89%26.47%-
HSV(B)318.46º44.83%34.12%-
XYZ6.264.657.22-
YUV62.74134.92145.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=41.43%
G=22.86%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87487500.450.140.66318.4628.8926.47
Hex57304B02DE4213e1d1a
Octal12760113055161024763532
Binary101011111000010010110101101111010000101001111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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