#57354A

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

Shades of Loulou #57354A

Tints of Loulou #57354A

Color information

#57354A (or 0x57354A) is unknown color: approx Loulou. HEX triplet: 57, 35 and 4A. RGB value is (87,53,74). Sum of RGB (Red+Green+Blue) = 87+53+74=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57354A is #A8CAB5. Grayscale: #414141. Windows color (decimal): -11061942 or 4863319. OLE color: 4863319.

HSL color Cylindrical-coordinate representation of color #57354A: hue angle of 322.94º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57354A is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB875374-
CMYK00.390.150.66
HSL322.94º24.29%27.45%-
HSV(B)322.94º39.08%34.12%-
XYZ6.445.077.12-
YUV65.56132.76143.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=40.65%
G=24.77%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87537400.390.150.66322.9424.2927.45
Hex57354A027F42143181b
Octal12765112047171025033033
Binary101011111010110010100100111111110000101010000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57354A; }

 p { color: rgb(87,53,74); }

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

<style>
 a { background-color: #57354A; }

 a { background-color: rgb(87,53,74); }

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

<style>
 span { border-color: #57354A; }

 span { border-color: rgb(87,53,74); }

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