#52334D

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

Shades of Loulou #52334D

Tints of Loulou #52334D

Color information

#52334D (or 0x52334D) is unknown color: approx Loulou. HEX triplet: 52, 33 and 4D. RGB value is (82,51,77). Sum of RGB (Red+Green+Blue) = 82+51+77=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52334D is #ADCCB2. Grayscale: #3F3F3F. Windows color (decimal): -11390131 or 5059410. OLE color: 5059410.

HSL color Cylindrical-coordinate representation of color #52334D: hue angle of 309.68º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52334D is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB825177-
CMYK00.380.060.68
HSL309.68º23.31%26.08%-
HSV(B)309.68º37.8%32.16%-
XYZ64.77.61-
YUV63.23135.77141.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=39.05%
G=24.29%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82517700.380.060.68309.6823.3126.08
Hex52334D026644136171a
Octal1226311504661044662732
Binary10100101100111001101010011011010001001001101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52334D; }

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

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

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

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

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

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

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

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