#5E344E

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

Shades of Loulou #5E344E

Tints of Loulou #5E344E

Color information

#5E344E (or 0x5E344E) is unknown color: approx Loulou. HEX triplet: 5E, 34 and 4E. RGB value is (94,52,78). Sum of RGB (Red+Green+Blue) = 94+52+78=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E344E is #A1CBB1. Grayscale: #434343. Windows color (decimal): -10603442 or 5125214. OLE color: 5125214.

HSL color Cylindrical-coordinate representation of color #5E344E: hue angle of 322.86º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E344E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB945278-
CMYK00.450.170.63
HSL322.86º28.77%28.63%-
HSV(B)322.86º44.68%36.86%-
XYZ7.225.397.87-
YUV67.52133.91146.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=41.96%
G=23.21%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94527800.450.170.63322.8628.7728.63
Hex5E344E02D113F1431d1d
Octal1366411605521775033535
Binary101111011010010011100101101100011111111010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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