#50364D

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

Shades of Loulou #50364D

Tints of Loulou #50364D

Color information

#50364D (or 0x50364D) is unknown color: approx Loulou. HEX triplet: 50, 36 and 4D. RGB value is (80,54,77). Sum of RGB (Red+Green+Blue) = 80+54+77=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50364D is #AFC9B2. Grayscale: #404040. Windows color (decimal): -11520435 or 5060176. OLE color: 5060176.

HSL color Cylindrical-coordinate representation of color #50364D: hue angle of 306.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50364D is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB805477-
CMYK00.330.040.69
HSL306.92º19.4%26.27%-
HSV(B)306.92º32.5%31.37%-
XYZ5.974.887.65-
YUV64.4135.11139.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=37.91%
G=25.59%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80547700.330.040.69306.9219.426.27
Hex50364D021445133131a
Octal1206611504141054632332
Binary10100001101101001101010000110010001011001100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50364D; }

 p { color: rgb(80,54,77); }

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

<style>
 a { background-color: #50364D; }

 a { background-color: rgb(80,54,77); }

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

<style>
 span { border-color: #50364D; }

 span { border-color: rgb(80,54,77); }

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