#59354D

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

Shades of Loulou #59354D

Tints of Loulou #59354D

Color information

#59354D (or 0x59354D) is unknown color: approx Loulou. HEX triplet: 59, 35 and 4D. RGB value is (89,53,77). Sum of RGB (Red+Green+Blue) = 89+53+77=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59354D is #A6CAB2. Grayscale: #424242. Windows color (decimal): -10930867 or 5059929. OLE color: 5059929.

HSL color Cylindrical-coordinate representation of color #59354D: hue angle of 320º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59354D is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB895377-
CMYK00.400.130.65
HSL320º25.35%27.84%-
HSV(B)320º40.45%34.9%-
XYZ6.735.217.67-
YUV66.5133.93144.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=40.64%
G=24.20%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89537700.400.130.6532025.3527.84
Hex59354D028D41140191c
Octal13165115050151015003134
Binary101100111010110011010101000110110000011010000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59354D; }

 p { color: rgb(89,53,77); }

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

<style>
 a { background-color: #59354D; }

 a { background-color: rgb(89,53,77); }

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

<style>
 span { border-color: #59354D; }

 span { border-color: rgb(89,53,77); }

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