#57334F

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

Shades of Loulou #57334F

Tints of Loulou #57334F

Color information

#57334F (or 0x57334F) is unknown color: approx Loulou. HEX triplet: 57, 33 and 4F. RGB value is (87,51,79). Sum of RGB (Red+Green+Blue) = 87+51+79=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #57334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57334F is #A8CCB0. Grayscale: #404040. Windows color (decimal): -11062449 or 5190487. OLE color: 5190487.

HSL color Cylindrical-coordinate representation of color #57334F: hue angle of 313.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57334F is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB875179-
CMYK00.410.090.66
HSL313.33º26.09%27.06%-
HSV(B)313.33º41.38%34.12%-
XYZ6.534.968.01-
YUV64.96135.93143.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=40.09%
G=23.50%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87517900.410.090.66313.3326.0927.06
Hex57334F0299421391a1b
Octal12763117051111024713233
Binary101011111001110011110101001100110000101001110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57334F; }

 p { color: rgb(87,51,79); }

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

<style>
 a { background-color: #57334F; }

 a { background-color: rgb(87,51,79); }

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

<style>
 span { border-color: #57334F; }

 span { border-color: rgb(87,51,79); }

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