#522E4D

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

Shades of Loulou #522E4D

Tints of Loulou #522E4D

Color information

#522E4D (or 0x522E4D) is unknown color: approx Loulou. HEX triplet: 52, 2E and 4D. RGB value is (82,46,77). Sum of RGB (Red+Green+Blue) = 82+46+77=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #522E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E4D is #ADD1B2. Grayscale: #3C3C3C. Windows color (decimal): -11391411 or 5058130. OLE color: 5058130.

HSL color Cylindrical-coordinate representation of color #522E4D: hue angle of 308.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #522E4D is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB824677-
CMYK00.440.060.68
HSL308.33º28.12%25.1%-
HSV(B)308.33º43.9%32.16%-
XYZ5.84.287.54-
YUV60.3137.43143.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=40%
G=22.44%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82467700.440.060.68308.3328.1225.1
Hex522E4D02C6441341c19
Octal1225611505461044643431
Binary10100101011101001101010110011010001001001101001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522E4D; }

 p { color: rgb(82,46,77); }

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

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

 a { background-color: rgb(82,46,77); }

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

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

 span { border-color: rgb(82,46,77); }

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