#5E324E

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

Shades of Loulou #5E324E

Tints of Loulou #5E324E

Color information

#5E324E (or 0x5E324E) is unknown color: approx Loulou. HEX triplet: 5E, 32 and 4E. RGB value is (94,50,78). Sum of RGB (Red+Green+Blue) = 94+50+78=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E324E is #A1CDB1. Grayscale: #424242. Windows color (decimal): -10603954 or 5124702. OLE color: 5124702.

HSL color Cylindrical-coordinate representation of color #5E324E: hue angle of 321.82º 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 #5E324E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB945078-
CMYK00.470.170.63
HSL321.82º30.56%28.24%-
HSV(B)321.82º46.81%36.86%-
XYZ7.135.217.84-
YUV66.35134.58147.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=42.34%
G=22.52%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94507800.470.170.63321.8230.5628.24
Hex5E324E02F113F1421f1c
Octal1366211605721775023734
Binary101111011001010011100101111100011111111010000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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