#592350

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

Shades of Loulou #592350

Tints of Loulou #592350

Color information

#592350 (or 0x592350) is unknown color: approx Loulou. HEX triplet: 59, 23 and 50. RGB value is (89,35,80). Sum of RGB (Red+Green+Blue) = 89+35+80=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #592350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592350 is #A6DCAF. Grayscale: #383838. Windows color (decimal): -10935472 or 5251929. OLE color: 5251929.

HSL color Cylindrical-coordinate representation of color #592350: hue angle of 310º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592350 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB893580-
CMYK00.610.100.65
HSL310º43.55%24.31%-
HSV(B)310º60.67%34.9%-
XYZ6.173.918.02-
YUV56.28141.39151.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=43.63%
G=17.16%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89358000.610.100.6531043.5524.31
Hex59235003DA411362c18
Octal13143120075121014665430
Binary1011001100011101000001111011010100000110011011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592350; }

 p { color: rgb(89,35,80); }

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

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

 a { background-color: rgb(89,35,80); }

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

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

 span { border-color: rgb(89,35,80); }

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