#542E50

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

Shades of Loulou #542E50

Tints of Loulou #542E50

Color information

#542E50 (or 0x542E50) is unknown color: approx Loulou. HEX triplet: 54, 2E and 50. RGB value is (84,46,80). Sum of RGB (Red+Green+Blue) = 84+46+80=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #542E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E50 is #ABD1AF. Grayscale: #3D3D3D. Windows color (decimal): -11260336 or 5254740. OLE color: 5254740.

HSL color Cylindrical-coordinate representation of color #542E50: hue angle of 306.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E50 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB844680-
CMYK00.450.050.67
HSL306.32º29.23%25.49%-
HSV(B)306.32º45.24%32.94%-
XYZ6.084.428.12-
YUV61.24138.59144.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 21.90%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=40%
G=21.90%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84468000.450.050.67306.3229.2325.49
Hex542E5002D5431321d19
Octal1245612005551034623531
Binary10101001011101010000010110110110000111001100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542E50; }

 p { color: rgb(84,46,80); }

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

<style>
 a { background-color: #542E50; }

 a { background-color: rgb(84,46,80); }

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

<style>
 span { border-color: #542E50; }

 span { border-color: rgb(84,46,80); }

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