#5E294D

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

Shades of Loulou #5E294D

Tints of Loulou #5E294D

Color information

#5E294D (or 0x5E294D) is unknown color: approx Loulou. HEX triplet: 5E, 29 and 4D. RGB value is (94,41,77). Sum of RGB (Red+Green+Blue) = 94+41+77=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E294D is #A1D6B2. Grayscale: #3C3C3C. Windows color (decimal): -10606259 or 5056862. OLE color: 5056862.

HSL color Cylindrical-coordinate representation of color #5E294D: hue angle of 319.25º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E294D is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB944177-
CMYK00.560.180.63
HSL319.25º39.26%26.47%-
HSV(B)319.25º56.38%36.86%-
XYZ6.754.57.53-
YUV60.95137.06151.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.34%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=44.34%
G=19.34%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94417700.560.180.63319.2539.2626.47
Hex5E294D038123F13f271a
Octal1365111507022774774732
Binary1011110101001100110101110001001011111110011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E294D; }

 p { color: rgb(94,41,77); }

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

<style>
 a { background-color: #5E294D; }

 a { background-color: rgb(94,41,77); }

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

<style>
 span { border-color: #5E294D; }

 span { border-color: rgb(94,41,77); }

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