#523150

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

Shades of Loulou #523150

Tints of Loulou #523150

Color information

#523150 (or 0x523150) is unknown color: approx Loulou. HEX triplet: 52, 31 and 50. RGB value is (82,49,80). Sum of RGB (Red+Green+Blue) = 82+49+80=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523150 is #ADCEAF. Grayscale: #3E3E3E. Windows color (decimal): -11390640 or 5255506. OLE color: 5255506.

HSL color Cylindrical-coordinate representation of color #523150: hue angle of 303.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523150 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB824980-
CMYK00.400.020.68
HSL303.64º25.19%25.69%-
HSV(B)303.64º40.24%32.16%-
XYZ6.034.578.15-
YUV62.4137.93141.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=38.86%
G=23.22%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82498000.400.020.68303.6425.1925.69
Hex523150028244130191a
Octal1226112005021044603132
Binary1010010110001101000001010001010001001001100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523150; }

 p { color: rgb(82,49,80); }

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

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

 a { background-color: rgb(82,49,80); }

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

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

 span { border-color: rgb(82,49,80); }

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