#50334C

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

Shades of Loulou #50334C

Tints of Loulou #50334C

Color information

#50334C (or 0x50334C) is unknown color: approx Loulou. HEX triplet: 50, 33 and 4C. RGB value is (80,51,76). Sum of RGB (Red+Green+Blue) = 80+51+76=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50334C is #AFCCB3. Grayscale: #3E3E3E. Windows color (decimal): -11521204 or 4993872. OLE color: 4993872.

HSL color Cylindrical-coordinate representation of color #50334C: hue angle of 308.28º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50334C is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB805176-
CMYK00.360.050.69
HSL308.28º22.14%25.69%-
HSV(B)308.28º36.25%31.37%-
XYZ5.84.597.42-
YUV62.52135.61140.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=38.65%
G=24.64%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80517600.360.050.69308.2822.1425.69
Hex50334C024545134161a
Octal1206311404451054642632
Binary10100001100111001100010010010110001011001101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50334C; }

 p { color: rgb(80,51,76); }

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

<style>
 a { background-color: #50334C; }

 a { background-color: rgb(80,51,76); }

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

<style>
 span { border-color: #50334C; }

 span { border-color: rgb(80,51,76); }

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