#57294B

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

Shades of Loulou #57294B

Tints of Loulou #57294B

Color information

#57294B (or 0x57294B) is unknown color: approx Loulou. HEX triplet: 57, 29 and 4B. RGB value is (87,41,75). Sum of RGB (Red+Green+Blue) = 87+41+75=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57294B is #A8D6B4. Grayscale: #3A3A3A. Windows color (decimal): -11065013 or 4925783. OLE color: 4925783.

HSL color Cylindrical-coordinate representation of color #57294B: hue angle of 315.65º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57294B is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB874175-
CMYK00.530.140.66
HSL315.65º35.94%25.1%-
HSV(B)315.65º52.87%34.12%-
XYZ5.994.127.14-
YUV58.63137.24148.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=42.86%
G=20.20%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87417500.530.140.66315.6535.9425.1
Hex57294B035E4213c2419
Octal12751113065161024744431
Binary1010111101001100101101101011110100001010011110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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