#5D324E

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

Shades of Loulou #5D324E

Tints of Loulou #5D324E

Color information

#5D324E (or 0x5D324E) is unknown color: approx Loulou. HEX triplet: 5D, 32 and 4E. RGB value is (93,50,78). Sum of RGB (Red+Green+Blue) = 93+50+78=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D324E is #A2CDB1. Grayscale: #414141. Windows color (decimal): -10669490 or 5124701. OLE color: 5124701.

HSL color Cylindrical-coordinate representation of color #5D324E: hue angle of 320.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D324E is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB935078-
CMYK00.460.160.64
HSL320.93º30.07%28.04%-
HSV(B)320.93º46.24%36.47%-
XYZ7.035.167.83-
YUV66.05134.75147.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.08%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=42.08%
G=22.62%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93507800.460.160.64320.9330.0728.04
Hex5D324E02E10401411e1c
Octal13562116056201005013634
Binary1011101110010100111001011101000010000001010000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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