#523546

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

Shades of Loulou #523546

Tints of Loulou #523546

Color information

#523546 (or 0x523546) is unknown color: approx Loulou. HEX triplet: 52, 35 and 46. RGB value is (82,53,70). Sum of RGB (Red+Green+Blue) = 82+53+70=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523546 is #ADCAB9. Grayscale: #3F3F3F. Windows color (decimal): -11389626 or 4601170. OLE color: 4601170.

HSL color Cylindrical-coordinate representation of color #523546: hue angle of 324.83º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523546 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB825370-
CMYK00.350.150.68
HSL324.83º21.48%26.47%-
HSV(B)324.83º35.37%32.16%-
XYZ5.864.786.41-
YUV63.61131.61141.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=40%
G=25.85%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82537000.350.150.68324.8321.4826.47
Hex523546023F44145151a
Octal12265106043171045052532
Binary101001011010110001100100011111110001001010001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523546; }

 p { color: rgb(82,53,70); }

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

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

 a { background-color: rgb(82,53,70); }

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

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

 span { border-color: rgb(82,53,70); }

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