#57274E

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

Shades of Loulou #57274E

Tints of Loulou #57274E

Color information

#57274E (or 0x57274E) is unknown color: approx Loulou. HEX triplet: 57, 27 and 4E. RGB value is (87,39,78). Sum of RGB (Red+Green+Blue) = 87+39+78=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #57274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57274E is #A8D8B1. Grayscale: #393939. Windows color (decimal): -11065522 or 5121879. OLE color: 5121879.

HSL color Cylindrical-coordinate representation of color #57274E: hue angle of 311.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57274E is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB873978-
CMYK00.550.100.66
HSL311.25º38.1%24.71%-
HSV(B)311.25º55.17%34.12%-
XYZ6.034.037.67-
YUV57.8139.4148.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=42.65%
G=19.12%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87397800.550.100.66311.2538.124.71
Hex57274E037A421372619
Octal12747116067121024674631
Binary1010111100111100111001101111010100001010011011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57274E; }

 p { color: rgb(87,39,78); }

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

<style>
 a { background-color: #57274E; }

 a { background-color: rgb(87,39,78); }

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

<style>
 span { border-color: #57274E; }

 span { border-color: rgb(87,39,78); }

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