#592D52

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

Shades of Loulou #592D52

Tints of Loulou #592D52

Color information

#592D52 (or 0x592D52) is unknown color: approx Loulou. HEX triplet: 59, 2D and 52. RGB value is (89,45,82). Sum of RGB (Red+Green+Blue) = 89+45+82=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #592D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D52 is #A6D2AD. Grayscale: #3E3E3E. Windows color (decimal): -10932910 or 5385561. OLE color: 5385561.

HSL color Cylindrical-coordinate representation of color #592D52: hue angle of 309.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #592D52 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB894582-
CMYK00.490.080.65
HSL309.55º32.84%26.27%-
HSV(B)309.55º49.44%34.9%-
XYZ6.584.618.53-
YUV62.37139.08146.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=41.20%
G=20.83%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89458200.490.080.65309.5532.8426.27
Hex592D52031841136211a
Octal13155122061101014664132
Binary1011001101101101001001100011000100000110011011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592D52; }

 p { color: rgb(89,45,82); }

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

<style>
 a { background-color: #592D52; }

 a { background-color: rgb(89,45,82); }

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

<style>
 span { border-color: #592D52; }

 span { border-color: rgb(89,45,82); }

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