#59254E

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

Shades of Loulou #59254E

Tints of Loulou #59254E

Color information

#59254E (or 0x59254E) is unknown color: approx Loulou. HEX triplet: 59, 25 and 4E. RGB value is (89,37,78). Sum of RGB (Red+Green+Blue) = 89+37+78=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59254E is #A6DAB1. Grayscale: #393939. Windows color (decimal): -10934962 or 5121369. OLE color: 5121369.

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

Color convert

RGB893778-
CMYK00.580.120.65
HSL312.69º41.27%24.71%-
HSV(B)312.69º58.43%34.9%-
XYZ6.1647.65-
YUV57.22139.73150.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=43.63%
G=18.14%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89377800.580.120.65312.6941.2724.71
Hex59254E03AC411392919
Octal13145116072141014715131
Binary1011001100101100111001110101100100000110011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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