#50284C

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

Shades of Loulou #50284C

Tints of Loulou #50284C

Color information

#50284C (or 0x50284C) is unknown color: approx Loulou. HEX triplet: 50, 28 and 4C. RGB value is (80,40,76). Sum of RGB (Red+Green+Blue) = 80+40+76=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50284C is #AFD7B3. Grayscale: #373737. Windows color (decimal): -11524020 or 4991056. OLE color: 4991056.

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

Color convert

RGB804076-
CMYK00.50.050.69
HSL306º33.33%23.53%-
HSV(B)306º50%31.37%-
XYZ5.373.747.28-
YUV56.06139.25145.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=40.82%
G=20.41%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80407600.50.050.6930633.3323.53
Hex50284C0325451322118
Octal1205011406251054624130
Binary101000010100010011000110010101100010110011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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