#50344E

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

Shades of Loulou #50344E

Tints of Loulou #50344E

Color information

#50344E (or 0x50344E) is unknown color: approx Loulou. HEX triplet: 50, 34 and 4E. RGB value is (80,52,78). Sum of RGB (Red+Green+Blue) = 80+52+78=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50344E is #AFCBB1. Grayscale: #3F3F3F. Windows color (decimal): -11520946 or 5125200. OLE color: 5125200.

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

Color convert

RGB805278-
CMYK00.350.020.69
HSL304.29º21.21%25.88%-
HSV(B)304.29º35%31.37%-
XYZ5.914.717.81-
YUV63.34136.28139.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=38.10%
G=24.76%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80527800.350.020.69304.2921.2125.88
Hex50344E023245130151a
Octal1206411604321054602532
Binary1010000110100100111001000111010001011001100001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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