#50304C

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

Shades of Loulou #50304C

Tints of Loulou #50304C

Color information

#50304C (or 0x50304C) is unknown color: approx Loulou. HEX triplet: 50, 30 and 4C. RGB value is (80,48,76). Sum of RGB (Red+Green+Blue) = 80+48+76=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #50304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50304C is #AFCFB3. Grayscale: #3C3C3C. Windows color (decimal): -11521972 or 4993104. OLE color: 4993104.

HSL color Cylindrical-coordinate representation of color #50304C: hue angle of 307.5º 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 #50304C is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB804876-
CMYK00.400.050.69
HSL307.5º25%25.1%-
HSV(B)307.5º40%31.37%-
XYZ5.674.347.38-
YUV60.76136.6141.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=39.22%
G=23.53%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487600.400.050.69307.52525.1
Hex50304C0285451341919
Octal1206011405051054643131
Binary10100001100001001100010100010110001011001101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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