#59254F

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

Shades of Loulou #59254F

Tints of Loulou #59254F

Color information

#59254F (or 0x59254F) is unknown color: approx Loulou. HEX triplet: 59, 25 and 4F. RGB value is (89,37,79). Sum of RGB (Red+Green+Blue) = 89+37+79=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59254F is #A6DAB0. Grayscale: #393939. Windows color (decimal): -10934961 or 5186905. OLE color: 5186905.

HSL color Cylindrical-coordinate representation of color #59254F: hue angle of 311.54º 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 #59254F is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB893779-
CMYK00.580.110.65
HSL311.54º41.27%24.71%-
HSV(B)311.54º58.43%34.9%-
XYZ6.194.017.85-
YUV57.34140.23150.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=43.41%
G=18.05%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89377900.580.110.65311.5441.2724.71
Hex59254F03AB411382919
Octal13145117072131014705131
Binary1011001100101100111101110101011100000110011100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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