#593052

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

Shades of Loulou #593052

Tints of Loulou #593052

Color information

#593052 (or 0x593052) is unknown color: approx Loulou. HEX triplet: 59, 30 and 52. RGB value is (89,48,82). Sum of RGB (Red+Green+Blue) = 89+48+82=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #593052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593052 is #A6CFAD. Grayscale: #404040. Windows color (decimal): -10932142 or 5386329. OLE color: 5386329.

HSL color Cylindrical-coordinate representation of color #593052: hue angle of 310.24º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #593052 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB894882-
CMYK00.460.080.65
HSL310.24º29.93%26.86%-
HSV(B)310.24º46.07%34.9%-
XYZ6.74.858.57-
YUV64.14138.08145.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=40.64%
G=21.92%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89488200.460.080.65310.2429.9326.86
Hex59305202E8411361e1b
Octal13160122056101014663633
Binary101100111000010100100101110100010000011001101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593052; }

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

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

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

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

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

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

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

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