#59264E

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

Shades of Loulou #59264E

Tints of Loulou #59264E

Color information

#59264E (or 0x59264E) is unknown color: approx Loulou. HEX triplet: 59, 26 and 4E. RGB value is (89,38,78). Sum of RGB (Red+Green+Blue) = 89+38+78=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59264E is #A6D9B1. Grayscale: #393939. Windows color (decimal): -10934706 or 5121625. OLE color: 5121625.

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

Color convert

RGB893878-
CMYK00.570.120.65
HSL312.94º40.16%24.9%-
HSV(B)312.94º57.3%34.9%-
XYZ6.194.067.67-
YUV57.81139.4150.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=43.41%
G=18.54%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89387800.570.120.65312.9440.1624.9
Hex59264E039C411392819
Octal13146116071141014715031
Binary1011001100110100111001110011100100000110011100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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