#542F50

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

Shades of Loulou #542F50

Tints of Loulou #542F50

Color information

#542F50 (or 0x542F50) is unknown color: approx Loulou. HEX triplet: 54, 2F and 50. RGB value is (84,47,80). Sum of RGB (Red+Green+Blue) = 84+47+80=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #542F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F50 is #ABD0AF. Grayscale: #3D3D3D. Windows color (decimal): -11260080 or 5254996. OLE color: 5254996.

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

Color convert

RGB844780-
CMYK00.440.050.67
HSL306.49º28.24%25.69%-
HSV(B)306.49º44.05%32.94%-
XYZ6.124.58.13-
YUV61.82138.26143.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=39.81%
G=22.27%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84478000.440.050.67306.4928.2425.69
Hex542F5002C5431321c1a
Octal1245712005451034623432
Binary10101001011111010000010110010110000111001100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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