#59294E

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

Shades of Loulou #59294E

Tints of Loulou #59294E

Color information

#59294E (or 0x59294E) is unknown color: approx Loulou. HEX triplet: 59, 29 and 4E. RGB value is (89,41,78). Sum of RGB (Red+Green+Blue) = 89+41+78=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59294E is #A6D6B1. Grayscale: #3B3B3B. Windows color (decimal): -10933938 or 5122393. OLE color: 5122393.

HSL color Cylindrical-coordinate representation of color #59294E: hue angle of 313.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59294E is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB894178-
CMYK00.540.120.65
HSL313.75º36.92%25.49%-
HSV(B)313.75º53.93%34.9%-
XYZ6.294.267.7-
YUV59.57138.4148.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=42.79%
G=19.71%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89417800.540.120.65313.7536.9225.49
Hex59294E036C4113a2519
Octal13151116066141014724531
Binary1011001101001100111001101101100100000110011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59294E; }

 p { color: rgb(89,41,78); }

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

<style>
 a { background-color: #59294E; }

 a { background-color: rgb(89,41,78); }

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

<style>
 span { border-color: #59294E; }

 span { border-color: rgb(89,41,78); }

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