#5E324D

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

Shades of Loulou #5E324D

Tints of Loulou #5E324D

Color information

#5E324D (or 0x5E324D) is unknown color: approx Loulou. HEX triplet: 5E, 32 and 4D. RGB value is (94,50,77). Sum of RGB (Red+Green+Blue) = 94+50+77=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E324D is #A1CDB2. Grayscale: #424242. Windows color (decimal): -10603955 or 5059166. OLE color: 5059166.

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

Color convert

RGB945077-
CMYK00.470.180.63
HSL323.18º30.56%28.24%-
HSV(B)323.18º46.81%36.86%-
XYZ7.15.27.65-
YUV66.23134.08147.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.53%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=42.53%
G=22.62%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94507700.470.180.63323.1830.5628.24
Hex5E324D02F123F1431f1c
Octal1366211505722775033734
Binary101111011001010011010101111100101111111010000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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