#52334C

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

Shades of Loulou #52334C

Tints of Loulou #52334C

Color information

#52334C (or 0x52334C) is unknown color: approx Loulou. HEX triplet: 52, 33 and 4C. RGB value is (82,51,76). Sum of RGB (Red+Green+Blue) = 82+51+76=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52334C is #ADCCB3. Grayscale: #3F3F3F. Windows color (decimal): -11390132 or 4993874. OLE color: 4993874.

HSL color Cylindrical-coordinate representation of color #52334C: hue angle of 311.61º 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 #52334C is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB825176-
CMYK00.380.070.68
HSL311.61º23.31%26.08%-
HSV(B)311.61º37.8%32.16%-
XYZ5.974.687.43-
YUV63.12135.27141.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=39.23%
G=24.40%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82517600.380.070.68311.6123.3126.08
Hex52334C026744138171a
Octal1226311404671044702732
Binary10100101100111001100010011011110001001001110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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