#592F54

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

Shades of Loulou #592F54

Tints of Loulou #592F54

Color information

#592F54 (or 0x592F54) is unknown color: approx Loulou. HEX triplet: 59, 2F and 54. RGB value is (89,47,84). Sum of RGB (Red+Green+Blue) = 89+47+84=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #592F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F54 is #A6D0AB. Grayscale: #3F3F3F. Windows color (decimal): -10932396 or 5517145. OLE color: 5517145.

HSL color Cylindrical-coordinate representation of color #592F54: hue angle of 307.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #592F54 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB894784-
CMYK00.470.060.65
HSL307.14º30.88%26.67%-
HSV(B)307.14º47.19%34.9%-
XYZ6.744.88.96-
YUV63.78139.41145.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=40.45%
G=21.36%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89478400.470.060.65307.1430.8826.67
Hex592F5402F6411331f1b
Octal1315712405761014633733
Binary10110011011111010100010111111010000011001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,47,84); }

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

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

 a { background-color: rgb(89,47,84); }

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

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

 span { border-color: rgb(89,47,84); }

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