#50364E

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

Shades of Loulou #50364E

Tints of Loulou #50364E

Color information

#50364E (or 0x50364E) is unknown color: approx Loulou. HEX triplet: 50, 36 and 4E. RGB value is (80,54,78). Sum of RGB (Red+Green+Blue) = 80+54+78=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50364E is #AFC9B1. Grayscale: #404040. Windows color (decimal): -11520434 or 5125712. OLE color: 5125712.

HSL color Cylindrical-coordinate representation of color #50364E: hue angle of 304.62º 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 #50364E is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB805478-
CMYK00.330.020.69
HSL304.62º19.4%26.27%-
HSV(B)304.62º32.5%31.37%-
XYZ64.897.84-
YUV64.51135.61139.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=37.74%
G=25.47%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80547800.330.020.69304.6219.426.27
Hex50364E021245131131a
Octal1206611604121054612332
Binary1010000110110100111001000011010001011001100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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