#523446

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

Shades of Loulou #523446

Tints of Loulou #523446

Color information

#523446 (or 0x523446) is unknown color: approx Loulou. HEX triplet: 52, 34 and 46. RGB value is (82,52,70). Sum of RGB (Red+Green+Blue) = 82+52+70=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523446 is #ADCBB9. Grayscale: #3E3E3E. Windows color (decimal): -11389882 or 4600914. OLE color: 4600914.

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

Color convert

RGB825270-
CMYK00.370.150.68
HSL324º22.39%26.27%-
HSV(B)324º36.59%32.16%-
XYZ5.814.696.39-
YUV63.02131.94141.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=40.20%
G=25.49%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82527000.370.150.6832422.3926.27
Hex523446025F44144161a
Octal12264106045171045042632
Binary101001011010010001100100101111110001001010001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523446; }

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

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

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

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

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

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

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

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