#542D50

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

Shades of Loulou #542D50

Tints of Loulou #542D50

Color information

#542D50 (or 0x542D50) is unknown color: approx Loulou. HEX triplet: 54, 2D and 50. RGB value is (84,45,80). Sum of RGB (Red+Green+Blue) = 84+45+80=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #542D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D50 is #ABD2AF. Grayscale: #3C3C3C. Windows color (decimal): -11260592 or 5254484. OLE color: 5254484.

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

Color convert

RGB844580-
CMYK00.460.050.67
HSL306.15º30.23%25.29%-
HSV(B)306.15º46.43%32.94%-
XYZ6.044.348.11-
YUV60.65138.92144.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=40.19%
G=21.53%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84458000.460.050.67306.1530.2325.29
Hex542D5002E5431321e19
Octal1245512005651034623631
Binary10101001011011010000010111010110000111001100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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