#592450

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

Shades of Loulou #592450

Tints of Loulou #592450

Color information

#592450 (or 0x592450) is unknown color: approx Loulou. HEX triplet: 59, 24 and 50. RGB value is (89,36,80). Sum of RGB (Red+Green+Blue) = 89+36+80=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592450 is #A6DBAF. Grayscale: #383838. Windows color (decimal): -10935216 or 5252185. OLE color: 5252185.

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

Color convert

RGB893680-
CMYK00.600.100.65
HSL310.19º42.4%24.51%-
HSV(B)310.19º59.55%34.9%-
XYZ6.23.968.03-
YUV56.86141.06150.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=43.41%
G=17.56%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89368000.600.100.65310.1942.424.51
Hex59245003CA411362a19
Octal13144120074121014665231
Binary1011001100100101000001111001010100000110011011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592450; }

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

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

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

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

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

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

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

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