#592950

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

Shades of Loulou #592950

Tints of Loulou #592950

Color information

#592950 (or 0x592950) is unknown color: approx Loulou. HEX triplet: 59, 29 and 50. RGB value is (89,41,80). Sum of RGB (Red+Green+Blue) = 89+41+80=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #592950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592950 is #A6D6AF. Grayscale: #3B3B3B. Windows color (decimal): -10933936 or 5253465. OLE color: 5253465.

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

Color convert

RGB894180-
CMYK00.540.100.65
HSL311.25º36.92%25.49%-
HSV(B)311.25º53.93%34.9%-
XYZ6.364.298.08-
YUV59.8139.4148.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=42.38%
G=19.52%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89418000.540.100.65311.2536.9225.49
Hex592950036A411372519
Octal13151120066121014674531
Binary1011001101001101000001101101010100000110011011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592950; }

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

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

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

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

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

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

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

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