#5D324C

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

Shades of Loulou #5D324C

Tints of Loulou #5D324C

Color information

#5D324C (or 0x5D324C) is unknown color: approx Loulou. HEX triplet: 5D, 32 and 4C. RGB value is (93,50,76). Sum of RGB (Red+Green+Blue) = 93+50+76=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D324C is #A2CDB3. Grayscale: #414141. Windows color (decimal): -10669492 or 4993629. OLE color: 4993629.

HSL color Cylindrical-coordinate representation of color #5D324C: hue angle of 323.72º 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 #5D324C is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB935076-
CMYK00.460.180.64
HSL323.72º30.07%28.04%-
HSV(B)323.72º46.24%36.47%-
XYZ6.965.137.46-
YUV65.82133.75147.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=42.47%
G=22.83%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93507600.460.180.64323.7230.0728.04
Hex5D324C02E12401441e1c
Octal13562114056221005043634
Binary1011101110010100110001011101001010000001010001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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