#50354D

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

Shades of Loulou #50354D

Tints of Loulou #50354D

Color information

#50354D (or 0x50354D) is unknown color: approx Loulou. HEX triplet: 50, 35 and 4D. RGB value is (80,53,77). Sum of RGB (Red+Green+Blue) = 80+53+77=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50354D is #AFCAB2. Grayscale: #3F3F3F. Windows color (decimal): -11520691 or 5059920. OLE color: 5059920.

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

Color convert

RGB805377-
CMYK00.340.040.69
HSL306.67º20.3%26.08%-
HSV(B)306.67º33.75%31.37%-
XYZ5.924.797.63-
YUV63.81135.45139.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=38.10%
G=25.24%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80537700.340.040.69306.6720.326.08
Hex50354D022445133141a
Octal1206511504241054632432
Binary10100001101011001101010001010010001011001100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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