#59304E

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

Shades of Loulou #59304E

Tints of Loulou #59304E

Color information

#59304E (or 0x59304E) is unknown color: approx Loulou. HEX triplet: 59, 30 and 4E. RGB value is (89,48,78). Sum of RGB (Red+Green+Blue) = 89+48+78=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59304E is #A6CFB1. Grayscale: #3F3F3F. Windows color (decimal): -10932146 or 5124185. OLE color: 5124185.

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

Color convert

RGB894878-
CMYK00.460.120.65
HSL316.1º29.93%26.86%-
HSV(B)316.1º46.07%34.9%-
XYZ6.554.797.79-
YUV63.68136.08146.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=41.40%
G=22.33%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89487800.460.120.65316.129.9326.86
Hex59304E02EC4113c1e1b
Octal13160116056141014743633
Binary101100111000010011100101110110010000011001111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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