#50304E

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

Shades of Loulou #50304E

Tints of Loulou #50304E

Color information

#50304E (or 0x50304E) is unknown color: approx Loulou. HEX triplet: 50, 30 and 4E. RGB value is (80,48,78). Sum of RGB (Red+Green+Blue) = 80+48+78=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #50304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50304E is #AFCFB1. Grayscale: #3C3C3C. Windows color (decimal): -11521970 or 5124176. OLE color: 5124176.

HSL color Cylindrical-coordinate representation of color #50304E: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50304E is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB804878-
CMYK00.400.020.69
HSL303.75º25%25.1%-
HSV(B)303.75º40%31.37%-
XYZ5.744.377.75-
YUV60.99137.6141.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=38.83%
G=23.30%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487800.400.020.69303.752525.1
Hex50304E0282451301919
Octal1206011605021054603131
Binary1010000110000100111001010001010001011001100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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