#5E2A4E

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

Shades of Loulou #5E2A4E

Tints of Loulou #5E2A4E

Color information

#5E2A4E (or 0x5E2A4E) is unknown color: approx Loulou. HEX triplet: 5E, 2A and 4E. RGB value is (94,42,78). Sum of RGB (Red+Green+Blue) = 94+42+78=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2A4E is #A1D5B1. Grayscale: #3D3D3D. Windows color (decimal): -10606002 or 5122654. OLE color: 5122654.

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

Color convert

RGB944278-
CMYK00.550.170.63
HSL318.46º38.24%26.67%-
HSV(B)318.46º55.32%36.86%-
XYZ6.824.597.73-
YUV61.65137.23151.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.93%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=43.93%
G=19.63%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94427800.550.170.63318.4638.2426.67
Hex5E2A4E037113F13e261b
Octal1365211606721774764633
Binary1011110101010100111001101111000111111110011111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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