#57304F

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

Shades of Loulou #57304F

Tints of Loulou #57304F

Color information

#57304F (or 0x57304F) is unknown color: approx Loulou. HEX triplet: 57, 30 and 4F. RGB value is (87,48,79). Sum of RGB (Red+Green+Blue) = 87+48+79=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57304F is #A8CFB0. Grayscale: #3F3F3F. Windows color (decimal): -11063217 or 5189719. OLE color: 5189719.

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

Color convert

RGB874879-
CMYK00.450.090.66
HSL312.31º28.89%26.47%-
HSV(B)312.31º44.83%34.12%-
XYZ6.44.77.97-
YUV63.19136.92144.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=40.65%
G=22.43%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87487900.450.090.66312.3128.8926.47
Hex57304F02D9421381d1a
Octal12760117055111024703532
Binary101011111000010011110101101100110000101001110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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