#592952

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

Shades of Loulou #592952

Tints of Loulou #592952

Color information

#592952 (or 0x592952) is unknown color: approx Loulou. HEX triplet: 59, 29 and 52. RGB value is (89,41,82). Sum of RGB (Red+Green+Blue) = 89+41+82=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592952 is #A6D6AD. Grayscale: #3B3B3B. Windows color (decimal): -10933934 or 5384537. OLE color: 5384537.

HSL color Cylindrical-coordinate representation of color #592952: hue angle of 308.75º 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 #592952 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB894182-
CMYK00.540.080.65
HSL308.75º36.92%25.49%-
HSV(B)308.75º53.93%34.9%-
XYZ6.444.328.48-
YUV60.03140.4148.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=41.98%
G=19.34%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89418200.540.080.65308.7536.9225.49
Hex5929520368411352519
Octal13151122066101014654531
Binary1011001101001101001001101101000100000110011010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592952; }

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

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

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

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

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

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

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

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