#502E4C

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

Shades of Loulou #502E4C

Tints of Loulou #502E4C

Color information

#502E4C (or 0x502E4C) is unknown color: approx Loulou. HEX triplet: 50, 2E and 4C. RGB value is (80,46,76). Sum of RGB (Red+Green+Blue) = 80+46+76=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #502E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E4C is #AFD1B3. Grayscale: #3B3B3B. Windows color (decimal): -11522484 or 4992592. OLE color: 4992592.

HSL color Cylindrical-coordinate representation of color #502E4C: hue angle of 307.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E4C is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB804676-
CMYK00.420.050.69
HSL307.06º26.98%24.71%-
HSV(B)307.06º42.5%31.37%-
XYZ5.594.187.35-
YUV59.59137.26142.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 46 (18.36% from 255) = 22.77%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=39.60%
G=22.77%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80467600.420.050.69307.0626.9824.71
Hex502E4C02A5451331b19
Octal1205611405251054633331
Binary10100001011101001100010101010110001011001100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502E4C; }

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

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

<style>
 a { background-color: #502E4C; }

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

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

<style>
 span { border-color: #502E4C; }

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

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